summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* s4:gensec Use a different form of 'name' in GSSAPI import_name()Andrew Bartlett2010-04-271-3/+3
* s4:kerberos Give a better error message than "Could not allocate memory"Andrew Bartlett2010-04-271-3/+3
* pytalloc: ensure talloc_ctx is directly after PyObject_HEADAndrew Tridgell2010-04-201-1/+1
* s4-python: PyErr_SetString() will crash on NULL stringsAndrew Tridgell2010-04-191-1/+1
* s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett2010-04-1413-40/+71
* s4:auth Allow the simple 'struct auth_session_info' generator for all usersAndrew Bartlett2010-04-141-3/+3
* s4:auth/auth_sam_reply.c - fix counter typesMatthias Dieter Wallnöfer2010-04-121-3/+3
* lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf sys...Stefan Metzmacher2010-04-121-1/+1
* s4:auth Remove event context from anonymous_session()Andrew Bartlett2010-04-114-120/+117
* s4:credentials Add the functions needed to do S4U2Self with cli_credentialsAndrew Bartlett2010-04-106-50/+208
* s4:credentials talloc_free() any previous salt_principalAndrew Bartlett2010-04-102-1/+2
* pynet: Create a net class.Jelmer Vernooij2010-04-083-10/+22
* s4:auth/ntlm/auth_developer.c - "fixed_challenge_get_challenge" - fix the ass...Matthias Dieter Wallnöfer2010-04-061-5/+2
* s4-python: Move set_session_info to PySambaLdb.Jelmer Vernooij2010-04-062-2/+2
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-061-5/+5
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-064-15/+0
* s4-waf: more dependencies on tallocAndrew Tridgell2010-04-062-1/+3
* s4-waf: fixed some deps now we don't auto-include tevent and replaceAndrew Tridgell2010-04-061-1/+1
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-067-0/+14
* s4-waf: enable the pc_files in the build rulesAndrew Tridgell2010-04-061-1/+1
* s4-waf: install the rest of the headersAndrew Tridgell2010-04-061-0/+1
* s4-waf: remove the need for some of the lib aliasesAndrew Tridgell2010-04-061-1/+1
* build: check libc first for several librariesAndrew Tridgell2010-04-061-1/+1
* build: fixed the build without sasl librariesAndrew Tridgell2010-04-062-4/+5
* build: waf quicktest nearly worksAndrew Tridgell2010-04-064-12/+4
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-066-0/+223
* build: check for libsasl2Andrew Tridgell2010-04-061-0/+4
* build: check for pamAndrew Tridgell2010-04-061-0/+2
* Revert "s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is avai...Matthias Dieter Wallnöfer2010-04-051-5/+0
* s4-python: Remove convenience macro PyErr_SetStringError.Jelmer Vernooij2010-04-041-1/+1
* 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-293-3/+3
* s4:auth/credentials/credentials.c - initialise more contentMatthias Dieter Wallnöfer2010-03-261-0/+3
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-262-0/+2
* s4:ntlmssp: move sign/seal states to a private ntlmssp_crypt_state unionStefan Metzmacher2010-03-242-76/+63
* s4:ntlmssp: make use of dump_arc4_state()Stefan Metzmacher2010-03-241-8/+7
* s4:ntlmssp: copy dump_arc4_state() from source3Stefan Metzmacher2010-03-241-0/+6
* s4:ntlmssp: avoid usage of calc_ntlmv2_key_talloc()Stefan Metzmacher2010-03-242-29/+10
* s4:ntlmssp: make use of calc_ntlmv2_key() for seal keysStefan Metzmacher2010-03-241-15/+16
* s4:ntlmssp: add calc_ntlmv2_key() from source3Stefan Metzmacher2010-03-241-0/+11
* s4:ntlmssp: rename calc_ntlmv2_key => calc_ntlmv2_key_tallocStefan Metzmacher2010-03-241-5/+5
* s4:ntlmssp: inline ntlmssp_weakend_keys()Stefan Metzmacher2010-03-242-54/+41
* s4:ntlmssp: use a 'bool ok' helper variable to make the code more readableStefan Metzmacher2010-03-241-6/+14
* s4:ntlmssp: fix some formatingStefan Metzmacher2010-03-241-74/+110
* s4:ntlmssp: move doing_ntlm2 to ntlmssp_server_auth_stateStefan Metzmacher2010-03-242-4/+3
* s4:ntlmssp: move NTLM2 session_nonce to ntlmssp_server_auth_stateStefan Metzmacher2010-03-242-8/+7
* s4:ntlmssp: move encrypted_session_key to ntlmssp_server_auth_stateStefan Metzmacher2010-03-242-29/+19
* s4:ntlmssp: keep a ntlmssp_server_auth_state to transport variables from prea...Stefan Metzmacher2010-03-241-10/+23
* s4:ntlmssp: remove unused server_multiple_authentications feature.Stefan Metzmacher2010-03-242-14/+1
* s4:ntlmssp: rename gensec_ntlmssp_state => ntlmssp_stateStefan Metzmacher2010-03-245-352/+352