Commit Graph

262 Commits

Author SHA1 Message Date
ikent
5f146169a3 - promote to beta5. 2006-06-20 04:28:39 +00:00
ikent
0f913bf468 - fix directory cleanup at exit. 2006-06-20 04:15:26 +00:00
ikent
db0b9d58d5 - correct error in key and mapent length check patch. 2006-06-19 09:10:11 +00:00
ikent
f5d96f2e89 - replace key length check patch with correct one. 2006-06-19 08:07:21 +00:00
ikent
62997c27b5 - Change LDAP message severity from crit to degug (bz# 183893).
- Corrections to INSTALL and README.v5.release.
- Add patch to fix segv on overlength map keys in file maps (Jeff Moter).
- Add patch to restrict scanning of /proc to pid directories only (Jeff
    Moyer).
2006-06-19 06:35:34 +00:00
Jeffrey E. Moyer
816e25d819 - Change BuildPrereq to BuildRequires as per the package guidelines.
- Add libxml2-devel to the BuildRequires, as it is needed for the LDAP
    authentication bits.
2006-06-15 14:16:38 +00:00
ikent
49ebab0f0a - add export access list matching to "hosts" lookup module (bz # 193585). 2006-06-14 10:28:14 +00:00
Jeffrey E. Moyer
9d9e587055 - Add a BuildPrereq for cyrus-sasl-devel 2006-06-13 22:00:52 +00:00
ikent
15ea0bbe68 - move autofs4 module loading back to init script (part bz # 194061). 2006-06-13 07:37:58 +00:00
ikent
5cbe4db3fb - fix handling of master map entry update (bz # 193718).
- fix program map handling of invalid multi-mount offsets.
2006-06-12 07:14:53 +00:00
ikent
a828dbad6d - fix context init error (introduced by memory leak patch). 2006-06-10 02:44:04 +00:00
ikent
b8b5167624 - add free for working var in get_default_logging.
- add inialisation for kver in autofs_point struct.
- fix sources list corruption in check_update_map_sources.
- fix memory leak in walk_tree.
- fix memory leak in rpc_portmap_getport and rpc_ping_proto.
- fix memory leak in initialisation of lookup modules.
2006-06-09 06:29:03 +00:00
ikent
8ff802d405 - misc fixes for things found while investigating map re-read problem. 2006-06-08 10:48:30 +00:00
ikent
5b1ad946d4 - check base of offset mount tree is not a mount before umounting its
offsets.
- fix replicated mount parse for case where last name in list fails lookup.
- correct indirect mount expire broken by the wildcard lookup fix.
- fix up multi-mount handling when wildcard map entry present.
2006-06-07 06:42:50 +00:00
ikent
fb9b6ca5bf - correct config names in default.c (jpro@bas.ac.uk). 2006-06-05 04:51:56 +00:00
ikent
cf8ef9ad9d - re-instate v4 directory cleanup (bz# 193832 again).
- backout master map lookup changes made to beta3.
- change default master map from /etc/auto.master to auto.master so that we
    always use nsswitch to locate master map.
- change default installed master map to include "+auto.master" to pickup
    NIS master map (all bz# 193831 again).
2006-06-05 03:57:23 +00:00
ikent
0d2d5de452 - update to beta4.
- should address at least bzs 193798, 193770, 193831 and possibly 193832.
2006-06-02 08:36:01 +00:00
ikent
65da2bf2c6 - add back test for nested mount in program map lookup.
- I must have commented this out for a reason. I guess we'll find out soon
    enough.
2006-05-29 09:09:09 +00:00
ikent
82a7482a31 - fix handling of autofs filesystem mount fail on init. 2006-05-29 06:27:07 +00:00
ikent
e3a311b434 - updated hesiod patch. 2006-05-27 09:23:21 +00:00
ikent
1ddca1fa01 - update hesiod module (Jeff Moyer).
- add mutex to protect against overlapping mount requests.
- update return from mount request to give more sensible NSS_* values.
2006-05-27 07:59:47 +00:00
Jeffrey E. Moyer
f5ccff5144 - Fix the install permissions for auto.master and auto.misc. 2006-05-26 19:37:10 +00:00
ikent
5e20a61587 - fix make install in spec file for new files. 2006-05-25 15:51:06 +00:00
ikent
3fa6517fcf - another mistake "rpcgen" is part of glibc - remove from BuildRequires. 2006-05-25 14:25:27 +00:00
ikent
b118053a13 - commit new source file. 2006-05-25 14:12:57 +00:00
ikent
35dd03f67b -correction in spec file .. oops. 2006-05-25 14:08:51 +00:00
ikent
48435908e8 - put back the hesiod bind patch (to be on the safe side). 2006-05-25 14:06:51 +00:00
ikent
4138982032 - add patch to fix e2fsck error code check (Jeff Moyer). 2006-05-25 14:01:47 +00:00
ikent
6b55212ef4 - forget to update spec file. 2006-05-25 13:45:33 +00:00
ikent
7c747320be - add patch to add sanity checks on rmdir_path and unlink (Jeff Moyer). 2006-05-25 13:33:37 +00:00
ikent
996d2e92d1 - add patch to prevent striping of debug info macro patch (Jeff Moyer). 2006-05-25 09:49:50 +00:00
ikent
748d67c1ed - update source to version 5.0.0_beta3.
- add patch to remove extra debug print.
- add patch to
- fix memory alloc error in nis lookup module.
- add "_" to "." mapname translation to nis lookup module.
- add patch to add owner pid to mount list struct.
- add patch to disable NFSv4 when probing hosts (at least foe now).
- add patch to fix white space handling in replicated server selection
    code.
2006-05-25 09:23:44 +00:00
ikent
fceac077f4 - add patch to ignore the "bg" and "fg" mount options as they aren't
relevant for autofs mounts (bz #184386).
2006-05-16 09:47:30 +00:00
ikent
f755321cfb - add patch to use "cifs" instead of smbfs and escape speces in share names
(bz #163999, #187732).
2006-05-02 08:58:16 +00:00
ikent
b598ff7746 - Add patch to allow customization of arguments to the
autofs-ldap-auto-master program (bz #187525).
- Add patch to escap "#" characters in exports from auto.net program mount
    (bz#178304).
2006-04-11 13:46:25 +00:00
Jesse Keating
1f720d81ef bump for bug in double-long on ppc(64) 2006-02-11 02:01:31 +00:00
Jesse Keating
cea2f4248a bump for new gcc/glibc 2006-02-07 11:04:43 +00:00
ikent
948a1c8ca5 - Add more general patch to translate "_" to "." in map names. (bz #147765) 2006-02-01 12:07:20 +00:00
ikent
2de6095f38 - Add patch to use LDAP_DEPRICATED compile option. (bz #173833) 2006-01-25 05:43:21 +00:00
ikent
d12fa8db30 - Replace check-is-multi with more general multi-parse-fix.
- Add fix for premature return when waiting for lock file.
- Update copyright declaration for reentrant-syslog source.
- Add patch for configure option to disable locking during mount. But don't
    disable locking by default.
- Add ability to handle automount schema used in Sun directory server.
- Quell compiler warning about getsockopt parameter.
- Quell compiler warning about yp_order parameter.
2006-01-19 12:39:22 +00:00
Jesse Keating
69756b448c gcc update bump 2005-12-09 22:39:43 +00:00
Jeffrey E. Moyer
920c716573 - Removed the /misc entry from the default auto.master. auto.misc has an
entry for the cdrom device, and the preferred method of mounting the cd
    is via udev/hal.
2005-11-17 13:46:18 +00:00
Jeffrey E. Moyer
97c87223a3 - Fixed the sort option to use -k 1. 2005-11-07 13:08:41 +00:00
Jeffrey E. Moyer
5a594f8d33 - The sort command no longer accepts options of the form "+0". This broke
auto.net, so the option was removed. Fixes bz #172111.
2005-11-04 00:17:58 +00:00
Jeffrey E. Moyer
7805dcb079 - Check the return code of is_local_addr in get_best_mount. (bz #169523) 2005-10-26 22:44:34 +00:00
Jeffrey E. Moyer
5dc2273ed9 - Fix some bugs in the parser
- allow -net instead of /etc/auto.net
- Fix a buffer overflow with large key lengths
- Don't allow autofs to unlink files, only to remove directories
- change to the upstream reentrant syslog patch from the band-aid deferred
    syslog patch.
- Get rid of the init script patch that hard-coded the release to redhat.
    This should be handled properly by all red hat distros.
2005-10-26 19:50:31 +00:00
Jeffrey E. Moyer
b4ef9a0b44 bump 2005-06-17 14:51:21 +00:00
Jeffrey E. Moyer
81485c5e95 - Add in the deferred syslog patch. This fixes a hung automounter issue
related to unsafe calls to syslog in signal handler context.
2005-05-04 19:31:39 +00:00
Jeffrey E. Moyer
8e372a2914 - I reversed the checking for multimount entries, breaking those configs!
This update puts the code back the way it was before I broke it.
2005-05-03 19:50:27 +00:00
Jeffrey E. Moyer
b933e4f7c2 - Fix a race between mounting a share and updating the cache in the parent
process. If the mount completed first, the parent would not expire the
    stale entry, leaving it first on the list. This causes map updates to
    not be recognized (well, worse, they are recognized after the first
    expire, but not subsequent ones). Fixes a regression, bug #137026
    (rhel3 bug).
2005-04-27 00:58:27 +00:00