Age | Commit message (Expand) | Author | Files | Lines |
2013-02-05 | s3:auth small optimization in create_token_from_sid | Christian Ambach | 1 | -3/+5 |
2013-02-05 | s3:auth: use new lp_idmap_default_range() instead of lp_idmap_gid() in create... | Michael Adam | 1 | -2/+2 |
2013-02-01 | s3:auth: wbcAuthenticateEx gives unix times (bug #9625) | Stefan Metzmacher | 1 | -3/+3 |
2012-12-12 | s3-auth: Make sure we work on valid data_blobs. | Andreas Schneider | 1 | -2/+2 |
2012-12-11 | s3:auth: Tidy up some of the API confusion in create_token_from_XXX() calls. | Jeremy Allison | 1 | -6/+9 |
2012-12-11 | s3:auth: fix dereference level in talloc checks in create_token_from_sid() | Michael Adam | 1 | -2/+2 |
2012-12-11 | s3:auth: fix function header comment for user_sid_in_group_sid() | Michael Adam | 1 | -1/+1 |
2012-12-10 | s3:auth: fix create_token_from_sid() to not fail in the winbindd case | Michael Adam | 1 | -2/+10 |
2012-12-10 | s3:auth: fix header comment for user_sid_in_group_sid() | Michael Adam | 1 | -2/+2 |
2012-12-09 | s3-auth: remove crypto from serverinfo_to_SamInfoX calls. | Günther Deschner | 3 | -29/+1 |
2012-12-09 | s3-auth: session keys in validation level 6 samlogon replies are *not* encryp... | Günther Deschner | 1 | -8/+0 |
2012-12-09 | s3-rpc_server: support AES for interactive netlogon samlogon password decrypt... | Günther Deschner | 2 | -35/+2 |
2012-11-12 | Use work around for 'winbind use default domain' only if it is set | Sumit Bose | 1 | -1/+2 |
2012-10-19 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-10-19 | s3:auth: use const in smb_pam_xxx_session() | Gregor Beck | 2 | -6/+6 |
2012-10-19 | s3:auth: remove duplicate propotypes for smb_pam_claim_session and smb_pam_cl... | Michael Adam | 1 | -2/+0 |
2012-10-18 | BUG #9295: Build standard auth modules as internal modules. | Andreas Schneider | 1 | -8/+4 |
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 |