summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* .cvsignore: Added make_smbcodepageJeremy Allison1997-10-1716-236/+454
* add a note about running testparm after modifying smb.confAndrew Tridgell1997-10-171-0/+3
* put the new example config file in here as wellAndrew Tridgell1997-10-171-128/+116
* Simply moved the #include for ubi_dLinkList.h from within dir.c toChristopher R. Hertel1997-10-172-2/+1
* make_unihdr() was setting the length to 1/2 the required value.Luke Leighton1997-10-171-2/+2
* pipenetlog.c lsaparse.c smb.h :Luke Leighton1997-10-174-71/+90
* smbparse.c smb.h :Luke Leighton1997-10-175-6/+21
* set the wrong info level (0x0C00 0000 instead of 0xC000 0000) so thatLuke Leighton1997-10-171-1/+1
* remove a spurious error message from nmbd. The message was:Andrew Tridgell1997-10-171-6/+0
* fix the handling of negative name query responses and the handling ofAndrew Tridgell1997-10-171-20/+19
* document -a "append log" optionAndrew Tridgell1997-10-171-0/+7
* added -a "append log" optionAndrew Tridgell1997-10-171-1/+7
* smb.h :Luke Leighton1997-10-162-20/+32
* dealing with some stack overflow bug somewhere around the use ofLuke Leighton1997-10-161-10/+12
* inside the auth 2 response bits, i wasn't storing the received clientLuke Leighton1997-10-161-3/+3
* add ERRDOS/67 ERRnosuchshare to the client.c list of error stringsAndrew Tridgell1997-10-161-0/+1
* Added Michael Johnsons' PAM modifications <johnsonm@redhat.com>John Terpstra1997-10-161-12/+12
* fixed the problem that browsing breaks if you put quote marks aroundAndrew Tridgell1997-10-161-0/+2
* Moved the LGPL from the ubiqx directory into the samba root directoryChristopher R. Hertel1997-10-162-20/+0
* Don't need it any more.Christopher R. Hertel1997-10-161-37/+0
* Made changes to the dir cache functions:Christopher R. Hertel1997-10-161-83/+121
* This code manages a simple doubly-linked list.Christopher R. Hertel1997-10-162-0/+324
* I got fed up trying to put the tree and list stuff into a subdirectory,Christopher R. Hertel1997-10-1611-4206/+0
* ipc.c: Adding Andrews become_root code to the main branch.Jeremy Allison1997-10-158-52/+125
* smb.h smbparse.c pipenetlog.c :Luke Leighton1997-10-157-21/+122
* Added ubi_sLinkList module which manages simple singly-linked lists.Christopher R. Hertel1997-10-153-1/+241
* added srvsvc basic pipe, straight from paul's code. does NETSHAREENUMLuke Leighton1997-10-154-0/+91
* the usual proto.h updateAndrew Tridgell1997-10-151-2/+4
* add the port number to a debug statementAndrew Tridgell1997-10-151-2/+2
* added loopback_ip. This is used to detect packets from ourselvesAndrew Tridgell1997-10-151-0/+2
* fixed the freeze on logout bug. The fix has several parts:Andrew Tridgell1997-10-1511-24/+40
* fixed a stack overflow bug in api_lsa_req_chal()Andrew Tridgell1997-10-152-5/+5
* force the salt to be a maximum of 2 characters long in callsAndrew Tridgell1997-10-151-0/+1
* These are the ubiqx modules, as included with the Samba distribution.Christopher R. Hertel1997-10-152-16/+51
* First draft of a README file to explain the origins of the "ubiqx" code.Christopher R. Hertel1997-10-151-0/+20
* Added a very small piece of documentation to describe the binary treeChristopher R. Hertel1997-10-141-0/+24
* pipentlsa.c :Luke Leighton1997-10-142-8/+16
* Added a copy of the LGPL to the samba/ubiqx/ directory.Christopher R. Hertel1997-10-141-0/+481
* byteorder.h:Luke Leighton1997-10-144-11/+20
* credentials, query info reply.Luke Leighton1997-10-148-78/+72
* docs/DIAGNOSIS.txt:John Terpstra1997-10-141-3/+15
* changed *(uint32*)(clnt_cred) to SIVAL(clnt_cred, ....)Luke Leighton1997-10-141-1/+4
* Broke my own rule about checking in uncompiled source :-(.Jeremy Allison1997-10-141-1/+1
* Added fixes for become_user braindamage.Jeremy Allison1997-10-141-4/+20
* another alignment of client challenge: this one in lsa_io_q_auth_2().Luke Leighton1997-10-131-1/+2
* lsa_io_r_req_chal() - challenge is not 4-byte aligned after the unicodeLuke Leighton1997-10-131-1/+3
* put a check around become_user(). doesn't authenticate the user, but doesn'tLuke Leighton1997-10-131-1/+5
* resolving some of the confusion over credentials.Luke Leighton1997-10-131-7/+10
* split pipes.c down into util, netlog and ntlsa.Luke Leighton1997-10-135-1142/+1261
* debugging... no idea what i'm doing.Luke Leighton1997-10-132-10/+11