summaryrefslogtreecommitdiffstats
path: root/source/client/client.c
Commit message (Expand)AuthorAgeFilesLines
* Replace workgroup global variable with lp_workgroup()Tim Potter2003-04-281-10/+8
* Merge:Tim Potter2003-04-141-360/+79
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-181-3/+3
* Fix segfault on FD_SET() when we have an fd of -1Andrew Bartlett2003-03-181-0/+3
* Add const.Andrew Bartlett2003-03-181-1/+1
* Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a shareAndrew Bartlett2003-02-241-19/+9
* Samba janitors: applying mbp's redundant umask fix.Jeremy Allison2003-02-071-4/+0
* Merge from HEAD:Andrew Bartlett2003-01-141-4/+4
* Added code to the handling of the -M option to ensure that we default toChristopher R. Hertel2003-01-071-1/+7
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* fix stat reporting on put commandHerb Lewis2002-12-051-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-12/+7
* Sync with HEADJelmer Vernooij2002-11-091-4/+4
* Sync with HEADJelmer Vernooij2002-10-291-1/+0
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-011-3/+18
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-29/+126
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-22/+36
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Doc.Martin Pool2002-01-291-1/+4
* Make the -L option to smbclient slightly less gross:Martin Pool2002-01-211-4/+22
* fixes (asprintf) from 2.2Simo Sorce2002-01-191-4/+4
* Move the bang (!) command back to the bottom of the list, allowing smbclientAndrew Bartlett2002-01-171-1/+3
* Alphabetize.Jeremy Allison2002-01-161-3/+3
* Added CIFS UNIX extension code to client.Jeremy Allison2002-01-161-0/+146
* browse_fn: FIXME: If the remote machine returns non-ascii charactersMartin Pool2002-01-101-0/+3
* FIXME: At the moment, if the user should happen to give the optionsMartin Pool2002-01-091-1/+7
* merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis2002-01-071-0/+2
* - handle kerberos session setup reply with broken null terminationAndrew Tridgell2001-12-211-9/+4
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-3/+3
* Patch from dan_thibadeau@hp.com to allow domain set in authfile.Jeremy Allison2001-12-191-1/+2
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-1/+1
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-281-4/+0
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-7/+5
* added "net join" commandAndrew Tridgell2001-11-241-1/+1
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-6/+8
* Return 1 (rather than 0) on failure. This may well help get the build farmAndrew Bartlett2001-11-021-1/+1
* client : Fixed error return.Jeremy Allison2001-10-191-0/+2
* added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2001-10-121-4/+1
* first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-111-2/+4
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-1/+54
* ops, remove my test code, sorry.Simo Sorce2001-10-101-9/+5
* initial support to error report in smbclient, useful when using smbclient -c ...Simo Sorce2001-10-091-78/+158
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* I told Jeremy at the CIFS conference that I would sort the command listChristopher R. Hertel2001-09-301-30/+33
* introduce SAFE_FREE() macro as suggested by andreas moroder.Simo Sorce2001-09-171-25/+21
* Fix compile warnings on IRIX's cc.Andrew Bartlett2001-09-161-3/+3
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-19/+19