s4-param: Check type when converting python object to lp_ctx, fix some
[kai/samba-autobuild/.git] / source4 / auth / gensec /
2010-09-23 Jelmer Vernooijs4-param: Check type when converting python object...
2010-09-23 Jelmer Vernooijpygensec: Implement start_mech_by_name().
2010-09-22 Jelmer Vernooijs4-selftest: Move more tests to scripting/python, simpl...
2010-09-15 Volker Lendeckes4: Fix two typos
2010-09-11 Andrew Bartletts4:gensec Put the "NTLM" string for NTLMSSP's SASL...
2010-08-09 Andrew Tridgells4-build: use @PACKAGE_VERSION@ in s4 pc.in files
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-06-24 Matthias Dieter... s4:auth/gensec/gensec_gssapi.c - reorder constructor
2010-06-24 Andrew Tridgells4-python: python is not always in /usr/bin
2010-06-19 Jelmer Vernooijpython: Use samba.tests.TestCase, make sure base class...
2010-06-15 Jelmer Vernooijldb: Only build standard ldb modules when building...
2010-06-13 Jelmer Vernooijs4-test: Use smb.conf path set in environment rather...
2010-05-21 Andrew Bartletts4:auth Remove un-needed headers.
2010-05-20 Andrew Bartletts4:auth Change auth_generate_session_info to take flags
2010-05-20 Andrew Bartletts4:auth Allow the operational module to get a user...
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-05-14 Andrew Bartletts4:gensec expose gensec_set_target_principal for use...
2010-05-01 Andrew Bartletts4:credentials Make the CCACHE in credentials depend...
2010-04-27 Andrew Bartletts4:gensec Use a different form of 'name' in GSSAPI...
2010-04-14 Andrew Bartletts4:auth Change auth_generate_session_info to take an...
2010-04-11 Andrew Bartletts4:auth Remove event context from anonymous_session()
2010-04-08 Jelmer Vernooijpynet: Create a net class.
2010-04-06 Andrew Tridgells4-waf: mark the wscript files as python so vim/emacs...
2010-04-06 Andrew Tridgells4-waf: enable the pc_files in the build rules
2010-04-06 Andrew Tridgellbuild: fixed the build without sasl libraries
2010-04-06 Andrew Tridgellbuild: waf quicktest nearly works
2010-04-06 Andrew Tridgellbuild: commit all the waf build files in the tree
2010-04-05 Matthias Dieter... Revert "s4:gensec_gssapi.c - make sure that "GSS_C_DELE...
2010-03-30 Matthias Dieter... s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY...
2010-03-29 Andrew Tridgellpytalloc: allow for using a system libtalloc-dev with...
2010-03-26 Andrew Tridgelllibutil: moved the networking defines to util_net.h
2010-03-08 Andreas Schneiders4-gensec: Fixed wrong usage of error_string.
2010-02-26 Andrew Bartletts4:python Add bindings to set GENSEC flags on credentia...
2010-02-26 Andrew Tridgells4-krb5: propogate errors from a lot more kerberos...
2010-02-23 Simo Sorces4:cleanup remove unused schannel ldb code
2010-02-23 Simo Sorces4:schannel merge code with s3
2010-02-13 Andrew Tridgells4-auth: use TYPESAFE_QSORT() in gensec
2010-02-09 Matthias Dieter... s4:Remove "Py_RETURN_NONE" compatibility code
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-24 Stefan Metzmachers4:gensec: change gensec_update_send/recv to tevent_req
2009-12-16 Stefan Metzmachers4:gensec: allow clearing local and remote address...
2009-12-16 Andreas Schneiders4-gensec: Remove obsolete socket_address vars and...
2009-12-16 Andreas Schneiders4-gensec: Replace gensec_get_peer_addr with new tsocke...
2009-12-16 Andreas Schneiders4-gensec: Replace gensec_set_peer_addr with new tsocke...
2009-12-16 Andreas Schneiders4-gensec: Replace gensec_get_my_addr with new tsocket...
2009-12-16 Andreas Schneiders4-gensec: Replace gensec_set_my_addr() with new tsocke...
2009-12-16 Andreas Schneiders4-gensec: Added remote and local setter/getter using...
2009-10-24 Stefan Metzmachers4:gensec/schannel: remove unused talloc_reference...
2009-10-23 Andrew Tridgells4-python: we need to include Python.h first
2009-10-23 Andrew Bartletts4:gensec Use an index on computerName in schannel.ldb
2009-10-23 Andrew Tridgells4-ldbwrap: added re-use of ldb contexts in ldb_wrap_co...
2009-10-23 Andrew Tridgells4-dsdb: create a static system_session context
2009-10-20 Andrew Tridgells4: ran minimal_includes.pl on source4/auth/gensec
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-14 Matthias Dieter... s4: Changes the old occurences of "lp_realm" in "lp_dns...
2009-10-02 Andrew Tridgells4-pygensec: a bit closer to working
2009-09-26 Jelmer Vernooijgensec: Avoid exposing lp_ctx on the API level.
2009-09-26 Jelmer Vernooijpygensec: Add initial work on a gensec Python module.
2009-09-25 Matthias Dieter... s4:auth/gensec/schannel - fix a const warning
2009-09-25 Stefan Metzmachers4:schannel: fix some compiler warnings
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 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-15 Günther Deschnerschannel: move schannel_sign to main directory.
2009-09-15 Günther Deschners4-schannel: try to fix the build.
2009-09-15 Günther Deschners4-schannel: first step of decoupling schannel from...
2009-09-15 Günther Deschners4-schannel: strip trailing whitespace.
2009-09-14 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-16 Günther Deschnerspnego: share spnego_parse.
2009-09-13 Günther Deschners4-schannel: use NL_AUTH_MESSAGE for schannel.
2009-09-13 Günther Deschners4-schannel: strip trailing whitespace.
2009-08-27 Günther Deschners4-schannel: add ldb suffix to schannel functions.
2009-07-28 Stefan Metzmachers4:gensec/spnego: only generate the mechListMic when...
2009-07-24 Stefan Metzmachers4:gensec_gssapi: pass the correct oid to the gssapi...
2009-07-24 Stefan Metzmachers4:gensec/spengo: make sure we send the blob with the...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-15 Andrew Bartletts4:gensec Rework gensec_krb5 mutual authentication...
2009-07-15 Andrew Bartletts4:gensec Allow mutual auth to be turned off in 'fake_g...
2009-07-01 Andrew Tridgellgensec_start now steals the auth_context
2009-06-18 Andrew Bartletts4:gensec Print GSSAPI error message when unable to...
2009-06-11 Andrew Bartletts4:heimdal: import lorikeet-heimdal-200906080040 (commi...
2009-06-02 Jelmer VernooijFix dependencies when using shared libraries.
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-19 Andrew BartlettRemove unused headers
2009-04-16 Andrew BartlettFix Samba4 build errors with common libcli/samsync
2009-04-15 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-14 Andrew BartlettRework to use new API for common netlogon credential...
2009-04-14 Andrew BartlettRework Samba4 to use the new common libcli/auth code
2009-04-14 Andrew BartlettPush schannel_state.c into the top level.
2009-02-13 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-13 Andrew BartlettPush sam_get_server_info_principal into the auth subsystem
2009-02-12 Andrew BartlettRemove auth/ntlm as a dependency of GENSEC by means...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:auth/gensec: s/private/private_data
next