Lots of changes!
authorAndrew Tridgell <tridge@samba.org>
Fri, 31 May 1996 15:13:29 +0000 (15:13 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 31 May 1996 15:13:29 +0000 (15:13 +0000)
commit58734631b4233ec08b7a262587e400792f31f185
tree960d8520ca847203a89aee2ae9e7cd362d9d7730
parent26e045daff2762c3739609da19934aadc552cae8
Lots of changes!

- add faq info on NT printer handling
- add "delete readonly" option to help rcs users
- add stuff to man pages on new printer options
- add "proxy name resolution" option
- add "command string" -c option to smbclient (thanks Ken)
- split time functions into time.c
- rearrange the quotas stuff a bit and fix some bugs
- complete rehash of the time handling code thanks to Paul Eggert
- fix nmblookup output a bit
- add plp print queue parsing from Bertrand Wallrich
(This used to be commit 635b56f19c817527c52e9bbde31faa6a8a47777b)
24 files changed:
docs/manpages/smb.conf.5
docs/manpages/smbclient.1
docs/samba.faq
source3/client/client.c
source3/client/clitar.c
source3/include/includes.h
source3/include/local.h
source3/include/smb.h
source3/lib/time.c [new file with mode: 0644]
source3/lib/util.c
source3/libsmb/nmblib.c
source3/loadparm.h
source3/nameserv.c
source3/param/loadparm.c
source3/printing/printing.c
source3/smbd/ipc.c
source3/smbd/password.c
source3/smbd/quotas.c
source3/smbd/reply.c
source3/smbd/server.c
source3/utils/smbpasswd.c
source3/utils/status.c
source3/utils/testparm.c
source3/utils/testprns.c