Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-test
[samba.git] / source / libsmb /
2009-02-25 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2009-02-24 Steve FrenchMerge branch 'v3-3-test' of git://git.samba.org/samba...
2009-02-24 Derrell LipmanMake char* parameters const
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2009-02-21 Jeremy AllisonChange smbc_set_credentials_with_fallback() (unreleased...
2009-02-20 Derrell Lipmanvariable grouping: just my OCD desire to keep similar...
2009-02-20 Bo YangMake libsmbclient work with DFS
2009-02-19 Jeremy AllisonGah, typo :-(. Sorry.
2009-02-18 Jeremy AllisonFix coverity CID-602. Possible use of uninitialized...
2009-02-17 Jeremy AllisonDon't miss an absolute pathname as a kerberos keytab...
2009-02-15 Derrell Lipmanremove accidental white space
2009-02-14 Derrell LipmanGet rid of the warnings I had for testing
2009-02-14 Derrell LipmanIt seems some systems use f_flags instead of f_flag...
2009-02-14 Derrell LipmanEnsure consistency of values on stack (caught by AIX...
2009-02-14 Derrell LipmanCheck for the right error return value
2009-02-12 Derrell Lipman[Bug 6069] Add a fstatvfs function for libsmbclient
2009-02-10 Derrell Lipman[Bug 6069] Add a fstatvfs function for libsmbclient
2009-02-10 Derrell Lipman[Bug 6069] Add a fstatvfs function for libsmbclient
2009-02-10 Derrell Lipman[Bug 6069] Add a fstatvfs function for libsmbclient
2009-02-09 Derrell Lipman[Bug 6069] Add a fstatvfs function for libsmbclient
2009-02-09 Derrell Lipmaneliminate compiler warnings
2009-02-03 Ted PercivalProbably fixes a crash during name resolution when...
2009-01-28 Volker LendeckeFix a valgrind error when the socket dies
2009-01-22 todd stecherMemory leaks and other fixes found by Coverity
2009-01-17 Derrell LipmanDetermine case sensitivity based on file system attributes.
2009-01-17 Derrell Lipman[Bug 6022] smbc_urlencode and smbc_urldecode were not...
2009-01-16 Derrell LipmanTreat file names in POSIX-like case-sensitive fashion...
2009-01-16 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2009-01-16 Andreas SchneiderFix a segfault if ? is there but the options are NULL...
2009-01-12 Stefan Metzmachers3:libsmb: handle the smb signing states the same in...
2009-01-08 Jeremy AllisonFix bug #6021 - smbclient du command does not recuse...
2009-01-01 Jeremy AllisonFix more asprintf and "ignoring return code" warnings...
2008-12-29 Volker LendeckeAttempt to fix bug 5953: Make cli_send_smb_direct_write...
2008-12-17 Volker LendeckeFix a valgrind error
2008-12-16 Kai Blin(Fixed) Final part of fix for bug #5953 - smbclient...
2008-12-16 Jeremy AllisonRevert "Final part of fix for bug #5953 - smbclient...
2008-12-16 Kai BlinFinal part of fix for bug #5953 - smbclient crashes...
2008-12-16 SATOH Fumiyasucommit b520befe6f51644d20434add9864d7a2fa30aa2e
2008-12-13 Stefan Metzmachers3:dsgetdcname: retry with the clients site
2008-12-13 Stefan Metzmachers3:libsmb/namequery.c: add saf_join_store() function
2008-12-13 Stefan Metzmachers3: libsmb/namequery: fallback to returning all dcs...
2008-12-08 Jeremy AllisonFix bug #5953 - smbclient crashes: cli_list_new segment...
2008-12-05 Volker LendeckeFix for crash bug freeing a non-malloc'ed buffer if...
2008-12-03 Tim ProutyChange sockaddr util function names for consistency...
2008-11-20 Günther DeschnerThe IRIX compiler does not like embedded unnamed unions.
2008-11-20 Günther Deschners3: fix all mailslot/nbt/cldap callers.
2008-11-19 Günther Deschnernetlogon: move password change code out to rpccli_netlo...
2008-11-19 Günther Deschnernetlogon: refactor just_change_the_password a bit.
2008-11-19 Günther Deschnernetlogon: use init_netr_CryptPassword in "just_change_t...
2008-11-18 Kai Blinlibsmb: Fix up pointer passed to cli_send_trans in...
2008-10-24 Derrell LipmanError return is False, not -1
2008-10-09 Jeremy AllisonEnsure we handle signals correctly during the async...
2008-10-09 Jeremy AllisonRemove SEC_ACCESS. It's a uint32_t.
2008-10-07 Jeremy AllisonMake map_errno_from_nt_status() a generic call, not...
2008-10-05 Volker LendeckeFix some nonempty blank lines
2008-10-05 Volker LendeckeFix an uninitialized variable warning
2008-09-15 Günther Deschnerdoserr: add WERR_NO_SUCH_ALIAS.
2008-09-11 Jeremy AllisonFix bug #5751 cannot show ACLs on DFS reported by SATOH...
2008-09-10 Jeremy AllisonFix blocker bug 5745 kerberos authentication with ...
2008-09-05 Volker LendeckeDo proper error handling if the socket is closed
2008-09-04 Steven DannemanCleanup of DC enumeration in get_dcs()
2008-09-01 Günther Deschnerdoserr: add WERR_WRONG_PASSWORD.
2008-08-31 Volker LendeckeRemove a duplicate retval check
2008-08-29 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-08-29 Günther Deschnerkerberos: use KRB5_KT_KEY macro where appropriate.
2008-08-29 Günther Deschnerkerberos: move the KRB5_KEY* macros to header file.
2008-08-28 Ephi DrorCorrect the netsamlogon_clear_cached_user function.
2008-08-21 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-08-21 Günther DeschnerFix Bug #5710 and make machine account password changin...
2008-08-18 Igor MammedovFix length error in wrapping spnego blob
2008-08-13 Jim McDonoughPrevent NT_STATUS 0xF1000000 errors from appearing...
2008-08-13 Volker LendeckeRevert "If it is a forced DOS error, nt_errstr should...
2008-08-13 Volker LendeckeIf it is a forced DOS error, nt_errstr should say so
2008-08-12 Jeremy AllisonFix bug 5686 - libsmbclient segfaults with more than...
2008-08-11 Günther Deschnerdoserr: add WERR_MEMBER_IN_ALIAS.
2008-08-11 Günther Deschnerfix build warning.
2008-08-08 Jeremy AllisonOne more build fix. Ensure we have KRB5_AUTH_CONTEXT_US...
2008-08-08 Jeremy AllisonTry and fix the build for systems that don't have krb5_...
2008-08-08 Jeremy AllisonMerge branch 'v3-3-test' of ssh://jra@git.samba.org...
2008-08-08 Jeremy AllisonAdd Derrick Schommer's <dschommer@F5.com> kerberos...
2008-08-08 Jeremy AllisonFix bug #5675 with a varient of Tim Waugh's patch,
2008-08-04 Stefan Metzmacherclikrb5: don't use krb5_keyblock_init() when no salt...
2008-08-01 Volker Lendeckecli_request_new() already gave use the req, remove...
2008-08-01 Volker LendeckeFix a typo
2008-07-21 Volker LendeckeRemove one reference to PI_LSARPC
2008-07-20 Volker LendeckeRefactoring: Change calling conventions for cli_rpc_pip...
2008-07-20 Volker LendeckeRefactoring: Change calling conventions for cli_rpc_pip...
2008-07-17 Andreas SchneiderUse the macro to call samba_version_string().
2008-07-16 Derrell LipmanThe compatibility function also should have a const...
2008-07-16 Andreas SchneiderThe buf in the smbclient write function should be const.
2008-07-16 Derrell LipmanMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-07-16 Derrell LipmanFix typos.
2008-07-16 Andreas SchneiderRelease still reachable memory if the smbclient context...
2008-07-15 Günther Deschnerfix build warning.
2008-07-11 Volker LendeckeRevert "Pass NULL to gencache_get when we are not inter...
2008-07-11 Volker LendeckeRevert "Remove gencache_[un]lock_entry"
2008-07-09 Derrell LipmanMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-07-09 Derrell Lipman[BUG 5580] Allow access to DFS shares via libsmbclient
2008-07-03 Volker LendeckeRemove gencache_[un]lock_entry
2008-07-03 Volker LendeckePass NULL to gencache_get when we are not interested...
next