Age | Commit message (Expand) | Author | Files | Lines |
2010-05-21 | s4:auth Remove un-needed headers. | Andrew Bartlett | 1 | -4/+0 |
2010-05-21 | s4:auth Fix previous commit - segfault in determinging a user's groups | Andrew Bartlett | 1 | -5/+3 |
2010-05-21 | s4:auth Error out when a memberOf DN does not have a SID | Andrew Bartlett | 1 | -13/+8 |
2010-05-20 | s4:auth handle addition of nested aliases of domain groups. | Andrew Bartlett | 1 | -8/+8 |
2010-05-20 | s4:auth Move BUILTIN group addition into session.c | Andrew Bartlett | 1 | -72/+110 |
2010-04-14 | s4:auth Change auth_generate_session_info to take an auth context | Andrew Bartlett | 1 | -0/+1 |
2010-03-04 | s4:auth/sam.c - change base context for the "tmp_ctx" context in "authsam_exp... | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-03-04 | s4:sam.c - make "authsam_expand_nested_groups" public | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-03-04 | s4:sam.c - cosmetic indentation fix | Matthias Dieter Wallnöfer | 1 | -2/+1 |
2010-03-04 | s4:sam.c - change variable types to unsigned in "sids_contains_sid" | Matthias Dieter Wallnöfer | 1 | -3/+4 |
2010-02-25 | s4:auth - make some parts "signed-safe" | Matthias Dieter Wallnöfer | 1 | -3/+4 |
2010-02-22 | Spelling fixes for source4/auth. | Brad Hards | 1 | -1/+1 |
2010-02-16 | s4-dsdb: removed gendb_search_single_extended_dn() | Andrew Tridgell | 1 | -2/+3 |
2010-01-29 | s4:auth_sam: avoid usage of data_blob_talloc_reference() and copy the session... | Stefan Metzmacher | 1 | -4/+14 |
2009-09-19 | s4-auth: add SID_NT_ENTERPRISE_DCS is a server trust account | Andrew Tridgell | 1 | -1/+13 |
2009-09-17 | s4-sam: add a note about the solaris client | Andrew Tridgell | 1 | -0/+2 |
2009-09-07 | s4:sam - Implement also here the right primary group behaviour | Matthias Dieter Wallnöfer | 1 | -46/+71 |
2009-08-04 | s4: Change my nested groups patch to don't include user's SID itself in the "... | Matthias Dieter Wallnöfer | 1 | -17/+24 |
2009-08-03 | Return infinite time for last last logoff when last logoff = 0 | Matthieu Patou | 1 | -1/+1 |
2009-07-31 | s4:auth: make sure we have elements returned at all in authsam_expand_nested_... | Stefan Metzmacher | 1 | -0/+6 |
2009-07-31 | s4: Patch to implement nested group and privileges | Matthias Dieter Wallnöfer | 1 | -34/+100 |
2009-07-28 | s4:kerberos Add support for user principal names in certificates | Andrew Bartlett | 1 | -2/+4 |
2009-07-17 | s4:kdc Rework KDC to pull in less attributes for krbtgt lookups | Andrew Bartlett | 1 | -15/+27 |
2009-06-18 | Remove unused variable | Andrew Bartlett | 1 | -3/+0 |
2009-06-18 | s4:kdc Allow a password change when the password is expired | Andrew Bartlett | 1 | -5/+6 |
2009-06-04 | changed the auth path to use extended DN ops to avoid non-indexed searches | Andrew Tridgell | 1 | -37/+47 |
2009-05-26 | use domain_dn not ncname | Andrew Tridgell | 1 | -3/+2 |
2009-05-26 | Don't use crossRef records to find our own domain | Andrew Bartlett | 1 | -33/+16 |
2009-02-13 | Push sam_get_server_info_principal into the auth subsystem | Andrew Bartlett | 1 | -45/+0 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -1/+1 |
2008-12-04 | s4:kdc: allow a trusted domain to get kerberos tickets | Stefan Metzmacher | 1 | -5/+7 |
2008-11-02 | Add gensec_settings structure. This wraps loadparm_context for now, but | Jelmer Vernooij | 1 | -2/+4 |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 1 | -0/+1 |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -1/+2 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-25 | Remove useless extra argument to samdb_result_account_expires(). | Andrew Bartlett | 1 | -2/+2 |
2008-03-07 | Update account expiration to use new samdb_result_account_expires() function. | Andrew Kroeger | 1 | -2/+2 |
2008-02-29 | Simplify the 'password must change' logic | Andrew Bartlett | 1 | -5/+6 |
2008-02-28 | Generate ACB_PW_EXPIRED correctly | Andrew Bartlett | 1 | -17/+19 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -8/+12 |
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts f... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r25552: Convert to standard bool type. | Jelmer Vernooij | 1 | -9/+9 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24074: Test both permitted logon hours and permitted workstations in the | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r24061: Anther part of bug #4823, which is that until now Samba4 didn't parse | Andrew Bartlett | 1 | -1/+67 |