summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagsamba-misc-tags/pre_luke_stuffup_1cvs2svn Import User1997-07-0113-12907/+0
* 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
* locking.c proto.h shmem.c smb.h status.c :Samba Release Account1997-01-151-1/+1
* Added an extra parameter for unix_convert. If present this is theSamba Release Account1997-01-134-24/+87
* Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1997-01-094-110/+368
* JHT ==> Added extensions for PAM (Pluggable Authentication Module) supportSamba Release Account1997-01-021-0/+102
* Added -f lockfile support.Samba Release Account1996-12-101-2/+58
* Fixed quota support for FreeBsd.Samba Release Account1996-12-101-4/+18
* Added in veto files parameter create by Whistle.Samba Release Account1996-12-101-0/+3
* Added Volkers fix for bundary condition. Needed as wordSamba Release Account1996-12-031-3/+6
* Set num_validated_users to zero if Realloc fails.Samba Release Account1996-11-091-0/+1
* Changed become_user to take a vuid as second arg.Samba Release Account1996-10-251-7/+7
* Modified all references to smb_uid to be vuid's.Samba Release Account1996-10-251-6/+7
* Modified all references to uid to vuid.Samba Release Account1996-10-251-26/+29
* Core of the changes for returning smb_uid's. smb_uid's are nowSamba Release Account1996-10-251-60/+57
* Changed definitions of prototypes to take uint16 vuid's notSamba Release Account1996-10-251-69/+69
* - added support for TMPDIR env variableAndrew Tridgell1996-10-242-2/+2
* Jeremy <jra@cygnus.com>Samba Release Account1996-10-231-1/+1
* - correctly handle non-encrypted share mode session-setup. We wereAndrew Tridgell1996-10-091-3/+7
* - revert to old idle dir code (marty pointed out a problem with theAndrew Tridgell1996-10-073-5/+10
* - continue when failing to load config file in nmblookup and smbclientAndrew Tridgell1996-10-071-1/+1
* - replace the base36 function with one that works on more systemsAndrew Tridgell1996-10-053-15/+28