summaryrefslogtreecommitdiffstats
path: root/source/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* for 1.9.17 as wellAndrew Tridgell1997-10-211-1/+1
* check for EPERM or EACCESS in file_utime()Andrew Tridgell1997-10-211-15/+16
* add the new password server code to the 1.9.17 tree. This needed to beAndrew Tridgell1997-10-211-91/+79
* WHATSNEW.txt: Updated in preparation for p4.Jeremy Allison1997-10-201-7/+64
* add become_root()/unbecome_root() calls. These should be used aroundAndrew Tridgell1997-10-141-8/+15
* predict.c: stop lseek from extending file. Hard to test.Jeremy Allison1997-10-091-2/+28
* put this in 1.9.17 also ...Andrew Tridgell1997-10-081-0/+17
* This commit fixes the security hole due to buffer overflows.Andrew Tridgell1997-09-261-18/+18
* client.c:Jeremy Allison1997-09-051-1/+2
* Updated code on 1.9.17 branch to add bug fixes. ThisJeremy Allison1997-09-051-14/+54
* Changes to allow Samba to return the same error code as Windows NT.Samba Release Account1997-08-201-4/+21
* Fix suggested by "Christian Groessler" <chris@fast-ag.de>Samba Release Account1997-08-201-0/+1
* Makefile: Changed for HPUX10 tidyup.Samba Release Account1997-08-191-25/+29
* connecting to IPC$ goes under the guest account. the IPC$ share shouldSamba Release Account1997-08-171-22/+19
* loadparm.c: Changed default create mask to 755 to support MAP_ARCHIVE.Samba Release Account1997-07-241-1/+1
* Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1997-07-241-22/+43
* Removed lp_killunused() call from server main loop. ThisSamba Release Account1997-07-221-3/+0
* charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1997-07-181-2/+18
* Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>Samba Release Account1997-07-171-2/+2
* local.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECKSamba Release Account1997-07-141-20/+0
* counter loop % usage only worked if counters were an exact multiple ofSamba Release Account1997-07-131-3/+28
* interface.c: Fix for AIX4.x finding interfaces.Samba Release Account1997-07-111-3/+3
* Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>Samba Release Account1997-07-081-2/+4
* added, tested and debugged new "hide files" option.Samba Release Account1997-07-061-2/+19
* Fix for deleting directories that contain only veto files.Samba Release Account1997-07-031-1/+1
* Rolled back Lukes changes. Not quite ready for prime time.Samba Release Account1997-07-011-7/+2
* made "hide files" and "veto files" into per-service parameter sections,Samba Release Account1997-07-011-3/+3
* added "hide files" option.Samba Release Account1997-07-011-0/+5
* client.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodw...Samba Release Account1997-07-011-22/+61
* loadparm.c: Added "force create mode" and "force directory mode" params.Samba Release Account1997-06-191-1/+11
* charset.c: Dropped debug message to level 6.Samba Release Account1997-06-161-1/+3
* Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account1997-06-111-1/+3
* loadparm.c: Made explicit max packet now ignored.Samba Release Account1997-06-061-1/+7
* charcnv.c: Fixed silly bugs detected on IRIX.Samba Release Account1997-05-301-1/+1
* loadparm.c: Ensure printer services cannot be read only and don't use share m...Samba Release Account1997-05-271-14/+17
* Added fix from Paul Nelson @ Thursby - smb_mid field could beSamba Release Account1997-05-211-0/+18
* dir.c: Fixed double slash issue.Samba Release Account1997-05-201-122/+166
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* 1) updated ipc.c NetUserGetInfo - load \\%L\%U instead of \\%L\HOMESSamba Release Account1997-03-091-12/+45
* Split maxxmit parameter into two : max_send (auto configured by theSamba Release Account1997-02-281-5/+15
* Makefile: Added cleandir target.Samba Release Account1997-02-231-9/+11
* Replaced YOST code with more functionally equivalent code thatSamba Release Account1997-02-111-17/+17
* Removed YOST code. Removal of leading ./ chars shouldSamba Release Account1997-02-101-20/+0
* JHT ===> William Yost patches integrated to fix leading path on 8.3Samba Release Account1997-02-101-0/+20
* Fixed my stupid typo in earlier fix.Samba Release Account1997-02-041-1/+1
* Fixed up problems with CDROM filesystems (return EROFS) andSamba Release Account1997-02-031-1/+9
* line 1960 - call to atexit - address of higher order function killkidsSamba Release Account1997-02-021-1/+1
* Added fix for file descriptor re-use failing whenSamba Release Account1997-01-231-2/+2
* Added an extra parameter for unix_convert. If present this is theSamba Release Account1997-01-131-3/+23
* Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1997-01-091-75/+337