summaryrefslogtreecommitdiffstats
path: root/source3/client
Commit message (Expand)AuthorAgeFilesLines
* Update mount.cifs helpSteve French2008-01-031-3/+5
* Fix error message.Jeremy Allison2007-12-291-1/+1
* Added -e, --encrypt option to smbclient that immediatelyJeremy Allison2007-12-291-10/+35
* Add the capability to set "smb encrypt = required"Jeremy Allison2007-12-271-2/+15
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-0/+43
* Remove next_token_nr_talloc and its associated globalVolker Lendecke2007-12-212-75/+124
* Fix a "no prototype" warningVolker Lendecke2007-12-191-0/+1
* Add smbclient support for basic mDNS browsing.Rishi Srivatsavai2007-12-172-0/+243
* Merge in J.Layton patch and resolve conflict.Simo Sorce2007-12-171-26/+64
* Revert smbclient changes.Karolin Seeger2007-12-141-5/+0
* Make smbclient to display error message and usage in the case of invalid opti...Karolin Seeger2007-12-141-0/+5
* We don't need to call endpwent if we never call getpwent.Jeremy Allison2007-12-131-2/+0
* Add a varient of Steve Langasek <vorlon@debian.org> patchJeremy Allison2007-12-131-10/+59
* Missed one strcpy call.Jeremy Allison2007-12-121-1/+1
* Add a portable version of strlcpy and strlcat and convertJeremy Allison2007-12-121-36/+70
* Fix bug #4784. Patch from Steve Langasek <vorlon@debian.org>.Jeremy Allison2007-12-121-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-103-8/+8
* Move load_case_tables() to after logging is set up. This can logJames Peach2007-12-091-1/+2
* C++ warningVolker Lendecke2007-12-091-1/+1
* Fix C++ warningsVolker Lendecke2007-12-081-1/+1
* More null deref fixes.Jeremy Allison2007-12-071-4/+4
* More null deref fixes.Jeremy Allison2007-12-071-1/+1
* Don't deref null pointers.Jeremy Allison2007-12-071-1/+1
* After conversations with Jerry, remove smbctool until it'sJeremy Allison2007-12-071-3780/+0
* Remove pstring from clitar.cJeremy Allison2007-12-071-141/+225
* Add popt to binaries in makefile. Hack clitar to compile until I fix it.Jeremy Allison2007-12-062-19/+12
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-981/+1555
* Remove trailing slashes from service nameAndreas Schneider2007-12-061-0/+7
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-simoSimo Sorce2007-12-051-79/+178
|\
| * pstring removal.Jeremy Allison2007-12-051-79/+178
* | Fix warningSimo Sorce2007-12-051-1/+1
* | * helper source for handling cifs kernel module upcall for kerberosIgor Mammedov2007-12-052-0/+347
|/
* More pstring removal.Jeremy Allison2007-12-041-6/+15
* Fix sample gtk code. Does this compile ?Jeremy Allison2007-12-041-38/+40
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-292-63/+81
* Ensure we have a talloc stackframe (found by Kukks).Jeremy Allison2007-11-202-6/+10
* Fix bug #4393 smbclient does not store files with zero filesize in tar-archivesJeremy Allison2007-11-161-4/+3
* Fix for bug #4781: allow cleaning of /etc/mtab by canonicalizing mountpoint.Michael Adam2007-11-161-0/+7
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-153-13/+16
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-091-2/+1
* Remove more pstring/fstrings.Jeremy Allison2007-11-081-11/+19
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-051-1/+1
* Fix the smbmount buildVolker Lendecke2007-11-051-1/+1
* Remove more static data from lib/util_sock.c andJeremy Allison2007-11-031-2/+2
* Change the client library to write directly out ofJeremy Allison2007-11-021-0/+30
* Add printout of large read/write caps if detected.Jeremy Allison2007-10-311-0/+6
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-272-2/+2
* Fix zero_addr(&ip, INADDR_ANY); -> zero_addr(&ip, AF_INET)Jeremy Allison2007-10-271-1/+1
* Two patchesVolker Lendecke2007-10-272-6/+6
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-9/+9