summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* preparing for release of 1.9.16p9Samba Release Account1996-10-241-1/+1
* - added support for TMPDIR env variableAndrew Tridgell1996-10-2412-17/+43
* Jeremy <jra@cygnus.com>Samba Release Account1996-10-231-1/+1
* preparing for release of 1.9.16p8Samba Release Account1996-10-231-1/+1
* wrong answer response resource record type expected, so the response packetSamba Release Account1996-10-231-8/+4
* code was added to stop samba from replying to queries for its own names (?! :-)Samba Release Account1996-10-231-7/+0
* the response packets are being received (fix to process_nmb() worked)Samba Release Account1996-10-131-3/+3
* preparing for release of 1.9.16p7Samba Release Account1996-10-111-1/+1
* netbios registration and release response packets were being junked. aSamba Release Account1996-10-111-9/+14
* - set default printer driver string to "NULL"Andrew Tridgell1996-10-113-8/+7
* preparing for release of 1.9.16p6Samba Release Account1996-10-091-1/+1
* - correctly handle non-encrypted share mode session-setup. We wereAndrew Tridgell1996-10-091-3/+7
* preparing for release of 1.9.16p5Samba Release Account1996-10-071-1/+1
* - revert to old idle dir code (marty pointed out a problem with theAndrew Tridgell1996-10-074-6/+11
* preparing for release of 1.9.16p4Samba Release Account1996-10-071-1/+1
* - continue when failing to load config file in nmblookup and smbclientAndrew Tridgell1996-10-074-6/+11
* - changed the default nmbd loop timout to 10 seconds (2 seconds was muchAndrew Tridgell1996-10-079-43/+34
* preparing for release of 1.9.16p3Samba Release Account1996-10-051-1/+1
* add DEBUGLEVEL to replace.cAndrew Tridgell1996-10-051-0/+3
* - use waitpid for ultrixAndrew Tridgell1996-10-052-4/+1
* - replace the base36 function with one that works on more systemsAndrew Tridgell1996-10-056-20/+35
* I have fixed quite a few important bugs in this commit.Andrew Tridgell1996-10-0512-172/+206
* - use workgroup from smb.conf in smbclientAndrew Tridgell1996-10-059-10/+39
* - changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1996-10-0412-74/+180
* - fix the EALREADY bug so connections to slow hosts with smbclient getAndrew Tridgell1996-10-022-20/+25
* backout all the changes to nmbd.Andrew Tridgell1996-10-0229-2497/+2065
* - a huge pile of changes from Luke which implement the browse.confAndrew Tridgell1996-10-0232-2085/+2547
* - accept either NT or lanman passwords in tconXAndrew Tridgell1996-10-021-10/+9