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)
commit635b56f19c817527c52e9bbde31faa6a8a47777b
tree87584bdc0ee4e001d57880f33b7e0dce7bd493b2
parent3e9750cc2713da7c3d4beb24217f94c033e2fee5
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
24 files changed:
docs/manpages/smb.conf.5
docs/manpages/smbclient.1
docs/samba.faq
source/client/client.c
source/client/clitar.c
source/include/includes.h
source/include/local.h
source/include/smb.h
source/lib/time.c [new file with mode: 0644]
source/lib/util.c
source/libsmb/nmblib.c
source/loadparm.h
source/nameserv.c
source/param/loadparm.c
source/printing/printing.c
source/smbd/ipc.c
source/smbd/password.c
source/smbd/quotas.c
source/smbd/reply.c
source/smbd/server.c
source/utils/smbpasswd.c
source/utils/status.c
source/utils/testparm.c
source/utils/testprns.c