Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
[kai/samba.git] / source3 / libsmb / libsmbclient.c
2008-01-16 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-16 Jeremy AllisonFix the API exported for auth_functions. Ensure we...
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-13 Derrell LipmanFix smbc_listxattr() and friends (bug #5189)
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonAdd the options smb_encrypt_level to set the requested
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-12-07 Jeremy AllisonDon't build rpctorture anymore - not maintained. Just...
2007-12-01 Volker LendeckeFix an uninitialized variable
2007-12-01 Jeremy AllisonFix missing error cleanup noticed by Derrell.
2007-11-30 Jeremy AllisonRemoved all pstrings from libsmbclient. Derryl please
2007-11-30 Jeremy AllisonAdd talloc versions of all the next_token() functions.
2007-11-30 Jeremy AllisonRemove PSTRING_LEN from smbd/ nmbd/.
2007-11-29 Jeremy AllisonRemove the explicit TALLOC_CTX * from cli_struct.
2007-11-20 Volker LendeckeAdd stackframes to public libsmbclient functions
2007-11-09 Volker LendeckeFix some warnings
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-01 Volker LendeckeFix for bug 5021
2007-10-28 Jeremy AllisonChange all occurrences of zero_addr(&ss,AF_INET) to
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Derrell Lipmanr24981: - Use the formal syntax for calling functions...
2007-10-10 Simo Sorcer24969: Fwd port "open" patch
2007-10-10 Derrell Lipmanr24864: - Correct failure of libsmbclient against a...
2007-10-10 Michael Adamr24750: Fix one more caller of name_resolve_bcast().
2007-10-10 Derrell Lipmanr24543: Apply missing portion of correction for bug...
2007-10-10 Derrell Lipmanr24466: - Sort ACEs according to support.microsoft...
2007-10-10 Derrell Lipmanr24462: - Removing all ACEs was causing removal of...
2007-10-10 Derrell Lipmanr24410: - I got tricked by function naming. Contrary...
2007-10-10 Derrell Lipmanr24388: - ACL retrieval provided incomplete information...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Günther Deschnerr23627: Allow to pass down the lookup-level to rpccli_l...
2007-10-10 Jeremy Allisonr23554: Fix bug #4711 by makeing cli_connect return...
2007-10-10 Derrell Lipmanr23001: - Fix but #4634. Type of the size parameter...
2007-10-10 Derrell Lipmanr22914: - Fixes bug 4599. A missing <code>if</code...
2007-10-10 Derrell Lipmanr22850: - Fixes bug 4601. smbc_getxattr() would not...
2007-10-10 Stefan Metzmacherr21932: fix compiler warning.
2007-10-10 Jeremy Allisonr21768: Fix the client dfs code such that smbclient can
2007-10-10 Simo Sorcer21239: if the workgroup name is longer than 16 chars...
2007-10-10 Derrell Lipmanr21132: - Fixes bug 4366. Documentation for smbc_utime...
2007-10-10 Jelmer Vernooijr20832: Remove extra pointers previously added to uniqu...
2007-10-10 Volker Lendecker20333: Fix a couple of Coverity errors in one run...
2007-10-10 Herb Lewisr20269: merge -r20264:20267 from SAMBA_3_0_24
2007-10-10 Volker Lendecker19797: Convert the remaining pipes to the "new" unique...
2007-10-10 Volker Lendecker19469: Another user of NetShareEnum
2007-10-10 Andrew Tridgellr18865: fixed some of the most obvious NTSTATUS/WERROR...
2007-10-10 Jelmer Vernooijr18802: Use the pidl-generated code for the srvsvc...
2007-10-10 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Derrell Lipmanr18013: Fix for "bug" (enhancement) 3684.
2007-10-10 Derrell Lipmanr18012: Should fix bug 4018.
2007-10-10 Derrell Lipmanr18011: Should fix bug 3835.
2007-10-10 Derrell Lipmanr18009: Fixes bug 4026.
2007-10-10 Jeremy Allisonr17800: Start using struct timespec internally for...
2007-10-10 Jeremy Allisonr17761: Handle times consistently across all client...
2007-10-10 Volker Lendecker17571: Change the return code of cli_session_setup...
2007-10-10 Volker Lendecker17333: Some C++ warnings
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16644: Fix bug #3887 reported by jason@ncac.gwu.edu
2007-10-10 Derrell Lipmanr16552: Fix bug 3849.
2007-10-10 Derrell Lipmanr16550: Fix bug 3866. Thanks for the report!
2007-10-10 Volker Lendecker16360: Fix Klocwork ID 136 520 521 522 523 542 574...
2007-10-10 Jeremy Allisonr16287: Use intptr_t to return an integer of an unknown...
2007-10-10 Derrell Lipmanr14664: r13868@cabra: derrell | 2006-03-22 17:04...
2007-10-10 Jeremy Allisonr14418: Try and fix Coverity #39 and #40 by making the
2007-10-10 Jim McDonoughr14279: Fix coverity #86, 87, 88, 89:
2007-10-10 Volker Lendecker14241: Fix Coverity bug # 146
2007-10-10 Volker Lendecker14236: Fix Coverity bug # 90
2007-10-10 Volker Lendecker14235: Fix Coverity bug # 91
2007-10-10 Volker Lendecker14234: Fix Coverity bug # 93
2007-10-10 Alexander Bokovoyr14158: Fix coverity CID #147 -- do not dereference...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Günther Deschnerr13495: Derell, I'm removing that double setup_logging...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Derrell Lipmanr13216: r12422@cabra: derrell | 2006-01-28 23:57...
2007-10-10 Derrell Lipmanr13214: r12420@cabra: derrell | 2006-01-28 19:10...
2007-10-10 Derrell Lipmanr13212: r12414@cabra: derrell | 2006-01-28 17:52...
2007-10-10 Derrell Lipmanr12579: r12122@cabra: derrell | 2005-12-29 12:03...
2007-10-10 Derrell Lipmanr12576: r12115@cabra: derrell | 2005-12-29 11:16...
2007-10-10 Derrell Lipmanr12570: r12084@cabra: derrell | 2005-12-29 10:05...
2007-10-10 Derrell Lipmanr12569: r12083@cabra: derrell | 2005-12-29 09:39...
2007-10-10 Derrell Lipmanr12485: r12044@cabra: derrell | 2005-12-25 16:46...
2007-10-10 Derrell Lipmanr12472: r12040@cabra: derrell | 2005-12-24 23:26...
2007-10-10 Derrell Lipmanr12471: r12038@cabra: derrell | 2005-12-24 23:17...
2007-10-10 Derrell Lipmanr12466: r12028@cabra: derrell | 2005-12-24 20:25...
2007-10-10 Derrell Lipmanr12235: r11738@cabra: derrell | 2005-12-14 13:15...
2007-10-10 Derrell Lipmanr12225: r11729@cabra: derrell | 2005-12-13 22:59...
2007-10-10 Derrell Lipmanr12119: r10812@cabra: derrell | 2005-12-07 22:44...
2007-10-10 Derrell Lipmanr12118: r10805@cabra: derrell | 2005-12-07 22:34...
2007-10-10 Derrell Lipmanr12098: r10797@cabra: derrell | 2005-12-06 12:09...
2007-10-10 Derrell Lipmanr12081: r10674@cabra: derrell | 2005-12-05 13:31...
2007-10-10 Derrell Lipmanr12080: r10673@cabra: derrell | 2005-12-05 13:22...
next