summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* fixed the help message for -p (someone complained!)Andrew Tridgell1997-12-021-1/+1
* get rid of stat command (it is a hangover from an old experiment)Andrew Tridgell1997-11-251-38/+0
* added true enumerated types in loadparm.c. Now we don't need all thoseAndrew Tridgell1997-11-221-8/+2
* Rolled back tree state to 11:59pm 8th November 1997 EST toJeremy Allison1997-11-102-174/+42
* byteorder.h :Luke Leighton1997-11-091-43/+72
* attempting to mark up 32 bit error codes, needed for NT domains.Luke Leighton1997-11-092-13/+116
* added code that _uses_ arcfour. arcfour itself, or anything remotelyLuke Leighton1997-11-032-4/+24
* convert the credentials code back to uchar[8] from uint32[2]Andrew Tridgell1997-11-022-6/+6
* client.c clientutil.c proto.hLuke Leighton1997-11-013-26/+29
* a simple SMB torture tester. This will allow us to evaluate lockingAndrew Tridgell1997-11-012-155/+1
* added a client-side "set named pipe handle state" function. not knownLuke Leighton1997-10-301-4/+18
* removed mechanism that created actual files NETLOGON, lsarpc and the like,Luke Leighton1997-10-301-1/+1
* split ntclient.c down into appropriate modules.Luke Leighton1997-10-291-975/+38
* added frag field to make_rpc_hdr() functionLuke Leighton1997-10-291-1/+1
* byteorder.h :Luke Leighton1997-10-291-0/+141
* smb.h smbparse.c pipeutil.c :Luke Leighton1997-10-281-56/+56
* added LSA_Q_CLOSE and LSA_R_CLOSE (also to smb.h). implemented in smbclient.Luke Leighton1997-10-271-11/+193
* Fixed ntclient.c so it would compile.Jeremy Allison1997-10-271-1/+1
* added LSA Query Info Policy.Luke Leighton1997-10-271-11/+116
* added LSA Open Policy query and response processing to smbclientLuke Leighton1997-10-271-0/+129
* hooray. hooray some more. hooray a lot. got the client-side working.Luke Leighton1997-10-261-53/+177
* fix some casting errors in smbencrypt and some multiply-defined errorsAndrew Tridgell1997-10-262-2/+1
* The browse synchronisation code in nmbsync.c now uses the clientgen.cAndrew Tridgell1997-10-261-4/+5
* added correct client-side credential generation / checking to the LSA SAMLuke Leighton1997-10-251-42/+80
* got the SAM logon request generated, and received a SAM logon response back.Luke Leighton1997-10-251-2/+147
* Makefile :Luke Leighton1997-10-252-60/+228
* nterr.c :Luke Leighton1997-10-242-164/+229
* missed nmbsync.c when adding setup count and setup pointer arguments toLuke Leighton1997-10-231-9/+14
* general sorting out, from crashes generated by do_lsa_req_chal() in client.cLuke Leighton1997-10-231-40/+48
* playing about, trying to SMBopenX a \PIPE\NETLOGON (should be a SMBopen)Luke Leighton1997-10-232-42/+138
* client.c :Luke Leighton1997-10-221-2/+2
* Makefile client.c :Luke Leighton1997-10-221-2/+98
* Makefile client.c clientutil.c clitar.c nmbsync.c :Luke Leighton1997-10-223-1358/+378
* some cleanups in the clientutil.c code.Andrew Tridgell1997-10-212-32/+46
* add ERRDOS/67 ERRnosuchshare to the client.c list of error stringsAndrew Tridgell1997-10-161-0/+1
* bracket some macrosAndrew Tridgell1997-10-091-1/+1
* client.c: Changed shadowed variable.Jeremy Allison1997-10-061-4/+4
* a bit of bounds checkingAndrew Tridgell1997-10-041-0/+12
* a little hack to smbclient to support extracting NT error codesAndrew Tridgell1997-10-041-0/+12
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-261-10/+11
* add error string reporting to clitarAndrew Tridgell1997-09-261-3/+4
* Makefile: Changed proto: target to not include c files not used currently.Jeremy Allison1997-09-191-2/+20
* John asked the other day about using the tar feature in smbclient toAndrew Tridgell1997-09-181-6/+22
* This commit does 3 main things:Andrew Tridgell1997-09-142-12/+0
* charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1997-09-112-59/+73
* client.c: Made sure myhostname was initialised before substitutions.Jeremy Allison1997-09-051-0/+6
* includes.h: Make sure REPLACE_GETPASS are wrapped with #ifdefs.Jeremy Allison1997-08-281-0/+6
* charset.c: Added patch for client code page 852 (Eastern European) fromSamba Release Account1997-08-271-2/+1
* charset.c : Add mapping for code page 932 (KANJI).Samba Release Account1997-08-251-4/+5
* client.c: Minor change to cast parameters for DEC unix.Samba Release Account1997-07-302-4/+4