summaryrefslogtreecommitdiffstats
path: root/source3/client/client.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crash bug in smbclient completion. Closes bug #659.Tim Potter2003-11-041-3/+2
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-051-1/+1
* fix bug #39; save the -W value and restore it after lp_load()Gerald Carter2003-08-251-1/+18
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* get rid of more compiler warningsHerb Lewis2003-08-151-2/+2
* get rid of const as these things really are not constHerb Lewis2003-08-151-2/+2
* Don't ask twice for the passwordVolker Lendecke2003-08-141-0/+1
* We get the server and workgroup list only over port 139. Fall back to thatVolker Lendecke2003-08-101-0/+16
* Ensure smbclient obeys -s smb.conf option.Jeremy Allison2003-08-061-6/+16
* Anal formatting tidyup :-).Jeremy Allison2003-08-061-181/+198
* Fix the option processing for smbtar. Does no one check this !Jeremy Allison2003-08-011-4/+20
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-0/+2
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-2/+2
* fixed the pstrcpy() bug in directory recursion properlyAndrew Tridgell2003-07-181-1/+2
* Fix for bug 222 from Marcin Owsiany.Tim Potter2003-07-171-0/+5
* Don't use pstrcpy on non-pstrings.Tim Potter2003-07-171-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* Suggest the user runs kinit if smbclient -k returns NT_STATUS_MORE_PROCESSING...Tim Potter2003-07-021-0/+4
* several places in client.c rely in commands[i].name == NULL being aAndrew Tridgell2003-06-111-2/+2
* i'm getting rather sick of thisAndrew Tridgell2003-06-111-4/+1
* Don't segfault when -b is specified (fixes debian bug #196833)Jelmer Vernooij2003-06-101-1/+1
* Don't crash when doing namecompletion in smbclient. Fixes debian bug #194776Jelmer Vernooij2003-05-291-1/+1
* Fix non-constant initialiser for Sun CC.Andrew Bartlett2003-05-131-1/+7
* And finally IDMAP in 3_0Simo Sorce2003-05-121-23/+164
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* Fix for possible segfault in readline handler. Found by vitalyb@mail333.com.Jeremy Allison2003-05-101-1/+2
* 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