summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed incorrect offset into array.Samba Release Account1997-02-061-1/+1
* JHT ===> **** WARNING **** Only updated version to 1.9.16p11Samba Release Account1997-02-041-1/+1
* 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 const definitions for StrCaseXXX calls.Samba Release Account1997-02-032-4/+4
* 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-024-23/+50
* line 1960 - call to atexit - address of higher order function killkidsSamba Release Account1997-02-021-1/+1
* JHT ===> Prepared now for release of samba-1.9.16p10 RedHat RPMSSamba Release Account1997-01-311-8/+14
* Fixed issue with null ypdomainname being used.Samba Release Account1997-01-291-4/+12
* Fixed proto problem with lp_veto_files().Samba Release Account1997-01-291-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-156-302/+306
* Added an extra parameter for unix_convert. If present this is theSamba Release Account1997-01-135-25/+88
* Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1997-01-0918-224/+629
* JHT ==> Added just for RedHat support so I have a working copy of the RPMSamba Release Account1997-01-032-0/+656
* JHT => Modified for RedHat Linux for DEC Alpha platform includes.Samba Release Account1997-01-021-0/+3
* JHT ==> Added extensions for PAM (Pluggable Authentication Module) supportSamba Release Account1997-01-021-0/+102
* Added Whistle veto file functions. Moved fcntl locking fromSamba Release Account1996-12-101-0/+225
* Fixed for FreeBsd.Samba Release Account1996-12-101-0/+8
* Added -f lockfile support.Samba Release Account1996-12-101-2/+58
* Fixed quota support for FreeBsd.Samba Release Account1996-12-101-4/+18
* Added veto calls.Samba Release Account1996-12-101-0/+3
* Added -f option for lock file.Samba Release Account1996-12-101-1/+31
* Added in missing return statement.Samba Release Account1996-12-101-0/+1
* Moved fcntl locking code into util.c to allow it to beSamba Release Account1996-12-101-131/+0
* Added in veto files parameter created by Whistle.Samba Release Account1996-12-101-0/+3
* Added in changes for FreeBsd.Samba Release Account1996-12-101-1/+10
* 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
* increased debug levels for name dump to same as that for workgroup dumpSamba Release Account1996-11-061-7/+7
* queries for 0x1b names were resulting in dns lookups. not good.Samba Release Account1996-11-061-2/+2
* nmblookup was looking for 0x1b (domain master browser) not 0x1d (localSamba Release Account1996-11-061-1/+1
* allowed packets coming in from 'unexpected' subnets.Samba Release Account1996-11-031-1/+0
* removed getdomainname() stuff and appending a '.' to the name inSamba Release Account1996-10-271-21/+1
* severe debugging session for nmbd. in fact, i'm surprised that browsingSamba Release Account1996-10-277-122/+126
* Changed become_user to take a vuid as second arg.Samba Release Account1996-10-251-7/+7
* Added definitions for vuid offset and invalid user smb_uid.Samba Release Account1996-10-251-2/+11
* 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
* Changed prototypes for accesses into validated_users structure.Samba Release Account1996-10-251-8/+8
* 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
* debugging the dns lookup changesSamba Release Account1996-10-253-11/+28
* debugged dns lookup / netbios name query code from yesterday.Samba Release Account1996-10-252-50/+30
* dealing with name queries and dns lookups etc.Samba Release Account1996-10-243-53/+48