libreplace: fixed declaration of dprintf() on FreeBSD (cherry picked from commit...
[samba.git] / libcli / auth /
2012-11-01 Jeremy AllisonFix bug #9117 - smbclient can't connect to a Windows...
2012-03-05 Stefan Metzmacherlibcli/auth: only expose creds to the caller on success
2012-03-05 Stefan Metzmacherlibcli/auth: debug the given computer name creds might...
2011-10-24 Stefan Metzmacherlibcli/auth: let spnego_write_mech_types() check the...
2010-09-27 Günther Deschners3-dcerpc: avoid talloc_move on schannel creds in cli_r...
2010-06-18 Jeremy AllisonFix what looks like a cut-and-paste error in our read_n...
2010-01-25 Volker LendeckeSimplify E_md5hash a bit
2009-09-30 Karolin SeegerMerge commit 'origin/v3-5-test' into v3-5-test
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-09-17 Kouhei Sutouspnego: Support ASN.1 BIT STRING and use it in SPNEGO.
2009-09-16 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-09-16 Stefan Metzmacherlibcli/auth: rewrite schannel sign/seal code to be...
2009-09-16 Günther Deschnerschannel: remove last traces of gensec.
2009-09-16 Günther Deschnerschannel: fully share schannel sign/seal between s3...
2009-09-16 Günther Deschnerschannel: move schannel_sign to main directory.
2009-09-16 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-16 Günther Deschnerschannel: remove last traces of gensec.
2009-09-15 Günther Deschnerschannel: fully share schannel sign/seal between s3...
2009-09-15 Günther Deschnerschannel: move schannel_sign to main directory.
2009-09-16 Günther Deschnerspnego: add spnego_proto.h.
2009-09-16 Günther Deschnerspnego: share spnego_parse.
2009-09-16 Günther Deschnerlibcli/auth: remove trailing whitespace.
2009-08-28 Günther Deschners4: fix the build after ntlmssp header change.
2009-08-28 Günther Deschnerlibcli/auth: remove unused NTLMSSP_NAME_TYPE_ flags.
2009-08-27 Stefan Metzmacherlibcli/auth: add netlogon_creds_step_crypt() and netlog...
2009-08-27 Stefan Metzmacherlibcli/auth: remove some useless lines
2009-08-27 Stefan Metzmacherlibcli/auth: remember schannel type in netlogon_creds_s...
2009-08-27 Günther Deschnerlibcli/auth: add tdb backend for schannel state.
2009-08-27 Günther Deschnerlibcli/auth: move netlogon_creds_CredentialState out...
2009-08-27 Günther Deschners4-schannel: add ldb suffix to schannel functions.
2009-08-27 Günther Deschnerlibcli/auth: rename schannel_state.c to schannel_state_...
2009-06-18 Andrew Kroegers4: Call va_end() after all va_start()/va_copy() calls.
2009-06-18 Andrew BartlettAdd const to cast, to fix warning
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-23 Volker LendeckeFix a couple of warnings
2009-04-20 Jeremy AllisonStop autogenerated files from being created.
2009-04-20 Jeremy AllisonAdd previously generated header files now needed in...
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 Bartlettlibcli/auth Ensure we cancel the transaction when schan...
2009-04-20 Andrew Bartlettlibcli/auth: Don't pass back lm_sess_key as the same...
2009-04-16 Andrew BartlettFix building the now common msrpc_parse code
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-15 Andrew BartlettAdd missing header, remove generated header
2009-04-14 Andrew Bartlettlibcli/auth Push schannel check into common libcli...
2009-04-14 Andrew BartlettRework Samba4 to use the new common libcli/auth code
2009-04-14 Andrew BartlettRework netlogon credentials for the top level
2009-04-14 Andrew BartlettPush schannel_state.c into the top level.
2009-04-14 Andrew Bartlettlibcli/auth Don't compile against un-needed Samba4...
2009-04-14 Andrew BartlettPort Samba4 to the new combined libcli/auth functions
2009-04-14 Andrew BartlettMove ntlm_check.h into the common libcli/auth
2009-04-14 Andrew BartlettRework Samba3 to use new libcli/auth code (partial)
2009-04-14 Andrew BartlettMerge smbencrypt.c between Samba3 and Samba4
2009-04-14 Andrew BartlettRework trivial msrpc parser to use convert_string_talloc()
2009-04-14 Andrew BartlettMove MSRPC-PARSE into the common libcli/auth
2009-04-14 Andrew BartlettMove libcli/auth to the top level