loadparm.c: Ensure printer services cannot be read only and don't use share mode...
authorSamba Release Account <samba-bugs@samba.org>
Tue, 27 May 1997 20:28:45 +0000 (20:28 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Tue, 27 May 1997 20:28:45 +0000 (20:28 +0000)
commitd8471909b79fd591be2b789485b65d2e636d4745
treeb6d526eca558afc6b1fd22cd0729da97d8fd5272
parentec9eace43d27c2cb19fb6311161bde6994f807b7
loadparm.c: Ensure printer services cannot be read only and don't use share mode locking.
locking.c: Changed aborts to returns so not so drastic on PANIC errors.
proto.h: Removed definition of open_file as this is now never externally called.
reply.c: Changed reply_mknew, reply_ctemp, reply_printopen to go through open_file_shared.
server.c: Modified open_file_shared to be more robust and be useful for printer & temp files.
Removed truncate option from open_file (now all truncates are done in open_file_shared).
util.c: Added EAGAIN to errors checked in open_socket_out().
version.h: Updated to 1.9.17alpha2.
jallison@whistle.com
source/include/proto.h
source/include/version.h
source/lib/util.c
source/locking/locking.c
source/param/loadparm.c
source/smbd/reply.c
source/smbd/server.c