Age | Commit message (Expand) | Author | Files | Lines |
2011-01-19 | s4-auth Allow NULL methods to be specified to auth_context_create_methods() | Andrew Bartlett | 1 | -14/+3 |
2011-01-19 | s4-gensec Remove special case 'for SASL' that is not required any more. | Andrew Bartlett | 1 | -13/+0 |
2011-01-19 | pygensec: remove special case handling for None for buffers | Andrew Tridgell | 1 | -35/+28 |
2011-01-18 | s4-gensec Extend python bindings for GENSEC and the associated test | Andrew Bartlett | 1 | -21/+223 |
2011-01-18 | s4-auth Extend python bindings to allow ldb and message to be specified | Andrew Bartlett | 3 | -11/+61 |
2011-01-18 | s4-pygensec Fix indentation of py_gensec_start_mech_by_name() | Andrew Bartlett | 1 | -11/+11 |
2011-01-18 | s4-pygensec Add bindings for server_start() and update() | Andrew Bartlett | 1 | -4/+96 |
2011-01-18 | s4-pyauth Add bindings for auth_context_create() as AuthContext() | Andrew Bartlett | 2 | -1/+81 |
2011-01-18 | s4-pyauth Use py_talloc_get_type() for greater talloc binding safety | Andrew Bartlett | 2 | -12/+15 |
2011-01-18 | s4-gensec Don't steal the auth_context, reference it. | Andrew Bartlett | 2 | -6/+17 |
2011-01-15 | s4:auth/ntlm/auth_sam.c - fix call to "get_server_info_principal" | Matthias Dieter Wallnöfer | 1 | -7/+7 |
2011-01-14 | s4-auth: fixed status return | Andrew Tridgell | 1 | -1/+1 |
2011-01-14 | s4-auth Add get and set methods for auth_session_info python wrapper | Andrew Bartlett | 2 | -7/+73 |
2011-01-14 | s4-auth Add function to obtain any user's session_info from a given LDB | Andrew Bartlett | 6 | -81/+209 |
2011-01-14 | s4-auth use new dsdb_expand_nested_groups() | Andrew Bartlett | 2 | -152/+11 |
2011-01-03 | s4:gensec/schannel: use netsec_outgoing_sig_size() to get the signature size | Stefan Metzmacher | 1 | -1/+6 |
2011-01-01 | heimdal_build: Add missing dependencies when building with system heimdal. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-21 | s4:auth/session.h - use a forward declaration for type "struct ldb_context" | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-12-21 | s4-auth Ensure that we always copy across domain groups | Andrew Bartlett | 1 | -13/+13 |
2010-12-21 | s4-auth Remove duplicate copies of session_info creation code | Andrew Bartlett | 3 | -153/+24 |
2010-12-21 | s4-auth rework session_info handling not to require an auth context | Andrew Bartlett | 4 | -13/+26 |
2010-12-21 | s4-auth Remove event context from privilage database handling | Andrew Bartlett | 1 | -1/+0 |
2010-12-21 | s4-auth Remove obsolete comment | Andrew Bartlett | 1 | -7/+0 |
2010-12-21 | s4:auth/gensec/spnego.c - remove unused variable "principal" | Matthias Dieter Wallnöfer | 1 | -1/+0 |
2010-12-14 | s4:gensec/spnego: only look at the optimistic token if we support the first mech | Stefan Metzmacher | 1 | -4/+20 |
2010-12-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -2/+1 |
2010-12-09 | s4-spnego Match Windows 2008, and no longer supply a name in the CIFS Negprot | Andrew Bartlett | 1 | -10/+1 |
2010-12-08 | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 1 | -1/+1 |
2010-12-08 | s4-spnego use "not_defined_in_RFC4178@please_ignore" if no principal specified | Andrew Bartlett | 1 | -0/+2 |
2010-12-08 | libcli/auth bring ADS_IGNORE_PRINCIPAL in common | Andrew Bartlett | 1 | -1/+2 |
2010-12-04 | s4:auth/gensec/gensec_krb5.c - fix/reorder memory free operations | Matthias Dieter Wallnöfer | 1 | -3/+15 |
2010-12-04 | s4:auth/gensec/gensec_krb5.c - remove a pointless "nt_status" test | Matthias Dieter Wallnöfer | 1 | -8/+3 |
2010-12-04 | s4:auth/kerberos/kerberos_pac.c - fix another memory leak regarding the KRB p... | Matthias Dieter Wallnöfer | 1 | -1/+4 |
2010-12-04 | s4:dsdb/common/util_samr.c and auth/sam.c - fix error message | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-12-03 | s4:auth/sam.c - when printing out a string buffer we don't strictly need the ... | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-12-03 | s4:auth/sam.c - the check for the SAMDB needs to be on the top of the call | Matthias Dieter Wallnöfer | 1 | -6/+5 |
2010-12-03 | s4:auth/sam.c - fix the free of memory contexts | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-12-03 | s4:auth/sam.c - specify the SID ignore case better | Matthias Dieter Wallnöfer | 1 | -1/+7 |
2010-12-02 | s4:auth/sam.c-"authsam_expand_nested_groups" - don't fail if we've membership... | Matthias Dieter Wallnöfer | 1 | -4/+4 |
2010-12-01 | pygensec: Fix initialization. | Jelmer Vernooij | 1 | -1/+1 |
2010-12-01 | pyauth: Use talloc.Object. | Jelmer Vernooij | 1 | -3/+5 |
2010-12-01 | pygensec: Use talloc.Object. | Jelmer Vernooij | 1 | -1/+4 |
2010-12-01 | pycredentials: Use talloc.Object. | Jelmer Vernooij | 1 | -2/+5 |
2010-11-29 | s4:auth/gensec/gensec_tstream.c - quiet warnings on Solaris "cc" | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-11-29 | s4:auth/ntlmssp/ntlmssp_server.c - remove unnecessary ";" | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-11-29 | s4:auth/gensec/gensec_gssapi.c - always print error messages on the same tall... | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-11-28 | s4-tests/bind.py: Use samba.tests.connect_samdb() instead of directly using S... | Kamen Mazdrashki | 1 | -7/+10 |
2010-11-25 | s4-tests: Modified bind.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -7/+2 |
2010-11-22 | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 1 | -2/+2 |
2010-11-17 | s4-gensec: zero the gssapi_state | Andrew Tridgell | 1 | -1/+1 |