summaryrefslogtreecommitdiffstats
path: root/source/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* One line fix to get smbmount working again.Andrew Bartlett2002-01-051-0/+3
* - 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
* Fix for extra capabilities from Urban Widmark <urban@teststation.com>.Jeremy Allison2001-12-191-25/+33
* 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-282-10/+0
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-263-14/+8
* Fixed compiler warnings and dyn_CONFIGFILE related breakage.Tim Potter2001-11-261-10/+9
* added "net join" commandAndrew Tridgell2001-11-241-1/+1
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-233-6/+0
* Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool2001-11-201-4/+4
* Store some path names in global variables initialized to configureMartin Pool2001-11-193-16/+27
* Return 1 (rather than 0) on failure. This may well help get the build farmAndrew Bartlett2001-11-021-1/+1
* Remove xstrdup since it was added to lib/util.c. Caused compile failureJim McDonough2001-10-241-13/+0
* 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-112-3/+5
* 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-092-88/+175
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-023-3/+0
* I told Jeremy at the CIFS conference that I would sort the command listChristopher R. Hertel2001-09-301-30/+33
* smbmount fixes from Urban.Jeremy Allison2001-09-201-5/+21
* move to SAFE_FREE()Simo Sorce2001-09-172-19/+16
* 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-102-2/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-103-26/+26
* fixed typoAndrew Tridgell2001-09-091-1/+1
* removed pointless parameter from readfile()Andrew Tridgell2001-09-091-3/+3
* added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell2001-09-071-117/+118
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-2/+3
* fixed handling of 139/445 in clientsAndrew Tridgell2001-08-243-11/+5
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-202-2/+1
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-122-4/+8
* Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2001-08-082-0/+9
* Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter2001-07-121-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-044-29/+29
* The big character set handling changeover!Andrew Tridgell2001-07-044-92/+39
* Applied Michael Sweet's patch, with one minor signal change.Jeremy Allison2001-07-031-4/+26
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-212-32/+32
* removed need for scandir in client.cAndrew Tridgell2001-05-071-21/+14
* new mput code from idra that doesn't need a call to findAndrew Tridgell2001-05-071-66/+152
* More gcc compile on solaris tidyups.Jeremy Allison2001-04-271-1/+1
* a couple of minor merges from 2_2Andrew Tridgell2001-04-223-3/+8
* Getting medieval with compiler warnings as Jeremy puts it.Tim Potter2001-04-161-3/+3