summaryrefslogtreecommitdiff
path: root/source3/client/clientutil.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell1-1/+1
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-9/+8
1998-09-28Fixed problems found in lint pass over the old code by <cpeterso@microsoft.com>.Jeremy Allison1-3/+18
1998-08-30allow smbclient to connect to IPC$ as an IPC serviceAndrew Tridgell1-2/+0
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-6/+4
1998-06-16Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1-0/+13
1998-06-15client.c: Made -L do a null-session share unless -U user is specified.Jeremy Allison1-94/+105
1998-06-01clientutil.c: Don't core dump if no controlling terminal available for password.Jeremy Allison1-0/+3
1998-05-12This is a security audit change of the main source.Jeremy Allison1-21/+21
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-9/+9
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1-1/+1
1998-03-16Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1-32/+2
1998-02-26-N option still prompted for password in smbclient -L usageHerb Lewis1-1/+3
1998-02-14Sometime after 1.9.17p5 smbclient stopped being able to doJeremy Allison1-2/+4
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-1/+1
1998-01-16Makefile: Added new codepage - 866.Jeremy Allison1-1/+1
1998-01-05Added 3 commands:Volker Lendecke1-27/+35
1997-12-20client.c:Jeremy Allison1-9/+9
1997-12-14fix a bug that sometimes prevented smbclient from connecting withAndrew Tridgell1-1/+3
1997-12-13This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1-4/+7
1997-11-03added code that _uses_ arcfour. arcfour itself, or anything remotelyLuke Leighton1-1/+4
1997-11-02convert the credentials code back to uchar[8] from uint32[2]Andrew Tridgell1-3/+3
1997-11-01client.c clientutil.c proto.hLuke Leighton1-5/+8
1997-11-01a simple SMB torture tester. This will allow us to evaluate lockingAndrew Tridgell1-154/+0
1997-10-26fix some casting errors in smbencrypt and some multiply-defined errorsAndrew Tridgell1-1/+1
1997-10-26The browse synchronisation code in nmbsync.c now uses the clientgen.cAndrew Tridgell1-4/+5
1997-10-23playing about, trying to SMBopenX a \PIPE\NETLOGON (should be a SMBopen)Luke Leighton1-5/+7
1997-10-22Makefile client.c clientutil.c clitar.c nmbsync.c :Luke Leighton1-241/+292
1997-10-21some cleanups in the clientutil.c code.Andrew Tridgell1-30/+35
1997-10-09bracket some macrosAndrew Tridgell1-1/+1
1997-10-04a bit of bounds checkingAndrew Tridgell1-0/+12
1997-09-26Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1-10/+11
1997-09-14This commit does 3 main things:Andrew Tridgell1-6/+0
1997-08-28includes.h: Make sure REPLACE_GETPASS are wrapped with #ifdefs.Jeremy Allison1-0/+6
1997-07-30client.c: Minor change to cast parameters for DEC unix.Samba Release Account1-2/+2
1997-05-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1-1/+1
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-5/+3
1996-06-05- changed some debug levels in clientutil.cAndrew Tridgell1-18/+18
1996-06-04a huge pile of changes :-)Andrew Tridgell1-0/+1029