Steve Dickson
|
390a5c729c
|
Fixed an incorrect exit code for service rpcbind status (bz 662411)
Signed-off-by: Steve Dickson <steved@redhat.com>
|
2010-12-13 11:17:30 -05:00 |
|
Steve Dickson
|
7bccfbc501
|
Updated to the latest upstream release: rpcbind-0.2.1-rc2
Signed-off-by: Steve Dickson <steved@redhat.com>
|
2010-11-30 07:59:41 -05:00 |
|
Tom Callaway
|
0f199dfa0f
|
fix license tag
|
2010-07-16 18:00:47 +00:00 |
|
Steve Dickson
|
940cb45f46
|
- Made initscript LSB compliant (bz 614193)
- Added no fork patch
|
2010-07-13 20:17:56 +00:00 |
|
Steve Dickson
|
3c85c93d52
|
- Set SO_REUSEADDR on listening sockets (bz 597356)
|
2010-07-06 18:36:39 +00:00 |
|
Jesse Keating
|
1bccd3adfd
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
2009-07-27 03:10:47 +00:00 |
|
Adam Jackson
|
dfcb33f88a
|
- Requires(pre): coreutils for cut(1).
|
2009-07-06 18:31:32 +00:00 |
|
Steve Dickson
|
42c9f952ef
|
- Fixed pre scriptle failure during upgrades (bz 507364)
- Corrected the usage info to match what the rpcbind man page says. (bz
466332)
- Correct package issues (bz 503508)
|
2009-06-25 13:59:31 +00:00 |
|
Steve Dickson
|
a093c9598b
|
- Updated to latest upstream release: 0.2.0
|
2009-05-29 17:02:06 +00:00 |
|
Tom Callaway
|
b60b288c91
|
Replace the Sun RPC license with the BSD license, with the explicit
permission of Sun Microsystems
|
2009-05-19 21:17:11 +00:00 |
|
Jesse Keating
|
46b5fac399
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
2009-02-25 20:25:48 +00:00 |
|
Steve Dickson
|
208b1ff52b
|
Update to latest upstream release: 0.1.7
|
2008-11-20 14:45:42 +00:00 |
|
Steve Dickson
|
eb199b6520
|
Fixed scriptlet failure (bz 462533)
|
2008-10-01 19:13:09 +00:00 |
|
Steve Dickson
|
d9a0d640d0
|
- Fixed a typo in the rpcbind.init script that stop warm starts from
happening with conrestarts
|
2008-09-30 18:24:16 +00:00 |
|
Steve Dickson
|
88c5ca5e97
|
Replaced qouta with quota-devel in BuildRequires:
|
2008-09-16 17:20:30 +00:00 |
|
Steve Dickson
|
e10053ca4d
|
- Added usptream patches 01 thru 03 that do:
Introduce helpers for ipprot/netid mapping
Change how we decide on the netids to use for portmap
Simplify port live check in pmap_svc.c
|
2008-09-16 15:48:09 +00:00 |
|
Steve Dickson
|
6a551c2d7a
|
Updated to latest upstream release 0.1.6
|
2008-07-09 20:42:14 +00:00 |
|
Steve Dickson
|
46da9bb28c
|
Fixed SYNOPSIS section in the rpcinfo man page (bz 453729)
|
2008-07-02 14:08:23 +00:00 |
|
Steve Dickson
|
3de7950511
|
Removed the documentation about the non-existent
|
2008-06-27 18:38:33 +00:00 |
|
Steve Dickson
|
33e86f3132
|
Set password and service lookups to be local (bz 447092)
|
2008-06-27 17:38:53 +00:00 |
|
Steve Dickson
|
27d02e3e71
|
rpcbind needs to downgrade to non-priviledgied group
|
2008-06-23 16:39:59 +00:00 |
|
Steve Dickson
|
d85eb9a08d
|
Updated to latest upstream release 0.1.5
|
2008-06-23 15:26:48 +00:00 |
|
Steve Dickson
|
604a14b4a1
|
- Fixed a warning in pmap_svc.c
- Cleaned up warmstarts so uid are longer needed, also changed condrestarts
to use warmstarts. (bz 428496)
|
2008-02-11 16:06:13 +00:00 |
|
Steve Dickson
|
304cd9a95d
|
- Fixed connectivity with Mac OS clients by making sure handle_reply() sets
the correct fromlen in its recvfrom() call (bz 244492)
|
2008-01-24 18:52:43 +00:00 |
|
Steve Dickson
|
491d3c0945
|
- Changed is_loopback() and check_access() see if the calling address is an
address on a local interface, just not a loopback address (bz 358621).
|
2007-12-17 19:52:25 +00:00 |
|
Steve Dickson
|
33dfe4f6c2
|
- Reworked logic in initscript so the correct exit is used when networking
does not exist or is set up incorrectly.
|
2007-10-17 18:41:39 +00:00 |
|
Steve Dickson
|
b4db9b3abe
|
Corrected a typo in the initscript from previous commit.
|
2007-10-16 16:11:51 +00:00 |
|
Steve Dickson
|
970296bbaf
|
- Fixed typo in Summary (bz 331811)
- Corrected init script (bz 247046)
|
2007-10-15 16:07:30 +00:00 |
|
Steve Dickson
|
e5d0656162
|
Added tcp_wrappers-devel to BuildReq.
|
2007-09-17 18:38:43 +00:00 |
|
Steve Dickson
|
4d365673f6
|
Added a couple missing Requires(pre) (bz 247134)
|
2007-09-15 17:28:20 +00:00 |
|
Steve Dickson
|
e9338cba08
|
Fixed typo in init script (bz 248285)
|
2007-09-15 15:58:21 +00:00 |
|
Steve Dickson
|
f4e8f184ac
|
Added autoconf rules to turn on secure host checking via libwrap. Also
turned on host check by default (bz 248284)
|
2007-09-15 15:52:37 +00:00 |
|
Steve Dickson
|
6c2c090540
|
Changed init script to start service in runlevel 2 (bz 251568)
|
2007-09-14 19:22:31 +00:00 |
|
Steve Dickson
|
a9ce663d70
|
Fixed condrestarts (bz 241332)
|
2007-05-25 09:02:12 +00:00 |
|
Steve Dickson
|
bb33986837
|
Fixed an ipv6 related segfault on startup (bz 240873)
|
2007-05-22 15:47:47 +00:00 |
|
Steve Dickson
|
b031d84da8
|
- Added dependency on setup which contains the correct rpcbind /etc/service
entry which in turns stops rpcbind from haning when NIS is enabled. (bz
236865)
|
2007-04-18 18:25:06 +00:00 |
|
Jeremy Katz
|
445e49e453
|
- change man-pages requires into a conflicts as we don't have to have
man-pages installed, but if we do, we need the newer version
|
2007-04-11 15:25:51 +00:00 |
|
Steve Dickson
|
b026e72c5c
|
- Fixed the Provides and Obsoletes statments to correctly obsolete the
portmap package.
|
2007-04-06 14:26:04 +00:00 |
|
Steve Dickson
|
11b0919596
|
Fixed typo in changelog
|
2007-04-03 13:23:00 +00:00 |
|
Steve Dickson
|
d16c7a420b
|
Reworked how the rpcuser id is set
|
2007-04-03 13:22:24 +00:00 |
|
Steve Dickson
|
5af042e80a
|
Reworked how the state directory, use in warm starts, is defined.
|
2007-04-03 12:48:46 +00:00 |
|
Steve Dickson
|
f766b07fc0
|
Fixed typo in both files
|
2007-04-03 10:21:24 +00:00 |
|
Steve Dickson
|
cd28606363
|
- Added dependency on man-pages so the rpcinfo man pages don't conflict.
- Added the creation of /var/lib/rpcinfo which will be used to store state
files.
|
2007-04-03 08:50:53 +00:00 |
|
Steve Dickson
|
8a2c049cab
|
- Added dependency on glibc-common which allows the rpcinfo command to be
installed in the correct place.
|
2007-04-02 22:17:34 +00:00 |
|
Steve Dickson
|
ca3cc0fa38
|
- Added the Provides/Obsoletes which should cause rpcbind to replace
portmapper
|
2007-02-21 20:33:33 +00:00 |
|
Steve Dickson
|
434ac98bab
|
Spec reviewed (bz 228894)
|
2007-02-21 20:03:02 +00:00 |
|
Steve Dickson
|
0f1e0e3a3a
|
Made changes per review
|
2007-02-16 21:54:26 +00:00 |
|
Steve Dickson
|
c6715076e1
|
Commited Spec file and patche files
|
2006-08-10 20:26:57 +00:00 |
|