summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* Don't uppercase the username and domain in a session setup.Tim Potter2002-09-231-2/+0
* Fixed a little, long standing bug: smbclient -M <name> should resolveVolker Lendecke2002-09-051-3/+8
* fix wrong checkSimo Sorce2002-08-281-1/+1
* Remove strsep - non portable.Jeremy Allison2002-08-271-2/+2
* add a trivial seeking function to xfile (tseek) that does not do SEEK_CURSimo Sorce2002-08-271-22/+116
* fix typosSimo Sorce2002-08-201-2/+2
* Fix the %m security bug again - and try to make it harder to reintroduce inAndrew Bartlett2002-08-101-2/+1
* fix for smbtar filename matchingAndrew Tridgell2002-07-281-1/+1
* Looks like I missed this earlier. We should connect as the specified workgroupAndrew Bartlett2002-07-211-1/+1
* More fixes towards warnings on the IRIX compilerAndrew Bartlett2002-07-201-8/+5
* Make smbmnt a standalone program from a linker point of view. Hopefully thisAndrew Bartlett2002-07-131-2/+2
* - fixed a crash bug for 'print -'Andrew Tridgell2002-07-132-3/+4
* fixed a prototype problem in client.cAndrew Tridgell2002-07-021-0/+3
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-012-25/+25
* Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-57/+11
* And another .cvsignoreAndrew Bartlett2002-06-251-0/+1
* Break up samba's object dependencies, and its prototype includes.Andrew Bartlett2002-06-252-1/+2
* removed compiler warningGerald Carter2002-06-251-1/+1
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-171-4/+0
* segfault fix merged from SAMBA_2_2Gerald Carter2002-05-141-3/+15
* getpid() -> sys_getpid()Tim Potter2002-03-141-20/+20
* 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-306-12/+6
* 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
* 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