Age | Commit message (Expand) | Author | Files | Lines |
2012-09-16 | s3:auth fix a compiler warning | Christian Ambach | 1 | -3/+2 |
2012-08-10 | s3-smbd: Create a shortcut for building the token of a user by SID for posix_... | Andrew Bartlett | 2 | -47/+143 |
2012-08-09 | Correctly check for errors in strlower_m() returns. | Jeremy Allison | 5 | -7/+17 |
2012-08-09 | Check error returns from strupper_m() (in all reasonable places). | Jeremy Allison | 1 | -1/+3 |
2012-07-24 | lib/param: Move all enum declarations to lib/param | Andrew Bartlett | 3 | -0/+3 |
2012-07-19 | s3-auth Use correct RID for domain guests primary group | Andrew Bartlett | 1 | -1/+1 |
2012-07-19 | Revert "s3:auth make sure the primary group sid is usable" | Andrew Bartlett | 1 | -30/+13 |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 3 | -7/+7 |
2012-07-13 | s3-auth_samba4: Explain that check_samba4_security is actually unused | Andrew Bartlett | 1 | -0/+10 |
2012-07-13 | s3-auth Remove unused global_machine_account_needs_changing | Andrew Bartlett | 1 | -66/+0 |
2012-07-13 | s3-auth Remove confusing reference to global_machine_password_needs_changing | Andrew Bartlett | 1 | -8/+0 |
2012-07-12 | s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam() | Michael Adam | 1 | -1/+1 |
2012-07-06 | auth: Common function for retrieving PAC_LOGIN_INFO from PAC | Christof Schmitt | 1 | -26/+2 |
2012-07-03 | auth: Remove .get_challenge (only used for security=server) | Andrew Bartlett | 4 | -116/+6 |
2012-06-27 | s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers | Andrew Bartlett | 2 | -4/+4 |
2012-06-19 | s3-auth: make_new_system_info_session() now does not query nss | Andrew Bartlett | 1 | -1/+3 |
2012-06-19 | s3-auth: make_new_system_info_session() not query passdb | Andrew Bartlett | 1 | -47/+39 |
2012-06-19 | s3-auth: inline make_session_info functions into only callers | Andrew Bartlett | 1 | -74/+35 |
2012-06-19 | auth: Use only security_token_is_system to determine that a user is SYSTEM | Andrew Bartlett | 1 | -4/+0 |
2012-06-19 | s3-auth: Fix system token as just being SID_NT_SYSTEM | Andrew Bartlett | 1 | -0/+3 |
2012-06-16 | s3-auth: Remove auth_netlogond | Andrew Bartlett | 3 | -459/+0 |
2012-06-15 | s3-auth: rework default auth methods around the lp_server_role() parameter | Andrew Bartlett | 1 | -17/+23 |
2012-06-15 | s3-auth: Merge SEC_DOMAIN and SEC_ADS cases in creating the default auth modu... | Andrew Bartlett | 1 | -7/+2 |
2012-06-15 | s3-auth: Fix system info3 return to be just SID_NT_SYSTEM | Andrew Bartlett | 1 | -11/+17 |
2012-06-15 | s3-auth: Fix system token generation not to dereference pointer as an integer | Andrew Bartlett | 1 | -1/+1 |
2012-06-15 | s3-auth: Give the SYSTEM token all privileges | Andrew Bartlett | 1 | -0/+4 |
2012-05-23 | Introduce system MIT krb5 build with --with-system-mitkrb5 option. | Alexander Bokovoy | 1 | -2/+2 |
2012-05-15 | s3-auth: Rename to init_system_session_info(). | Andreas Schneider | 2 | -2/+2 |
2012-05-15 | s3-auth: Don't lookup the system user in pdb. | Andreas Schneider | 1 | -4/+95 |
2012-05-15 | s3:auth: remove unused auth_server.c | Stefan Metzmacher | 3 | -500/+0 |
2012-05-15 | s3-auth: remove "security=server" (depricated since 3.6) | Stefan Metzmacher | 1 | -6/+0 |
2012-05-09 | s3:auth/server_info: the primary rid should be in the groups rid array (bug #... | Alejandro Escanero Blanco | 1 | -5/+0 |
2012-05-04 | s3: remove some unused code | Volker Lendecke | 2 | -28/+0 |
2012-05-02 | s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistency | Michael Adam | 1 | -1/+1 |
2012-05-02 | s3-passdb: Use struct unixid in sids_to_unix_ids | Andrew Bartlett | 1 | -6/+7 |
2012-04-30 | s3-auth_samba4: use new_server_id_task() to allocate server id values | Andrew Bartlett | 1 | -6/+27 |
2012-04-12 | auth-krb: Move pac related util functions in a single place. | Simo Sorce | 1 | -1/+1 |
2012-04-03 | s3-auth: Order GENSEC mechs by priority, krb5 before NTLMSSP | Andrew Bartlett | 1 | -2/+3 |
2012-03-30 | More strlcat/strlcpy truncate checks. | Jeremy Allison | 1 | -10/+45 |
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 1 | -2/+2 |
2012-03-24 | lib/util: Remove dummy wrapper for getpwuid(). | Jelmer Vernooij | 1 | -2/+2 |
2012-03-24 | lib/util: Remove dummy wrapper for getpwnam(). | Jelmer Vernooij | 1 | -2/+2 |
2012-03-15 | s3-krb5: Remove GSS_WRAP_IOV conditional | Andrew Bartlett | 1 | -1/+1 |
2012-03-13 | s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2. | Alexander Bokovoy | 2 | -0/+29 |
2012-03-08 | s3-auth: Remove single-implementation plugin layer | Andrew Bartlett | 3 | -11/+48 |
2012-03-08 | s3-auth: Follow auth_ntlmssp and use auth4_context for Session Setup | Andrew Bartlett | 1 | -10/+10 |
2012-03-04 | s3-auth Add make_session_info_from_pw to avoid multiple getpwnam() calls | Andrew Bartlett | 1 | -12/+34 |
2012-03-04 | s3-auth: Remove security=share (depricated since 3.6). | Andrew Bartlett | 4 | -193/+1 |
2012-02-24 | s3-auth: Provide helper routine to check password and return session_info | Andrew Bartlett | 2 | -0/+31 |
2012-02-24 | auth: Rename some elements of auth4_context | Andrew Bartlett | 1 | -3/+3 |