summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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-2629-239/+340
* add error string reporting to clitarAndrew Tridgell1997-09-261-3/+4
* Added missing slow share mode offset defines. SomehowJeremy Allison1997-09-251-0/+34
* Makefile: Removed earlier errors.Jeremy Allison1997-09-255-188/+230
* Checkin to sync up oplock development code so that NTJeremy Allison1997-09-236-1189/+313
* added code from Philip A Prindeville <philipp@enteka.com> which expandsLuke Leighton1997-09-232-186/+213
* Makefile: Changed proto: target to not include c files not used currently.Jeremy Allison1997-09-196-56/+1198
* Added arcfour code needed for SMB password changing.Jeremy Allison1997-09-182-0/+126
* added timestamp to "Denied connection" message.Luke Leighton1997-09-181-2/+2
* added some debug stuffAndrew Tridgell1997-09-181-51/+64
* John asked the other day about using the tar feature in smbclient toAndrew Tridgell1997-09-181-6/+22
* JHT ===> Changed behaviour of logon script processing so that all macrosJohn Terpstra1997-09-171-1/+9
* Added 'delete veto files' paremeter. Ugly - but the onlyJeremy Allison1997-09-173-4/+71
* Fixing assumtions that malloced memory is zero filled - makingJeremy Allison1997-09-163-1/+7
* add a castAndrew Tridgell1997-09-161-1/+1
* - change generate_challenge() to use md4 instead of desAndrew Tridgell1997-09-164-45/+65
* bug fix in the new des code.Andrew Tridgell1997-09-161-21/+13
* unbecome_domain_master and unbecome_logon_master were announcingLuke Leighton1997-09-151-3/+0
* - if the user already exists then ignore the -add commandAndrew Tridgell1997-09-151-10/+19
* - change a lot of occurances of errno to use strerror(errno). We can'tAndrew Tridgell1997-09-153-25/+29
* rewrote md4.c from scratch. This implementation should be portable andAndrew Tridgell1997-09-153-298/+166
* no longer neededAndrew Tridgell1997-09-151-58/+0
* This commit does 3 main things:Andrew Tridgell1997-09-1420-235/+96
* This is a written from scratch DES implementation. I couldn't find aAndrew Tridgell1997-09-141-0/+290
* Added fix that means if connecting user sends guest accountJeremy Allison1997-09-121-1/+8
* charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1997-09-1113-389/+486
* fix a couple of "declaration shadows previous local" warnings.Andrew Tridgell1997-09-112-5/+3
* prototype updates for new functionsAndrew Tridgell1997-09-111-1/+21
* add the stdout parameter to lp_dump()Andrew Tridgell1997-09-111-1/+1
* some minor modifications to loadparm.c to support the necessaryAndrew Tridgell1997-09-111-56/+193
* cgi.c is a simple set of CGI manipulation routinesAndrew Tridgell1997-09-114-0/+664
* samba servers forcing local elections if they are not a local master.Luke Leighton1997-09-071-1/+1
* JHT ===> Just setting version to 1.9.18alpha1John Terpstra1997-09-051-1/+1
* client.c: Made sure myhostname was initialised before substitutions.Jeremy Allison1997-09-054-6/+14
* added debug reporting to file listing / mod_time() checking routine.Luke Leighton1997-09-051-2/+17
* Fix from Frank Varnavas <varnavas@ny.ubs.com>.Jeremy Allison1997-09-041-3/+17
* Fixed up determination of client type for PROTOCOL_NT1. Uses clientJeremy Allison1997-09-046-13/+70
* nameannounce.cJeremy Allison1997-09-036-32/+42
* reply.c: Removed unused variables. Caught by gcc -Wall -WerrorJeremy Allison1997-09-023-7/+33
* use of recursion_available and recursion_desired flag in netbios responses.Luke Leighton1997-09-013-29/+53
* added word count 3 support into reply_tcon_and_X (see cifs6.txt). theLuke Leighton1997-08-311-3/+23
* fixed a bug in the printjob encoding/decoding. We weren't doing it forAndrew Tridgell1997-08-313-17/+34
* Makefile: New program and support for dynamic codepage loading.Jeremy Allison1997-08-303-141/+185
* Adding codepage definition files and codepage file compiler/decompiler.Jeremy Allison1997-08-307-0/+752
* Oops. Reversed mangled map change made in error. TestingJeremy Allison1997-08-281-2/+3
* includes.h: Make sure REPLACE_GETPASS are wrapped with #ifdefs.Jeremy Allison1997-08-283-0/+12
* mangle.c: Fixed bug that caused string to run off the end of the mangled map.Jeremy Allison1997-08-283-8/+5
* added a new type to mkproto.awk so it can handle shmem.cAndrew Tridgell1997-08-282-2/+2
* charset.c: Added patch for client code page 852 (Eastern European) fromSamba Release Account1997-08-273-3/+50