s4-dsdb: add unit tests for dirsync control
[kai/samba.git] / source4 / auth /
2011-05-18 Stefan Metzmachers4:auth/credentials: S4U2Self should force CRED_MUST_US...
2011-05-18 Stefan Metzmachers4:auth/credentials: pass 'self_service' to cli_credent...
2011-05-18 Stefan Metzmachers4:gensec_gssapi: avoid delegation if s4u2self/proxy...
2011-05-08 Andrew Bartletts4-auth Rename auth -> auth4 to avoid conflict with...
2011-05-08 Andrew Tridgells4-auth: remove unused prototype
2011-05-05 Andrew Tridgells4-auth: removed the password combinations code in...
2011-05-04 Jeremy Allisonsasl_secret_t ends in a char [1] size. This means the...
2011-05-03 Andrew BartlettRemove strlower_m() and strupper_m() from source4 and...
2011-05-03 Andrew Bartletts4-messaging Rename messaging -> imessaging
2011-04-29 Andrew Bartletts4-param Remove config_path() -> lpcfg_config_path()
2011-04-27 Andrew Bartletts4-gensec: Use new common 'obtain the PAC' functions.
2011-04-27 Andrew Bartlettlibcli/auth Move Samba4's gssapi_error_string from...
2011-04-20 Andrew Bartlettlibcli/auth Move PAC parsing and verification in common.
2011-04-14 Andrew Bartletts3-auth Rename smb_krb5_open_keytab to avoid a conflict...
2011-04-14 Andrew Bartlettlibcli/auth Move krb5 wrapper functions from s3 into...
2011-04-06 Andrew Tridgelllib: make asn1_util a private library
2011-04-05 Andrew Bartlettauth: Move auth_session_info into IDL
2011-04-05 Andrew Bartletts4-auth: Always talloc_zero() the struct auth_session_info
2011-04-04 Andrew Tridgells4-krb5: be a bit less verbose about krb5 packets
2011-03-28 Jeremy AllisonFix inspired by work done by David Disseldorp for bug...
2011-03-22 Matthias Dieter... s4:python bindings - handle NULL returns from "loadparm...
2011-03-22 Matthias Dieter... s4:auth/system_session.c - check for OOM
2011-03-19 Jelmer Vernooijsource4/auth: Fix prototypes for all functions.
2011-03-19 Jelmer Vernooijsource4/auth/ntlm: Fix prototypes for all functions.
2011-03-19 Jelmer Vernooijsource4/auth/gensec: Fix prototypes for all functions.
2011-03-14 Simo SorceFix public header not to include private (not installed...
2011-03-04 Günther Deschners4-nterr: move auth_nt_status_squash to nt_status_squas...
2011-02-28 Jelmer VernooijFix some types
2011-02-28 Jelmer Vernooijtdb: Use <tdb.h> to include tdb so system headers are...
2011-02-24 Andrew Tridgellbuild: moved spnego_parse.c into a common subsystem
2011-02-24 Andrew Tridgellbuild: moved schannel_sign.c into a shared COMMON_SCHAN...
2011-02-24 Andrew Tridgellbuild: moved libcli/auth/ntlmssp*.c into a common libcl...
2011-02-22 Andrew Bartletts4-auth Move libcli/security/session.c to the top level
2011-02-18 Andrew Tridgells4-auth: rename 'auth' subsystem to 'auth4'
2011-02-14 Günther Deschnerlibrpc: make NDR_KRB5PAC a shared library (libndr-krb5p...
2011-02-10 Andrew Tridgellldb: use #include <ldb.h> for ldb
2011-02-10 Andrew Tridgells4-krb5: authkrb5 should depend on ldb
2011-02-10 Andrew Bartlettlibcli/named_pipe_auth Change from 'info3' to auth_sess...
2011-02-10 Andrew Bartlettauth Move auth_sam_reply into the top level.
2011-02-09 Andrew Bartletts4-auth Fix setting of bad_password_count in auth_conve...
2011-02-09 Andrew Bartletts4-auth Rework auth subsystem to remove struct auth_ser...
2011-02-09 Andrew Bartletts4-auth Add auth.idl to encode auth subsystem structure...
2011-02-08 Günther Deschnerpam: share pam errors in a common location.
2011-02-02 Andrew Bartletts4-python Ensure we add the Samba python path first.
2011-01-30 Matthias Dieter... s4:auth/pyauth.c - temporarily add compatibility code...
2011-01-20 Andrew Bartletts4-auth Remove special case for account_sid from auth_s...
2011-01-20 Andrew Bartletts4-gensec Add prototype for gensec_ntlmssp_init()
2011-01-20 Andrew Bartlettlibcli/auth move ntlmssp_wrap() and ntlmssp_unwrap...
2011-01-19 Andrew Bartletts4-pyauth Fix AuthContext wrapper
2011-01-19 Andrew Bartletts4-auth Allow NULL methods to be specified to auth_cont...
2011-01-19 Andrew Bartletts4-gensec Remove special case 'for SASL' that is not...
2011-01-19 Andrew Tridgellpygensec: remove special case handling for None for...
2011-01-18 Andrew Bartletts4-gensec Extend python bindings for GENSEC and the...
2011-01-18 Andrew Bartletts4-auth Extend python bindings to allow ldb and message...
2011-01-18 Andrew Bartletts4-pygensec Fix indentation of py_gensec_start_mech_by_...
2011-01-18 Andrew Bartletts4-pygensec Add bindings for server_start() and update()
2011-01-18 Andrew Bartletts4-pyauth Add bindings for auth_context_create() as...
2011-01-18 Andrew Bartletts4-pyauth Use py_talloc_get_type() for greater talloc...
2011-01-18 Andrew Bartletts4-gensec Don't steal the auth_context, reference it.
2011-01-15 Matthias Dieter... s4:auth/ntlm/auth_sam.c - fix call to "get_server_info_...
2011-01-14 Andrew Tridgells4-auth: fixed status return
2011-01-14 Andrew Bartletts4-auth Add get and set methods for auth_session_info...
2011-01-14 Andrew Bartletts4-auth Add function to obtain any user's session_info...
2011-01-14 Andrew Bartletts4-auth use new dsdb_expand_nested_groups()
2011-01-03 Stefan Metzmachers4:gensec/schannel: use netsec_outgoing_sig_size()...
2011-01-01 Jelmer Vernooijheimdal_build: Add missing dependencies when building...
2010-12-21 Matthias Dieter... s4:auth/session.h - use a forward declaration for type...
2010-12-21 Andrew Bartletts4-auth Ensure that we always copy across domain groups
2010-12-21 Andrew Bartletts4-auth Remove duplicate copies of session_info creatio...
2010-12-21 Andrew Bartletts4-auth rework session_info handling not to require...
2010-12-21 Andrew Bartletts4-auth Remove event context from privilage database...
2010-12-21 Andrew Bartletts4-auth Remove obsolete comment
2010-12-21 Matthias Dieter... s4:auth/gensec/spnego.c - remove unused variable "princ...
2010-12-14 Stefan Metzmachers4:gensec/spnego: only look at the optimistic token...
2010-12-11 Jelmer Vernooijs4-smbtorture: Make test names lowercase and dot-separated.
2010-12-09 Andrew Bartletts4-spnego Match Windows 2008, and no longer supply...
2010-12-08 Andrew Tridgells4-pkgconfig: add @LIB_RPATH@ to our link flags
2010-12-08 Andrew Bartletts4-spnego use "not_defined_in_RFC4178@please_ignore...
2010-12-08 Andrew Bartlettlibcli/auth bring ADS_IGNORE_PRINCIPAL in common
2010-12-04 Matthias Dieter... s4:auth/gensec/gensec_krb5.c - fix/reorder memory free...
2010-12-04 Matthias Dieter... s4:auth/gensec/gensec_krb5.c - remove a pointless ...
2010-12-04 Matthias Dieter... s4:auth/kerberos/kerberos_pac.c - fix another memory...
2010-12-04 Matthias Dieter... s4:dsdb/common/util_samr.c and auth/sam.c - fix error...
2010-12-03 Matthias Dieter... s4:auth/sam.c - when printing out a string buffer we...
2010-12-03 Matthias Dieter... s4:auth/sam.c - the check for the SAMDB needs to be...
2010-12-03 Matthias Dieter... s4:auth/sam.c - fix the free of memory contexts
2010-12-03 Matthias Dieter... s4:auth/sam.c - specify the SID ignore case better
2010-12-02 Matthias Dieter... s4:auth/sam.c-"authsam_expand_nested_groups" - don...
2010-12-01 Jelmer Vernooijpygensec: Fix initialization.
2010-12-01 Jelmer Vernooijpyauth: Use talloc.Object.
2010-12-01 Jelmer Vernooijpygensec: Use talloc.Object.
2010-12-01 Jelmer Vernooijpycredentials: Use talloc.Object.
2010-11-29 Matthias Dieter... s4:auth/gensec/gensec_tstream.c - quiet warnings on...
2010-11-29 Matthias Dieter... s4:auth/ntlmssp/ntlmssp_server.c - remove unnecessary ";"
2010-11-29 Matthias Dieter... s4:auth/gensec/gensec_gssapi.c - always print error...
2010-11-28 Kamen Mazdrashkis4-tests/bind.py: Use samba.tests.connect_samdb() inste...
2010-11-24 Nadezhda Ivanovas4-tests: Modified bind.py to use samba.tests.delete_force
2010-11-21 Arnaud FaucherAvoid the use of PyAPI_DATA, which is for internal...
2010-11-17 Andrew Tridgells4-gensec: zero the gssapi_state
2010-11-15 Andrew Bartletts4-gensec Indicate if GENSEC is in client or server...
next