summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* client.c: Added amanda fixes.Samba Release Account1997-07-281-7/+9
* 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-245-50/+73
* charset.c: Fixed signed/unsigned issues.Samba Release Account1997-07-221-0/+14
* 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-183-11/+31
* Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>Samba Release Account1997-07-174-11/+89
* local.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECKSamba Release Account1997-07-142-37/+17
* counter loop % usage only worked if counters were an exact multiple ofSamba Release Account1997-07-131-3/+28
* trans2 query file/path info - unix change times being reported as dos createSamba Release Account1997-07-121-43/+86
* interface.c: Fix for AIX4.x finding interfaces.Samba Release Account1997-07-111-3/+3
* JHT ==> Added copyright notations for my works. This is regretably needed!John Terpstra1997-07-091-1/+3
* Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>Samba Release Account1997-07-083-19/+53
* missed one OpenDir() and two is_vetoed_name() calls, both of which takeSamba Release Account1997-07-061-3/+3
* added, tested and debugged new "hide files" option.Samba Release Account1997-07-065-24/+43
* Fix for deleting directories that contain only veto files.Samba Release Account1997-07-034-10/+76
* Fixes for UnixWare 2.x with shadow passwords fromSamba Release Account1997-07-031-0/+9
* Fixed compile warnings for FreeBsd & Linux.Samba Release Account1997-07-021-10/+13
* Rolled back Lukes changes. Not quite ready for prime time.Samba Release Account1997-07-012-18/+13
* made "hide files" and "veto files" into per-service parameter sections,Samba Release Account1997-07-012-14/+14
* 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-012-23/+77
* shmem.c: Changed debug to higher levelSamba Release Account1997-06-271-3/+11
* loadparm.c: Added "force create mode" and "force directory mode" params.Samba Release Account1997-06-191-1/+11
* Fixed *really* stupid bug in register_vuid - only a problemSamba Release Account1997-06-181-1/+1
* 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-114-56/+54
* 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-303-4/+2
* loadparm.c: Ensure printer services cannot be read only and don't use share m...Samba Release Account1997-05-272-23/+38
* 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-206-132/+186
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-0813-13/+13
* added automount home directory support. contributed by simeon@bangor.co.ukSamba Release Account1997-05-072-10/+77
* JHT ===> Moved MAJOR_VERSION and MINOR_VERSION defines to smb.hSamba Release Account1997-03-151-3/+0
* 1) updated ipc.c NetUserGetInfo - load \\%L\%U instead of \\%L\HOMESSamba Release Account1997-03-092-160/+369
* quotas.c: Fixed typo in #ifdef'ed compile.Samba Release Account1997-03-071-1/+1
* Split maxxmit parameter into two : max_send (auto configured by theSamba Release Account1997-02-285-18/+30
* Makefile: Added cleandir target.Samba Release Account1997-02-233-14/+23
* Fixed problem with renaming folder on top level share.Samba Release Account1997-02-181-15/+35
* Replaced YOST code with more functionally equivalent code thatSamba Release Account1997-02-114-28/+25
* 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-102-0/+25
* JHT ===> Fixed potential PAM Security hole and second chance syndromeSamba Release Account1997-02-041-0/+9
* 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
* Fixed bug with NT and large directories.Samba Release Account1997-02-031-2/+2
* util.c: StrCaseCmp and StrnCaseCmp terminated incorrectly, giving falseSamba Release Account1997-02-021-4/+18
* 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