A small raft of changes, I will sync up with 1.9.18 also.
authorJeremy Allison <jra@samba.org>
Sat, 7 Feb 1998 12:15:20 +0000 (12:15 +0000)
committerJeremy Allison <jra@samba.org>
Sat, 7 Feb 1998 12:15:20 +0000 (12:15 +0000)
commit5546e28e69b1a43dbb48e024e233d8ebf7fa667a
treec2a05cb21a5d1d420f7b7690980539f0896564c2
parenteefff40c6796638695e93b0503cff8ffdfc06596
A small raft of changes, I will sync up with 1.9.18 also.
chgpasswd.c: Fixed typo in debug message.
includes.h: Fix include for aix.
kanji.c: Added cap_to_sj as inverse of sj_to_cap.
loadparm.c:
local.h:
password.c: Added code for "networkstation user login" parameter.
- patch from Rob Nielsen <ran@adc.com>.
printing.c: Added further aix printing fixes.
reply.c: Changed access time fetch to a function.
trans2.c: Changed access time fetch to a function.
time.c: Changed access time fetch to a function.
server.c: Made NT redirector workaround final.
util.c: Added debug for write_socket failing.
Jeremy.
(This used to be commit a031404623c22d62f8de035be2239f609af08112)
13 files changed:
source3/include/includes.h
source3/include/local.h
source3/include/proto.h
source3/lib/kanji.c
source3/lib/time.c
source3/lib/util.c
source3/param/loadparm.c
source3/printing/printing.c
source3/smbd/chgpasswd.c
source3/smbd/password.c
source3/smbd/reply.c
source3/smbd/server.c
source3/smbd/trans2.c