summaryrefslogtreecommitdiff
path: root/source3/client/client.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-13Fix non-constant initialiser for Sun CC.Andrew Bartlett1-1/+7
2003-05-12And finally IDMAP in 3_0Simo Sorce1-23/+164
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-05-10Fix for possible segfault in readline handler. Found by vitalyb@mail333.com.Jeremy Allison1-1/+2
2003-04-28Replace workgroup global variable with lp_workgroup()Tim Potter1-10/+8
2003-04-14Merge:Tim Potter1-360/+79
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett1-3/+3
2003-03-18Fix segfault on FD_SET() when we have an fd of -1Andrew Bartlett1-0/+3
2003-03-18Add const.Andrew Bartlett1-1/+1
2003-02-24Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a shareAndrew Bartlett1-19/+9
2003-02-07Samba janitors: applying mbp's redundant umask fix.Jeremy Allison1-4/+0
2003-01-14Merge from HEAD:Andrew Bartlett1-4/+4
2003-01-07Added code to the handling of the -M option to ensure that we default toChristopher R. Hertel1-1/+7
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-12-05fix stat reporting on put commandHerb Lewis1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-12/+7
2002-11-09Sync with HEADJelmer Vernooij1-4/+4
2002-10-29Sync with HEADJelmer Vernooij1-1/+0
2002-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter1-3/+18
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-29/+126
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-22/+36
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-29Doc.Martin Pool1-1/+4
2002-01-21Make the -L option to smbclient slightly less gross:Martin Pool1-4/+22
2002-01-19fixes (asprintf) from 2.2Simo Sorce1-4/+4
2002-01-17Move the bang (!) command back to the bottom of the list, allowing smbclientAndrew Bartlett1-1/+3
2002-01-16Alphabetize.Jeremy Allison1-3/+3
2002-01-16Added CIFS UNIX extension code to client.Jeremy Allison1-0/+146
2002-01-10browse_fn: FIXME: If the remote machine returns non-ascii charactersMartin Pool1-0/+3
2002-01-09FIXME: At the moment, if the user should happen to give the optionsMartin Pool1-1/+7
2002-01-07merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis1-0/+2
2001-12-21- handle kerberos session setup reply with broken null terminationAndrew Tridgell1-9/+4
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison1-3/+3
2001-12-19Patch from dan_thibadeau@hp.com to allow domain set in authfile.Jeremy Allison1-1/+2
2001-11-28fixed some krb5 ifdefsAndrew Tridgell1-1/+1
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell1-4/+0
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-7/+5
2001-11-24added "net join" commandAndrew Tridgell1-1/+1
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-6/+8
2001-11-02Return 1 (rather than 0) on failure. This may well help get the build farmAndrew Bartlett1-1/+1
2001-10-19client : Fixed error return.Jeremy Allison1-0/+2
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell1-4/+1
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell1-2/+4
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-1/+54
2001-10-10ops, remove my test code, sorry.Simo Sorce1-9/+5
2001-10-09initial support to error report in smbclient, useful when using smbclient -c ...Simo Sorce1-78/+158
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0