Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 2000-06-05 H.J. Lu <hjl@lucon.org> | hjl | 2000-06-06 | 1 | -7/+16 | |
| | | | | | | | | | | | * utils/mountd/mountd.c (mount_dump_1_svc): Cast svc_getcaller to "struct sockaddr_in *" for glibc 2.2. (mount_umnt_1_svc): Likewise. (mount_umntall_1_svc): Likewise. (mount_export_1_svc): Likewise. (mount_exportall_1_svc): Likewise. (mount_pathconf_2_svc): Likewise. (get_rootfh): Likewise. | |||||
* | 2000-05-31 H.J. Lu <hjl@lucon.org> | hjl | 2000-06-01 | 1 | -10/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (VERSION): Set to "0.1.7.5". * configure: Regenerated. * nfs-utils.spec: Updated. * support/include/nfslib.h (exportent): Add a new field, r_count, to count the number of mounts from a client. (getrmtabent): Take a new argument for position in file. (putrmtabent): Likewise. (fgetrmtabent): Likewise. (fputrmtabent): Likewise. * support/nfs/rmtab.c (getrmtabent): Handle the new argument for position in file. (fgetrmtabent): Likewise. (putrmtabent): Likewise. (fputrmtabent): Likewise. * support/nfs/rmtab.c (fgetrmtabent): Get value for the new field, r_count. * support/export/rmtab.c (rmtab_read): Pass NULL as the new argument to getrmtabent (), fgetrmtabent (), putrmtabent () and fputrmtabent (). * utils/mountd/rmtab.c (mountlist_add): Likewise. (mountlist_del): Likewise. (mountlist_del_all): Likewise. (mountlist_list): Likewise. * utils/mountd/rmtab.c (mountlist_add): Increment "r_count" for the existing entry and initialize "r_count" to 1. (mountlist_del): Decrement "r_count". | |||||
* | Change to using variable length file handles, for better v3 support, and | neilbrown | 2000-03-21 | 1 | -18/+22 | |
| | | | | | introduce getfh_size to use new (2.3.99) syscall for getting file handles with length | |||||
* | Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org> | hjl | 2000-01-10 | 2 | -3/+9 | |
| | | | | | | | | * utils/mountd/auth.c (auth_authenticate_internal): Call xstrdup for hostname before passing it to gethostbyname. * utils/mountd/mountd.c (get_exportlist): Use xstrdup instead of strdup. | |||||
* | Fix forward/reverse DNS lookup for authentication. | hjl | 1999-10-26 | 1 | -16/+29 | |
| | ||||||
* | Initial revision | hjl | 1999-10-18 | 8 | -0/+1184 | |