Age | Commit message (Expand) | Author | Files | Lines |
2010-04-06 | build: check libc first for several libraries | Andrew Tridgell | 1 | -1/+1 |
2010-04-06 | build: fixed the build without sasl libraries | Andrew Tridgell | 2 | -4/+5 |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 4 | -12/+4 |
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 6 | -0/+223 |
2010-04-06 | build: check for libsasl2 | Andrew Tridgell | 1 | -0/+4 |
2010-04-06 | build: check for pam | Andrew Tridgell | 1 | -0/+2 |
2010-04-05 | Revert "s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is avai... | Matthias Dieter Wallnöfer | 1 | -5/+0 |
2010-04-04 | s4-python: Remove convenience macro PyErr_SetStringError. | Jelmer Vernooij | 1 | -1/+1 |
2010-03-30 | s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is available | Matthias Dieter Wallnöfer | 1 | -0/+5 |
2010-03-29 | pytalloc: allow for using a system libtalloc-dev with pytalloc | Andrew Tridgell | 3 | -3/+3 |
2010-03-26 | s4:auth/credentials/credentials.c - initialise more content | Matthias Dieter Wallnöfer | 1 | -0/+3 |
2010-03-26 | libutil: moved the networking defines to util_net.h | Andrew Tridgell | 2 | -0/+2 |
2010-03-24 | s4:ntlmssp: move sign/seal states to a private ntlmssp_crypt_state union | Stefan Metzmacher | 2 | -76/+63 |
2010-03-24 | s4:ntlmssp: make use of dump_arc4_state() | Stefan Metzmacher | 1 | -8/+7 |
2010-03-24 | s4:ntlmssp: copy dump_arc4_state() from source3 | Stefan Metzmacher | 1 | -0/+6 |
2010-03-24 | s4:ntlmssp: avoid usage of calc_ntlmv2_key_talloc() | Stefan Metzmacher | 2 | -29/+10 |
2010-03-24 | s4:ntlmssp: make use of calc_ntlmv2_key() for seal keys | Stefan Metzmacher | 1 | -15/+16 |
2010-03-24 | s4:ntlmssp: add calc_ntlmv2_key() from source3 | Stefan Metzmacher | 1 | -0/+11 |
2010-03-24 | s4:ntlmssp: rename calc_ntlmv2_key => calc_ntlmv2_key_talloc | Stefan Metzmacher | 1 | -5/+5 |
2010-03-24 | s4:ntlmssp: inline ntlmssp_weakend_keys() | Stefan Metzmacher | 2 | -54/+41 |
2010-03-24 | s4:ntlmssp: use a 'bool ok' helper variable to make the code more readable | Stefan Metzmacher | 1 | -6/+14 |
2010-03-24 | s4:ntlmssp: fix some formating | Stefan Metzmacher | 1 | -74/+110 |
2010-03-24 | s4:ntlmssp: move doing_ntlm2 to ntlmssp_server_auth_state | Stefan Metzmacher | 2 | -4/+3 |
2010-03-24 | s4:ntlmssp: move NTLM2 session_nonce to ntlmssp_server_auth_state | Stefan Metzmacher | 2 | -8/+7 |
2010-03-24 | s4:ntlmssp: move encrypted_session_key to ntlmssp_server_auth_state | Stefan Metzmacher | 2 | -29/+19 |
2010-03-24 | s4:ntlmssp: keep a ntlmssp_server_auth_state to transport variables from prea... | Stefan Metzmacher | 1 | -10/+23 |
2010-03-24 | s4:ntlmssp: remove unused server_multiple_authentications feature. | Stefan Metzmacher | 2 | -14/+1 |
2010-03-24 | s4:ntlmssp: rename gensec_ntlmssp_state => ntlmssp_state | Stefan Metzmacher | 5 | -352/+352 |
2010-03-24 | s4:ntlmssp: split gensec_ntlmssp_unseal_packet() and ntlmssp_unseal_packet() | Stefan Metzmacher | 1 | -17/+34 |
2010-03-24 | s4:ntlmssp: split gensec_ntlmssp_seal_packet() and ntlmssp_seal_packet() | Stefan Metzmacher | 1 | -19/+37 |
2010-03-24 | s4:ntlmssp: split gensec_ntlmssp_check_packet() and ntlmssp_check_packet() | Stefan Metzmacher | 1 | -13/+31 |
2010-03-24 | s4:ntlmssp: split gensec_ntlmssp_sign_packet() and ntlmssp_sign_packet() | Stefan Metzmacher | 1 | -12/+27 |
2010-03-24 | s4:ntlmssp: make user a 'const char *' in (gensec_)ntlmssp_state | Stefan Metzmacher | 1 | -1/+1 |
2010-03-24 | s4:ntlmssp: remove server_name from (gensec_)ntlmssp_state and fill the serve... | Stefan Metzmacher | 2 | -2/+10 |
2010-03-24 | s4:ntlmssp: calculate server names at startup and store them in (gensec_)ntlm... | Stefan Metzmacher | 2 | -26/+37 |
2010-03-24 | s4:ntlmssp: replace server_role by a server.is_standalone in (gensec_)ntlmssp... | Stefan Metzmacher | 2 | -4/+10 |
2010-03-24 | s4:ntlmssp: remove more whitespaces... | Stefan Metzmacher | 1 | -32/+32 |
2010-03-24 | s4:ntlmssp: add NTLMSSP_FEATURE_* flags from s3 | Stefan Metzmacher | 1 | -0/+6 |
2010-03-24 | s4:ntlmssp: keep struct gensec_ntlmssp_context in gensec_security->private_data | Stefan Metzmacher | 4 | -23/+62 |
2010-03-24 | s4:ntlmssp: remove gensec_security from (gensec_)ntlmssp_state | Stefan Metzmacher | 3 | -5/+5 |
2010-03-24 | s4:ntlmssp: remove backend specifix stuff from (gensec_)ntlmssp_state | Stefan Metzmacher | 2 | -22/+46 |
2010-03-24 | s4:ntlmssp: create a gensec_ntlmssp_context between gensec_security and ntlms... | Stefan Metzmacher | 2 | -9/+20 |
2010-03-24 | s4:ntlmssp: add definition of gensec_ntlmssp_context | Stefan Metzmacher | 1 | -0/+7 |
2010-03-24 | s4:ntlmssp: add a callback_private pointer to gensec_ntlmssp_state | Stefan Metzmacher | 1 | -1/+6 |
2010-03-24 | s4:ntlmssp Ensure that we always negotiate signing if we negotiate sealing. | Andrew Bartlett | 1 | -0/+1 |
2010-03-16 | s4:auth/kerberos/kerberos.c - fix also here a memory leak | Matthias Dieter Wallnöfer | 1 | -0/+1 |
2010-03-11 | s4: Modify auth/config.m4 to move pam tests to nsswitch.m4 so that we tests t... | Matthieu Patou | 1 | -6/+1 |
2010-03-08 | s4-gensec: Fixed wrong usage of error_string. | Andreas Schneider | 1 | -1/+1 |
2010-03-04 | s4:auth/sam.c - change base context for the "tmp_ctx" context in "authsam_exp... | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-03-04 | s4:sam.c - make "authsam_expand_nested_groups" public | Matthias Dieter Wallnöfer | 2 | -1/+7 |