summaryrefslogtreecommitdiff
path: root/source3/client/client.c
AgeCommit message (Expand)AuthorFilesLines
1997-12-02fixed the help message for -p (someone complained!)Andrew Tridgell1-1/+1
1997-11-25get rid of stat command (it is a hangover from an old experiment)Andrew Tridgell1-38/+0
1997-11-22added true enumerated types in loadparm.c. Now we don't need all thoseAndrew Tridgell1-8/+2
1997-11-10Rolled back tree state to 11:59pm 8th November 1997 EST toJeremy Allison1-1/+1
1997-11-09attempting to mark up 32 bit error codes, needed for NT domains.Luke Leighton1-1/+1
1997-11-01client.c clientutil.c proto.hLuke Leighton1-9/+9
1997-11-01a simple SMB torture tester. This will allow us to evaluate lockingAndrew Tridgell1-1/+1
1997-10-26fix some casting errors in smbencrypt and some multiply-defined errorsAndrew Tridgell1-1/+0
1997-10-25Makefile :Luke Leighton1-11/+5
1997-10-24nterr.c :Luke Leighton1-164/+7
1997-10-23missed nmbsync.c when adding setup count and setup pointer arguments toLuke Leighton1-9/+14
1997-10-23general sorting out, from crashes generated by do_lsa_req_chal() in client.cLuke Leighton1-40/+48
1997-10-23playing about, trying to SMBopenX a \PIPE\NETLOGON (should be a SMBopen)Luke Leighton1-37/+131
1997-10-22client.c :Luke Leighton1-2/+2
1997-10-22Makefile client.c :Luke Leighton1-2/+98
1997-10-22Makefile client.c clientutil.c clitar.c nmbsync.c :Luke Leighton1-1104/+73
1997-10-21some cleanups in the clientutil.c code.Andrew Tridgell1-2/+11
1997-10-16add ERRDOS/67 ERRnosuchshare to the client.c list of error stringsAndrew Tridgell1-0/+1
1997-10-06client.c: Changed shadowed variable.Jeremy Allison1-4/+4
1997-10-04a little hack to smbclient to support extracting NT error codesAndrew Tridgell1-0/+12
1997-09-19Makefile: Changed proto: target to not include c files not used currently.Jeremy Allison1-2/+20
1997-09-14This commit does 3 main things:Andrew Tridgell1-6/+0
1997-09-11charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1-23/+21
1997-09-05client.c: Made sure myhostname was initialised before substitutions.Jeremy Allison1-0/+6
1997-08-25charset.c : Add mapping for code page 932 (KANJI).Samba Release Account1-4/+5
1997-07-30client.c: Minor change to cast parameters for DEC unix.Samba Release Account1-2/+2
1997-07-30Minor text mods, mostly checking that CVS still worksSamba Release Account1-3/+3
1997-07-28client.c: Added amanda fixes.Samba Release Account1-4/+12
1997-07-24Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1-8/+11
1997-07-18charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1-1/+1
1997-07-01client.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodw...Samba Release Account1-2/+117
1997-06-11Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account1-2/+2
1997-05-30charcnv.c: Fixed silly bugs detected on IRIX.Samba Release Account1-1/+1
1997-05-08status.c: Added brief option. Patch from ccctim@mailbox.ucdavis.eduSamba Release Account1-2/+2
1997-05-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1-1/+1
1997-04-03name_type for name_query with smbclient -M name should be used. that way,Samba Release Account1-3/+3
1996-10-24- added support for TMPDIR env variableAndrew Tridgell1-2/+2
1996-10-07- continue when failing to load config file in nmblookup and smbclientAndrew Tridgell1-1/+0
1996-10-05- use workgroup from smb.conf in smbclientAndrew Tridgell1-1/+4
1996-10-04- changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1-2/+2
1996-10-02backout all the changes to nmbd.Andrew Tridgell1-10/+6
1996-10-02- a huge pile of changes from Luke which implement the browse.confAndrew Tridgell1-6/+10
1996-08-22- fix client for pathworks 4 accessAndrew Tridgell1-3/+3
1996-08-22- add timeouts to connect() for password server connections. ThisAndrew Tridgell1-2/+2
1996-08-19- added "netbios name" option in smb.conf to make controlling the nameAndrew Tridgell1-6/+6
1996-08-17- made FAST_SHARE_MODES standard for LinuxAndrew Tridgell1-1/+6
1996-08-13- sequent-ptx support from bressler@iftccu.ca.boeing.com (RickAndrew Tridgell1-3/+135
1996-07-30fix a bug that we've had for a long time where we don't handle EOFAndrew Tridgell1-1/+1
1996-07-24the client now loads the smb.conf config file so it can get theAndrew Tridgell1-1/+10
1996-07-22fix up problems with "smbclient -L". It now uses a genericAndrew Tridgell1-10/+20