summaryrefslogtreecommitdiffstats
path: root/source/libsmb/libsmbclient.c
Commit message (Expand)AuthorAgeFilesLines
* Initial revamp of the libsmbclient interface.Derrell Lipman2008-03-011-7233/+0
* add smbc_ftruncate() to emulate POSIX ftruncate()Derrell Lipman2008-02-261-0/+75
* Fix some typos.Karolin Seeger2008-02-081-1/+1
* Allow clearing all settable DOS mode bits. A mode value of zero is ignored byDerrell Lipman2008-01-231-1/+9
* Fix typo that disabled setting group id. Thanks, Henrik.Derrell Lipman2008-01-181-1/+1
* Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mappingDerrell Lipman2008-01-171-46/+37
* Fix stat results to be consistent between smbc_stat and smbc_fstat.Derrell Lipman2008-01-171-1/+4
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-161-272/+310
|\
| * Fix the API exported for auth_functions. Ensure we callJeremy Allison2008-01-151-272/+310
* | Fix smbc_listxattr() and friends (bug #5189)Derrell Lipman2008-01-131-4/+7
|/
* Add the options smb_encrypt_level to set the requestedJeremy Allison2008-01-051-0/+98
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-3/+3
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-19/+36
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-7/+12
* Fix an uninitialized variableVolker Lendecke2007-12-011-1/+1
* Fix missing error cleanup noticed by Derrell.Jeremy Allison2007-11-301-3/+6
* Removed all pstrings from libsmbclient. Derryl pleaseJeremy Allison2007-11-301-46/+65
* Add talloc versions of all the next_token() functions.Jeremy Allison2007-11-301-605/+728
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-291-98/+71
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-7/+21
* Add stackframes to public libsmbclient functionsVolker Lendecke2007-11-191-64/+245
* Fix some warningsVolker Lendecke2007-11-091-1/+2
* Fix for bug 5021Volker Lendecke2007-11-011-1/+5
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-3/+3
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-52/+54
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-41/+41
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-5/+5
* [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-101-33/+43
* r24981: - Use the formal syntax for calling functions through pointers. I've...Derrell Lipman2007-10-101-52/+56
* r24969: Fwd port "open" patchSimo Sorce2007-10-101-2/+2
* r24864: - Correct failure of libsmbclient against a version of Windows found ...Derrell Lipman2007-10-101-24/+2
* r24750: Fix one more caller of name_resolve_bcast().Michael Adam2007-10-101-1/+3
* r24543: Apply missing portion of correction for bug 4750Derrell Lipman2007-10-101-0/+5
* r24466: - Sort ACEs according to http://support.microsoft.com/kb/269175 so thatDerrell Lipman2007-10-101-10/+72
* r24462: - Removing all ACEs was causing removal of the DACL entirely. Win200...Derrell Lipman2007-10-101-4/+0
* r24410: - I got tricked by function naming. Contrary to what seemed obvious ...Derrell Lipman2007-10-101-4/+0
* r24388: - ACL retrieval provided incomplete information because the buffer po...Derrell Lipman2007-10-101-9/+22
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-1/+1
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-101-8/+11
* r23001: - Fix but #4634. Type of the size parameter to getpeername was wrong.Derrell Lipman2007-10-101-1/+1
* r22914: - Fixes bug 4599. A missing <code>if</code> statement forced subseqe...Derrell Lipman2007-10-101-4/+8
* r22850: - Fixes bug 4601. smbc_getxattr() would not, in one case, properly r...Derrell Lipman2007-10-101-1/+1
* r21932: fix compiler warning.Stefan Metzmacher2007-10-101-1/+1
* r21768: Fix the client dfs code such that smbclient canJeremy Allison2007-10-101-15/+0
* r21239: if the workgroup name is longer than 16 chars we get garbage in the s...Simo Sorce2007-10-101-6/+7
* r21132: - Fixes bug 4366. Documentation for smbc_utimes() was incorrect.Derrell Lipman2007-10-101-3/+31
* r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij2007-10-101-2/+1