summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
* s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett2010-04-144-4/+24
* s4:auth Remove event context from anonymous_session()Andrew Bartlett2010-04-111-1/+1
* pynet: Create a net class.Jelmer Vernooij2010-04-081-1/+1
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* s4-waf: enable the pc_files in the build rulesAndrew Tridgell2010-04-061-1/+1
* build: fixed the build without sasl librariesAndrew Tridgell2010-04-061-1/+2
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-5/+1
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+63
* Revert "s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is avai...Matthias Dieter Wallnöfer2010-04-051-5/+0
* s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is availableMatthias Dieter Wallnöfer2010-03-301-0/+5
* pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell2010-03-291-1/+1
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-262-0/+2
* s4-gensec: Fixed wrong usage of error_string.Andreas Schneider2010-03-081-1/+1
* s4:python Add bindings to set GENSEC flags on credentials in pythonAndrew Bartlett2010-02-261-0/+9
* s4-krb5: propogate errors from a lot more kerberos functionsAndrew Tridgell2010-02-262-9/+15
* s4:cleanup remove unused schannel ldb codeSimo Sorce2010-02-231-67/+0
* s4:schannel merge code with s3Simo Sorce2010-02-232-22/+5
* s4-auth: use TYPESAFE_QSORT() in gensecAndrew Tridgell2010-02-131-1/+2
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* s4:gensec: change gensec_update_send/recv to tevent_reqStefan Metzmacher2009-12-243-58/+83
* s4:gensec: allow clearing local and remote address by passing NULLStefan Metzmacher2009-12-161-0/+10
* s4-gensec: Remove obsolete socket_address vars and fns.Andreas Schneider2009-12-162-35/+0
* s4-gensec: Replace gensec_get_peer_addr with new tsocket based fn.Andreas Schneider2009-12-164-27/+21
* s4-gensec: Replace gensec_set_peer_addr with new tsocket based fn.Andreas Schneider2009-12-162-11/+0
* s4-gensec: Replace gensec_get_my_addr with new tsocket based fn.Andreas Schneider2009-12-163-23/+24
* s4-gensec: Replace gensec_set_my_addr() with new tsocket based fn.Andreas Schneider2009-12-162-10/+0
* s4-gensec: Added remote and local setter/getter using tsocket.Andreas Schneider2009-12-163-4/+127
* s4:gensec/schannel: remove unused talloc_reference() in schannel_update()Stefan Metzmacher2009-10-241-1/+1
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* s4:gensec Use an index on computerName in schannel.ldbAndrew Bartlett2009-10-231-1/+4
* s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell2009-10-231-1/+1
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-2/+2
* s4: ran minimal_includes.pl on source4/auth/gensecAndrew Tridgell2009-10-206-12/+0
* s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer2009-10-141-9/+5
* s4-pygensec: a bit closer to workingAndrew Tridgell2009-10-023-9/+56
* gensec: Avoid exposing lp_ctx on the API level.Jelmer Vernooij2009-09-263-14/+12
* pygensec: Add initial work on a gensec Python module.Jelmer Vernooij2009-09-263-0/+184
* s4:auth/gensec/schannel - fix a const warningMatthias Dieter Wallnöfer2009-09-251-1/+2
* s4:schannel: fix some compiler warningsStefan Metzmacher2009-09-251-2/+4
* spnego: Support ASN.1 BIT STRING and use it in SPNEGO.Kouhei Sutou2009-09-171-2/+4
* spnego: share spnego_parse.Günther Deschner2009-09-174-475/+2
* libcli/auth: rewrite schannel sign/seal code to be more genericStefan Metzmacher2009-09-161-33/+56
* schannel: move schannel_sign to main directory.Günther Deschner2009-09-164-312/+3
* s4-schannel: try to fix the build.Günther Deschner2009-09-161-1/+1
* s4-schannel: first step of decoupling schannel from gensec.Günther Deschner2009-09-162-20/+51
* s4-schannel: strip trailing whitespace.Günther Deschner2009-09-161-36/+36
* s4-schannel: use NL_AUTH_MESSAGE for schannel.Günther Deschner2009-09-131-23/+35
* s4-schannel: strip trailing whitespace.Günther Deschner2009-09-131-26/+26
* s4-schannel: add ldb suffix to schannel functions.Günther Deschner2009-08-271-2/+2
* s4:gensec/spnego: only generate the mechListMic when the server expects itStefan Metzmacher2009-07-281-1/+2