summaryrefslogtreecommitdiffstats
path: root/source/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-186-95/+95
* Latest ipv6 changes broke (deprecated) smbmount, smbmnt and smbctoolGünter Kukkukk2007-10-153-10/+10
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-2/+2
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-103-119/+19
* r25355: IP address parsing did not allow for fully expanded ipv6 addressesSteve French2007-10-101-1/+1
* r25169: Fix bug 4028Volker Lendecke2007-10-101-0/+4