summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* 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-168-32/+29
* 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:credentials Put the 'secrets.keytab' in the same directory as secrets.ldbAndrew Bartlett2009-11-021-1/+3
* 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-232-2/+2
* 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-236-12/+27
* s4: ran minimal_includes.pl on source4/auth/gensecAndrew Tridgell2009-10-206-12/+0
* s4: ran minimal_includes.pl on source4/auth/ntlmsspAndrew Tridgell2009-10-204-8/+0
* s4: ran minimal_includes.pl on source4/auth/ntlmAndrew Tridgell2009-10-206-14/+0
* s4:auth - fixed problem reading bind DN from secrets databaseEndi S. Dewata2009-10-162-0/+8
* s4:auth_sam: Restructure tail in "authsam_get_server_info_principal" and fix ...Matthias Dieter Wallnöfer2009-10-161-3/+8
* s4:ntlmssp server - use also here the new "lp_dnsdomain()" callMatthias Dieter Wallnöfer2009-10-151-2/+1
* s4:auth/credentials/credentials - fix uninitalised pointersMatthias Dieter Wallnöfer2009-10-151-7/+35
* s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where neededMatthias Dieter Wallnöfer2009-10-142-18/+9
* 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
* s4-auth: add SID_NT_ENTERPRISE_DCS is a server trust accountAndrew Tridgell2009-09-191-1/+13
* s4-sam: add a note about the solaris clientAndrew Tridgell2009-09-171-0/+2
* 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
* Added "admin_session" method.Nadezhda Ivanova2009-09-093-0/+218
* s4:sam - Implement also here the right primary group behaviourMatthias Dieter Wallnöfer2009-09-071-46/+71
* s4: include ntlmssp header in auth/ntlmssp/ntlmssp.h.Günther Deschner2009-08-281-0/+1
* s4-ntlmssp: use interface constants in TargetInfo blob.Günther Deschner2009-08-281-5/+5
* s4-ntlmssp: use NTLMSSP headers from IDL and remove duplicate constants.Günther Deschner2009-08-285-50/+21
* s4-schannel: add ldb suffix to schannel functions.Günther Deschner2009-08-271-2/+2
* s4:kerberos Use MIT compatible names for these enc typesAndrew Bartlett2009-08-211-1/+1
* added a uid_wrapper libraryAndrew Tridgell2009-08-051-1/+1
* s4: Change my nested groups patch to don't include user's SID itself in the "...Matthias Dieter Wallnöfer2009-08-041-17/+24
* Return infinite time for last last logoff when last logoff = 0Matthieu Patou2009-08-032-2/+2
* s4:auth: make sure we have elements returned at all in authsam_expand_nested_...Stefan Metzmacher2009-07-311-0/+6
* s4: Patch to implement nested group and privilegesMatthias Dieter Wallnöfer2009-07-311-34/+100
* s4:gensec/spnego: only generate the mechListMic when the server expects itStefan Metzmacher2009-07-281-1/+2