summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* dont try getpeername() when Client isn't initialisedAndrew Tridgell1997-12-021-0/+8
* use -1 not 0xffffffff in SIVALS() macrosAndrew Tridgell1997-11-291-23/+1
* added a sent_oplock_break element to Files[] as a paranoia check so weAndrew Tridgell1997-11-291-1/+1
* added true enumerated types in loadparm.c. Now we don't need all thoseAndrew Tridgell1997-11-222-11/+6
* use LocTimeDiff() not TimeDiff() to ensure that longdate conversion isAndrew Tridgell1997-11-211-1/+2
* change from %D to %m/%d/%Y in timestring(). This doesn't really matterAndrew Tridgell1997-11-061-4/+4
* no asm/signal.h for linux as this is not portableAndrew Tridgell1997-11-061-1/+1
* Rolling back the filesJeremy Allison1997-11-031-41/+0
* Christian Lademann's contribution: new capabilities in smb.conf.Luke Leighton1997-11-021-0/+41
* change a debug levelAndrew Tridgell1997-11-011-3/+3
* ipc.c ntclientpipe.c:Luke Leighton1997-10-291-0/+47
* called dump_data() from show_msg().Luke Leighton1997-10-291-25/+6
* byteorder.h :Luke Leighton1997-10-291-1/+1
* default server_name if NIS server is unavailable should be the localLuke Leighton1997-10-241-2/+2
* nterr.c :Luke Leighton1997-10-241-1/+1
* Big change to make nmbd code more readable/understandable.Jeremy Allison1997-10-231-4/+10
* playing about, trying to SMBopenX a \PIPE\NETLOGON (should be a SMBopen)Luke Leighton1997-10-231-0/+3
* loadparm.c :Luke Leighton1997-10-221-63/+20
* loadparm.c :Luke Leighton1997-10-211-1/+38
* loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. AddedJeremy Allison1997-10-202-20/+10
* added "domain groups" parameter, allowing you to specify the groups thatLuke Leighton1997-10-201-0/+28
* util.c password.c :Luke Leighton1997-10-201-0/+54
* casting cleanupsAndrew Tridgell1997-10-201-1/+2
* Makefile :Luke Leighton1997-10-191-31/+47
* .cvsignore: Added make_smbcodepageJeremy Allison1997-10-172-2/+14
* smbparse.c smb.h :Luke Leighton1997-10-171-3/+3
* added loopback_ip. This is used to detect packets from ourselvesAndrew Tridgell1997-10-151-0/+2
* align_offset() adjusted pointer to wrong location. oops.Luke Leighton1997-10-131-2/+3
* added debugging macros (suitable eventually for use in tcpdump, hopefully)Luke Leighton1997-10-121-0/+8
* namelogon.c :Luke Leighton1997-10-111-0/+38
* fixed the log wrapping bug.Andrew Tridgell1997-10-101-12/+17
* credentials.c:Luke Leighton1997-10-091-2/+26
* I rewrote the name_mangle() and name_len().Christopher R. Hertel1997-10-071-46/+65
* increase the debug level in the "added interface" debug lineAndrew Tridgell1997-10-071-3/+3
* client.c: Changed shadowed variable.Jeremy Allison1997-10-061-5/+3
* proto.h:Luke Leighton1997-10-041-0/+113
* locking.c: Fixed incorrect parameter count in debug statements. May explainJeremy Allison1997-10-031-2/+6
* proto.h: Updated.Jeremy Allison1997-10-031-2/+2
* Modified some debug messages, moved from 5 -> 8.Jeremy Allison1997-10-021-7/+7
* dir.c: more pstrcpys.Jeremy Allison1997-09-301-47/+164
* Syncing up current oplock work in progress. #ifdef'ed outJeremy Allison1997-09-261-38/+37
* Correctly rolled back interface.c (I was working on an olderJeremy Allison1997-09-261-210/+186
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-264-35/+91
* Checkin to sync up oplock development code so that NTJeremy Allison1997-09-231-1/+83
* added code from Philip A Prindeville <philipp@enteka.com> which expandsLuke Leighton1997-09-231-186/+210
* Makefile: Changed proto: target to not include c files not used currently.Jeremy Allison1997-09-191-0/+71
* added timestamp to "Denied connection" message.Luke Leighton1997-09-181-2/+2
* - change a lot of occurances of errno to use strerror(errno). We can'tAndrew Tridgell1997-09-151-4/+4
* rewrote md4.c from scratch. This implementation should be portable andAndrew Tridgell1997-09-151-284/+160
* This commit does 3 main things:Andrew Tridgell1997-09-145-73/+47