s3:smbd/open: fall back to Builtin_Administrators if SYSTEM doesn't map to a group
[kai/samba.git] / source3 / auth /
2012-11-12 Sumit BoseUse work around for 'winbind use default domain' only...
2012-10-19 Volker Lendeckes3: Fix a typo
2012-10-19 Gregor Becks3:auth: use const in smb_pam_xxx_session()
2012-10-19 Michael Adams3:auth: remove duplicate propotypes for smb_pam_claim_...
2012-10-18 Andreas SchneiderBUG #9295: Build standard auth modules as internal...
2012-09-16 Christian Ambachs3:auth fix a compiler warning
2012-08-10 Andrew Bartletts3-smbd: Create a shortcut for building the token of...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-19 Andrew Bartletts3-auth Use correct RID for domain guests primary group
2012-07-19 Andrew BartlettRevert "s3:auth make sure the primary group sid is...
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-13 Andrew Bartletts3-auth_samba4: Explain that check_samba4_security...
2012-07-13 Andrew Bartletts3-auth Remove unused global_machine_account_needs_changing
2012-07-13 Andrew Bartletts3-auth Remove confusing reference to global_machine_pa...
2012-07-12 Michael Adams3: rename sid_check_is_in_our_domain() to sid_check_is...
2012-07-06 Christof Schmittauth: Common function for retrieving PAC_LOGIN_INFO...
2012-07-02 Andrew Bartlettauth: Remove .get_challenge (only used for security...
2012-06-27 Andrew Bartletts3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
2012-06-19 Andrew Bartletts3-auth: make_new_system_info_session() now does not...
2012-06-19 Andrew Bartletts3-auth: make_new_system_info_session() not query passdb
2012-06-19 Andrew Bartletts3-auth: inline make_session_info functions into only...
2012-06-19 Andrew Bartlettauth: Use only security_token_is_system to determine...
2012-06-19 Andrew Bartletts3-auth: Fix system token as just being SID_NT_SYSTEM
2012-06-16 Andrew Bartletts3-auth: Remove auth_netlogond
2012-06-15 Andrew Bartletts3-auth: rework default auth methods around the lp_serv...
2012-06-15 Andrew Bartletts3-auth: Merge SEC_DOMAIN and SEC_ADS cases in creating...
2012-06-15 Andrew Bartletts3-auth: Fix system info3 return to be just SID_NT_SYSTEM
2012-06-15 Andrew Bartletts3-auth: Fix system token generation not to dereference...
2012-06-15 Andrew Bartletts3-auth: Give the SYSTEM token all privileges
2012-05-23 Alexander BokovoyIntroduce system MIT krb5 build with --with-system...
2012-05-15 Andreas Schneiders3-auth: Rename to init_system_session_info().
2012-05-15 Andreas Schneiders3-auth: Don't lookup the system user in pdb.
2012-05-15 Stefan Metzmachers3:auth: remove unused auth_server.c
2012-05-15 Stefan Metzmachers3-auth: remove "security=server" (depricated since...
2012-05-09 Alejandro Escanero... s3:auth/server_info: the primary rid should be in the...
2012-05-04 Volker Lendeckes3: remove some unused code
2012-05-02 Michael Adams3:passdb: rename sids_to_unix_ids() --> sids_to_unixid...
2012-05-02 Andrew Bartletts3-passdb: Use struct unixid in sids_to_unix_ids
2012-04-30 Andrew Bartletts3-auth_samba4: use new_server_id_task() to allocate...
2012-04-12 Simo Sorceauth-krb: Move pac related util functions in a single...
2012-04-03 Andrew Bartletts3-auth: Order GENSEC mechs by priority, krb5 before...
2012-03-30 Jeremy AllisonMore strlcat/strlcpy truncate checks.
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getpwuid().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getpwnam().
2012-03-14 Andrew Bartletts3-krb5: Remove GSS_WRAP_IOV conditional
2012-03-13 Alexander Bokovoys3-rpc: Decrypt with the proper session key in CreateTr...
2012-03-08 Andrew Bartletts3-auth: Remove single-implementation plugin layer
2012-03-08 Andrew Bartletts3-auth: Follow auth_ntlmssp and use auth4_context...
2012-03-04 Andrew Bartletts3-auth Add make_session_info_from_pw to avoid multiple...
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-02-24 Andrew Bartletts3-auth: Provide helper routine to check password and...
2012-02-24 Andrew Bartlettauth: Rename some elements of auth4_context
2012-02-24 Andrew Bartletts3-auth: Add a way to get an auth4_context from the...
2012-02-18 Andrew Bartlettauth: Reorder arguments to generate_session_info
2012-02-17 Andrew Bartletts3-auth: Use common gensec_ntlmssp
2012-02-17 Andrew Bartletts3-auth: Use common gensec_ntlmssp_server_start
2012-02-17 Andrew Bartletts3-auth: Use the gensec-supplied DNS domain name and...
2012-02-17 Andrew Bartletts3-auth: Allow NTLMSSP features to be disabled with...
2012-02-17 Andrew Bartletts3-auth: Use the lpcfg_ wrapper calls to set some variables
2012-02-17 Andrew Bartletts3-auth: Remove a layer of indirection and reorder...
2012-02-17 Andrew Bartletts3-auth: Only allow LM_KEY cryptography when extra...
2012-02-17 Andrew Bartletts3-auth: Inline ntlmssp_server_start() into gensec_ntlm...
2012-02-17 Andrew Bartletts3-auth Use the common gensec_ntlmssp_update in gensec_...
2012-02-17 Andrew Bartletts3-auth: Use common gensec_ntlmssp server functions...
2012-02-17 Andrew Bartletts3-auth: Add extra error messages on authentication...
2012-02-17 Andrew Bartletts3-auth Hook checking passwords and generating session_...
2012-02-16 Christopher R. Her... Rename obscure defined constants.
2012-02-13 Sumit Boses3-auth: On successful user mapping set mapped_to_guest...
2012-02-08 Andrew Bartletts3-auth Add const to make_user_info_map
2012-02-02 Stefan Metzmachers3:auth: fill the sids array of the info3 in wbcAuthUse...
2012-02-02 Stefan Metzmachers3:auth: fix potential gap creation in wbcsids_to_samr_...
2012-01-31 Stefan Metzmachers3:auth/auth_generic: make use of gensec_spnego in...
2012-01-30 Andrew Bartletts3-auth: Remove duplicate check for NT_STATUS_IS_OK...
2012-01-30 Andrew Bartlettauth: Make check_password and generate_session_info...
2012-01-27 Simo Sorces3-pdb: Break SECRETS3 dependency on PDB.
2012-01-26 Stefan Metzmachers3:auth/auth_generic: for now call sub_set_smb_name...
2012-01-18 Andrew Bartletts3-gensec: Add hook to allow gensec to know if kerberos...
2012-01-18 Andrew Bartletts3-librpc Call GSSAPI via the auth_generic layer and...
2012-01-18 Andrew Bartletts3-auth Match session setup handling of krb5, store...
2012-01-18 Andrew Bartletts3-auth Add auth hook for PAC parsing
2012-01-12 Andreas Schneiders3-waf: auth_netlogond depends on tldap.
2012-01-05 Andrew Bartletts3-auth Remove more unused headers
2012-01-05 Andrew Bartletts3-auth remove unused ntlmssp.h
2012-01-05 Andrew Bartletts3-auth Remove ntlmssp_wrap.h which is no longer required
2012-01-05 Andrew Bartletts3-auth use gensec directly rather than via auth_generi...
2012-01-05 Andrew Bartletts3-auth Set remote address for both AD and s3 gensec...
2012-01-05 Andrew Bartletts3-auth re-create the auth context in the s3 ntlmssp...
2012-01-05 Andrew Bartletts3-auth Add TALLOC_CTX * to auth_generic_prepare()
2012-01-05 Andrew Bartletts3-auth supply s3 ntlmssp module via gensec_settings
2011-12-28 Andrew Bartletts3-auth Fix talloc parent for s4 event context in auth_...
2011-12-28 Andrew Bartletts3-auth: Remove protype for already-removed auth_ntlmss...
2011-12-22 Andrew Bartletts3-auth split the auth_generic functions into a seperat...
2011-12-22 Andrew Bartletts3-auth remove auth_ntlmssp_start(), call auth_generic_...
2011-12-22 Andrew Bartletts3-auth rename auth_ntlmssp_prepare() -> auth_generic_p...
2011-12-22 Andrew Bartletts3-auth rename auth_ntlmssp_state -> auth_generic_state
2011-12-22 Andrew Bartletts3-auth Restore shortcut for guest security token
2011-11-03 Stefan Metzmachers3:auth: s/Undefined/SMB_SIGNING_DEFAULT/
next