Share ndr_basic implementation.
[ira/wip.git] / source3 / libsmb /
2008-10-13 Jelmer VernooijImport changes from upstream libndr.
2008-10-12 Jelmer VernooijUse common byteorder.h.
2008-10-12 Volker LendeckeFix "warning: initialization discards qualifiers from...
2008-10-11 Jelmer VernooijCope with changed signature of http_timestring().
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
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-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
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-10-03 Andrew TridgellMerge commit 'master/master'
2008-10-02 Volker LendeckeThe IRIX compiler does not like embedded unnamed unions
2008-10-02 Volker LendeckeAttempt to fix the build on IRIX
2008-09-25 Günther Deschners3-nbt: further cleanup of dsgetdcname().
2008-09-24 Jelmer VernooijFix build with arc4.
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Jelmer VernooijUse common crc32 implementation.
2008-09-24 Jelmer VernooijUse common arcfour implementation.
2008-09-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-24 Günther Deschners3-nbt: use the new generated nbt.
2008-09-23 Günther Deschners3: fix NETLOGON_NT_VERSION version flags.
2008-09-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Günther Deschners3-nbt: fix remaining callers of ndr_push/pull_struct_blob.
2008-09-23 Günther Deschners3: use samba4 prototype for ndr_push/pull_struct_blob.
2008-09-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-21 Günther Deschnernetlogon: move password change code out to rpccli_netlo...
2008-09-21 Günther Deschnernetlogon: refactor just_change_the_password a bit.
2008-09-21 Günther Deschnernetlogon: use init_netr_CryptPassword in "just_change_t...
2008-09-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-21 Volker LendeckeMake use of TALLOC_ZERO_P
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Volker LendeckeRemove a cast -- thanks metze
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-12 Volker LendeckeFactor out validate_smb_crypto
2008-09-12 Volker LendeckeFix "make test" -- gna...
2008-09-12 Volker Lendeckeremove a pointless empty line
2008-09-12 Volker LendeckeAdd a paranoia check on incoming PDUs
2008-09-12 Günther Deschnerdoserr: add WERR_NO_SUCH_ALIAS.
2008-09-12 Volker Lendeckefix nonempty blank lines
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-10 Volker LendeckeFix some bogus compiler warnings
2008-09-09 Volker LendeckeFix make test on sparc and possibly also on AIX
2008-09-09 Jelmer VernooijMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-09-09 Volker LendeckeConvert cli_query_secdesc to the async trans call
2008-09-09 Volker LendeckeConvert cli_qfileinfo to the async trans call
2008-09-09 Volker LendeckeAdd async trans/trans2/nttrans calls to libsmb
2008-09-09 Volker LendeckeMove setting the mid field in req->outbuf from _cork...
2008-09-09 Volker LendeckeAdd utility function cli_in_chain()
2008-09-09 Volker Lendeckemake smb_bytes_push_str public
2008-09-09 Volker LendeckeFix a memleak in cli_qfilename (only used in smbtorture)
2008-09-05 Volker LendeckeProtect against a closed socket
2008-09-05 Volker LendeckeDo proper error handling if the socket is closed
2008-09-04 Jeremy AllisonMerge branch 'v3-devel' of ssh://jra@git.samba.org...
2008-09-04 Steven DannemanCleanup of DC enumeration in get_dcs()
2008-09-03 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-09-01 Günther Deschnerdoserr: add WERR_WRONG_PASSWORD.
2008-09-01 Volker LendeckeFix some nonempty blank lines
2008-09-01 Volker LendeckeFix typo
2008-08-31 Volker LendeckeRemove a duplicate retval check
2008-08-29 Jeremy AllisonMerge branch 'v3-devel' 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 Volker LendeckeRemove cli_request_get()
2008-08-28 Volker LendeckeAdd async smbecho client support
2008-08-28 Volker LendeckeAdd cli_request->recv_helper
2008-08-28 Volker LendeckeActivate code to enable chained requests
2008-08-28 Volker LendeckeThis adds the code to allow chained requests in libsmb/
2008-08-28 Volker LendeckeMove "struct cli_request" from client.h to async_smb.h
2008-08-28 Volker LendeckeAdd cli_pull_reply
2008-08-28 Volker LendeckeRemove cli->event_ctx, pass it explicitly
2008-08-28 Volker LendeckeAdd async open&x
2008-08-28 Volker LendeckeAdd async cli_close
2008-08-28 Volker LendeckeRefactoring: Add the routine cli_request_send()
2008-08-28 Ephi DrorCorrect the netsamlogon_clear_cached_user function.
2008-08-26 Simo SorceMerge branch 'v3-devel' of ssh://git.samba.org/data...
2008-08-23 Volker LendeckeRevert "Protect against short read&x replies"
2008-08-23 Volker LendeckeProtect against short read&x replies
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-14 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...
next