cifs.upcall: try getting a "cifs/" principal and fall back to "host/"
[sfrench/samba-autobuild/.git] / source3 / libsmb /
2009-08-11 Kouhei SutouRename ASN1_BITFIELD to ASN1_BIT_STRING.
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Bo YangUnable to browse DFS when using kerberos
2009-07-31 Matthias Dieter... s3: Remove invalid constant
2009-07-29 Jeremy Allison(Hopefully) fix the problem Kai reported with
2009-07-28 Jeremy AllisonAdded prefer_ipv4 bool parameter to resolve_name().
2009-07-27 Volker LendeckeFix a valgrind error in cli_ctemp_done
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-20 Jeremy AllisonMake cli_send_mailslot() static. Preparing to do away...
2009-07-17 Jeremy AllisonMore conversions of NULL -> talloc_autofree_context()
2009-07-17 Jeremy AllisonReplace more long-lived contexts with talloc_autofree_c...
2009-07-15 Stefan Metzmachers3:libsmb: we need to include "includes.h" as first...
2009-07-15 Jeremy AllisonMake cli_unlock and cli_unlock64 async. Fix POSIX lock...
2009-07-15 Volker LendeckeConsolidate string and data_blob routines in gencache
2009-07-15 Volker LendeckeRemove gencache_init/shutdown
2009-07-15 Volker LendeckeFix some nonempty blank lines
2009-07-15 Volker LendeckeRemove gencache_[un]lock_key
2009-07-14 Jeremy AllisonMake cli_posix_lock/unlock asynchronous.
2009-07-07 Björn Jackes3: QNX doesn't know uint - replace with uint_t
2009-06-30 SATOH FumiyasuFix bug #6496 - MS-DFS: cannot follow multibyte char...
2009-06-17 Karolin Seegers3/libsmb: Fix typo in error message.
2009-06-15 Karolin Seegers3/libsmb: Fix debug message.
2009-06-10 Jeremy AllisonMake ctemp async. Fix the test to pass against W2K3.
2009-06-05 Jeremy AllisonMake cli_ftruncate async. Also add a simple test.
2009-06-04 Jelmer Vernooijclikrb5: Prefer krb5_free_keytab_entry_contents to...
2009-06-01 Jeremy AllisonFix bug #6419 - smbclient -L 127.0.0.1" displays "netbi...
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-29 Jeremy AllisonMake cli_nt_delete_on_close() async.
2009-05-29 Michael Adamlibsmbclient: make SMBC_module_terminate() static.
2009-05-29 Kumar Thangavelus3/getdcname: Fix 'net' crash.
2009-05-28 Jeremy AllisonMake cli_posix_chown()/cli_posix_chmod() async.
2009-05-28 Jeremy AllisonMake cli_posix_stat() async.
2009-05-28 Jeremy AllisonMake getfacl async.
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-28 Jeremy AllisonAdd cli_posix_readlink() and a torture test for it.
2009-05-28 Jeremy AllisonAdd aync POSIX hardlink and symlink and torture test...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-24 Volker LendeckeAdd "err_on_readability" to writev_send
2009-05-21 Jeremy AllisonMake cli_posix_open() and cli_posix_mkdir() async.
2009-05-18 Volker LendeckeFix broken pipe handling
2009-05-18 Bo Yangs3: tevent_req_poll() loops forever when pipe is broken
2009-05-13 Derrell LipmanWhat to do about debugging in a multi-threaded application?
2009-05-13 Derrell LipmanThread-safe protection: libsmbclient initialization
2009-05-13 Stefan Metzmachers3:libsmb: move read_smb_send/recv() static in async_smb.c
2009-05-13 Stefan Metzmachers3:libsmb: let cli_smb_chain_send() also return NTSTATUS
2009-05-13 Bo Yangs3:libsmb: return NT_STATUS_CONNECTION_INVALID if the...
2009-05-13 Bo Yangs3: return proper error code in cli_smb_req_send
2009-05-12 Jeremy AllisonClean up assignments to iov_base, ensure it's always...
2009-05-11 Derrell LipmanProvide a libsmbclient interface for programs requiring...
2009-05-09 Stefan Metzmachers3:libsmb: fix layering of cli_ntrename_internal and...
2009-05-07 Jeremy AllisonAsync API needs all parameters to be kept around until...
2009-05-07 Volker LendeckeMake cli_tcon_andx chainable
2009-05-07 Volker LendeckeMake cli_session_setup_guest chainable
2009-05-07 Günther Deschners3-credentials: protect netlogon_creds_server_step...
2009-05-06 Jeremy AllisonMake cli_setatr async.
2009-05-06 Jeremy AllisonMake cli_setattrE async.
2009-05-06 Jeremy AllisonMake cli_getatr() async.
2009-05-05 Jeremy AllisonMake cli_getattrE async.
2009-05-04 Jeremy AllisonFix the async calls for the posix_unlink and posix_rmdir.
2009-04-30 Jeremy AllisonCause cli_close to return an NTSTATUS.
2009-04-30 Jeremy AllisonGet medieval on our ass about SMB1 file descriptors...
2009-04-30 Jeremy AllisonMake cli_unlink async.
2009-04-29 Jeremy AllisonMore async calls in libsmb/clifile.c
2009-04-29 Bo Yangs3: fix crash in winbindd
2009-04-28 Jeremy AllisonDoh ! Don't need "int dummy" when we have state :-).
2009-04-28 Jeremy AllisonConvert cli_rename to async.
2009-04-28 Jeremy AllisonConvert cli_posix_unlink() and cli_posix_rmdir()
2009-04-28 Volker LendeckeFix a type-punned warning
2009-04-27 Derrell Lipman[FIX Bug 6235] domain enumeration breaks if master...
2009-04-24 Jeremy Allisonfind/replace. Change uintX types to uintX_t types to...
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-22 Kai Blinerrormap: Change the WBC_ERR_UNKNOWN_ERROR to map to...
2009-04-22 Jeremy AllisonMake dskattr async.
2009-04-22 Jeremy AllisonMake cli_chkpath async.
2009-04-21 Kai Blinerrormap: Add wbcErr to NTSTATUS mappings
2009-04-21 Stefan Metzmachers3:libsmb: always use the tevent_req_nomem() for checki...
2009-04-21 Jeremy AllisonMake rmdir async.
2009-04-21 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-21 Jeremy AllisonMake cli_mkdir async. Change it to return NTSTATUS.
2009-04-21 Günther Deschners3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of...
2009-04-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-20 Andrew Bartletts3:ntlmssp Remove use of talloc(NULL) in NTLMSSP code
2009-04-19 Andrew Bartletts3:ntlmssp Fix segfault: msrpc_gen now uses talloc()
2009-04-17 Jim McDonoughMerge branch 'master' of /home/jmcd/samba/git.samba...
2009-04-16 Jeremy AllisonWhen doing a cli_ulogoff don't invalidate the cnum...
2009-04-16 Andrew BartlettFix crash bug in NTLMSSP caused by msrpc_parse() moving...
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew BartlettMore work to adapt to merged libcli/auth function proto...
2009-04-14 Andrew BartlettRework Samba3 to use new libcli/auth code (partial)
2009-04-14 Andrew BartlettConvert Samba3 to use the common lib/util/charset API
2009-04-14 Andrew BartlettSolve some of the conflict between Samba3 and Samba4...
2009-04-12 Volker LendeckeFix a bug in smbclient not sending the correct called...
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-08 Volker LendeckeConvert cli_push to tevent_req
2009-04-08 Volker LendeckeConvert cli_pull to tevent_req
2009-04-07 Andrew Bartletts3:kerberos Rework smb_krb5_unparse_name() to take...
2009-04-06 Volker LendeckeAdd a bad hack to enable level 2 oplocks in torture_ope...
next