s4-python: import a copy of the python dns library
[idra/samba.git] / source4 / auth /
2010-03-04 Matthias Dieter... s4:auth/sam.c - change base context for the "tmp_ctx...
2010-03-04 Matthias Dieter... s4:sam.c - make "authsam_expand_nested_groups" public
2010-03-04 Matthias Dieter... s4:sam.c - cosmetic indentation fix
2010-03-04 Matthias Dieter... s4:sam.c - change variable types to unsigned in "sids_c...
2010-03-03 Karolin SeegerFix typo in comments.
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-24 Matthias Dieter... s4:auth - make some parts "signed-safe"
2010-02-23 Simo Sorces4:cleanup remove unused schannel ldb code
2010-02-23 Simo Sorces4:schannel merge code with s3
2010-02-22 Brad HardsSpelling fixes for source4/auth.
2010-02-20 Andrew Bartletts4:credentials Add hooks to extract a named Kerberos...
2010-02-16 Andrew Tridgells4-dsdb: removed gendb_search_single_extended_dn()
2010-02-16 Andrew Tridgells4-dsdb: added dsdb_search_one() and cleanup dsdb_find_...
2010-02-13 Andrew Tridgells4-auth: use TYPESAFE_QSORT() in gensec
2010-02-12 Matthias Dieter... s4:auth/credentials/credentials.c - Initialise the...
2010-02-09 Matthias Dieter... s4:Remove "Py_RETURN_NONE" compatibility code
2010-01-31 Simo Sorces4:kdc streamline context initialization
2010-01-29 Stefan Metzmachers4:auth_sam: avoid usage of data_blob_talloc_reference...
2010-01-28 Simo Sorcecleanup: remove trailing spaces and tabs
2010-01-21 Jelmer Vernooijs4: Fix a few warnings.
2010-01-16 Andrew Tridgells4-kerberos: raise the general kerberos debug level...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-12 Simo SorceStrip trailing spaces
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-29 Stefan Metzmachers4:ntlmssp: remove mem_ctx from check_password() callba...
2009-12-29 Stefan Metzmachers4:ntlmssp_server: always call ntlmssp_server_postauth...
2009-12-29 Stefan Metzmachers4:ntlmssp_server: don't use a mem_ctx for ntlmssp_serv...
2009-12-29 Stefan Metzmachers4:ntlmssp_server: don't use mem_ctx in auth_ntlmssp_ch...
2009-12-29 Stefan Metzmachers4:ntlmssp_server: clear session key in ntlmssp_server_...
2009-12-29 Stefan Metzmachers4:ntlmssp: use data_blob_null in ntlmssp_server_auth()
2009-12-29 Stefan Metzmachers4:ntlmssp_server: remove unused variable
2009-12-29 Stefan Metzmachers4:auth/ntlmssp: let get_challenge() return a NTSTATUS...
2009-12-29 Jelmer Vernooijdsdb: Fix dependencies when building against system...
2009-12-29 Stefan Metzmachers4:auth: add auth_get_server_info_principal() prototype...
2009-12-29 Stefan Metzmachers4:auth: make auth_challenge_may_be_modified() public
2009-12-29 Stefan Metzmachers4:auth: remove autogenerated auth/ntlm/auth_proto.h
2009-12-29 Stefan Metzmachers4:ntlmssp: fix whitespaces in ntlmssp.h
2009-12-24 Stefan Metzmachers4:auth: change auth_check_password_send/recv to tevent_req
2009-12-24 Stefan Metzmachers4:gensec: change gensec_update_send/recv to tevent_req
2009-12-22 Andrew Bartletts4:gensec Don't give a warning when Windows client...
2009-12-22 Andrew Bartletts4:auth Change 'get_challenge' API to be more like...
2009-12-22 Andrew Bartletts4:auth generate the prototype file in the right place
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-11-02 Andrew Bartletts4:credentials Put the 'secrets.keytab' in the same...
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-20 Andrew Tridgells4: ran minimal_includes.pl on source4/auth/ntlmssp
2009-10-20 Andrew Tridgells4: ran minimal_includes.pl on source4/auth/ntlm
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-16 Endi S. Dewatas4:auth - fixed problem reading bind DN from secrets...
2009-10-16 Matthias Dieter... s4:auth_sam: Restructure tail in "authsam_get_server_in...
2009-10-15 Matthias Dieter... s4:ntlmssp server - use also here the new "lp_dnsdomain...
2009-10-15 Matthias Dieter... s4:auth/credentials/credentials - fix uninitalised...
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-20 Andrew Tridgells4-auth: add SID_NT_ENTERPRISE_DCS is a server trust...
2009-09-18 Andrew Tridgells4-sam: add a note about the solaris client
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Andrew Tridgells4-sam: add a note about the solaris client
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-09-09 Nadezhda IvanovaAdded "admin_session" method.
2009-09-07 Matthias Dieter... s4:sam - Implement also here the right primary group...
2009-08-28 Günther Deschners4: include ntlmssp header in auth/ntlmssp/ntlmssp.h.
2009-08-28 Günther Deschners4-ntlmssp: use interface constants in TargetInfo blob.
2009-08-28 Günther Deschners4-ntlmssp: use NTLMSSP headers from IDL and remove...
2009-08-27 Günther Deschners4-schannel: add ldb suffix to schannel functions.
2009-08-21 Andrew Bartletts4:kerberos Use MIT compatible names for these enc...
2009-08-05 Andrew Tridgelladded a uid_wrapper library
2009-08-04 Matthias Dieter... s4: Change my nested groups patch to don't include...
2009-08-03 Matthieu PatouReturn infinite time for last last logoff when last...
2009-07-31 Stefan Metzmachers4:auth: make sure we have elements returned at all...
2009-07-31 Matthias Dieter... s4: Patch to implement nested group and privileges
next