summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* smbclient.1: Added documentation of the username%password environment code.Jeremy Allison1997-09-192-0/+29
* Makefile: Changed proto: target to not include c files not used currently.Jeremy Allison1997-09-196-56/+1198
* Another South American consultant.Jeremy Allison1997-09-191-1/+20
* 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 ===> More hacks!John Terpstra1997-09-171-5/+6
* JHT ===> Changed behaviour of logon script processing so that all macrosJohn Terpstra1997-09-171-1/+9
* Added documentation for the 'delete veto files' parameter.Jeremy Allison1997-09-171-2/+32
* 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
* change the encryption instructions to reflect the fact that the codeAndrew Tridgell1997-09-161-32/+6
* 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
* 2 more consultants.Jeremy Allison1997-09-151-2/+40
* 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
* Added one more consultant.Jeremy Allison1997-09-101-1/+18
* updated bit on kill -HUP to make it clear what effect this has, and itsLuke Leighton1997-09-091-9/+19
* 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
* One more consultant.Jeremy Allison1997-09-051-2/+21
* added debug reporting to file listing / mod_time() checking routine.Luke Leighton1997-09-051-2/+17
* This is really Herb adding the SGI packaging files.Jeremy Allison1997-09-0518-0/+1787
* 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
* One more consultant....Jeremy Allison1997-09-031-1/+27
* 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