Age | Commit message (Expand) | Author | Files | Lines |
2012-09-22 | s3:pdb_ldap remove unused function | Christian Ambach | 1 | -23/+0 |
2012-09-07 | s3-smbldap: use smbldap_ prefixed functions | Alexander Bokovoy | 1 | -39/+39 |
2012-09-07 | s3-passdb: convert pdb_ldap to use secrets wrappers | Alexander Bokovoy | 1 | -2/+2 |
2012-08-21 | s3-passdb: Allow pdb_sid_to_id to work on any SID | Andrew Bartlett | 1 | -0/+5 |
2012-08-09 | Correctly check for errors in strlower_m() returns. | Jeremy Allison | 1 | -2/+7 |
2012-07-24 | s3-pdb: remove unused variables. | Günther Deschner | 1 | -2/+0 |
2012-07-24 | lib/param: Move all enum declarations to lib/param | Andrew Bartlett | 1 | -0/+1 |
2012-07-18 | loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *. | Rusty Russell | 1 | -27/+27 |
2012-07-12 | s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam() | Michael Adam | 1 | -4/+4 |
2012-07-12 | s3: rename sid_check_is_domain() to sid_check_is_our_sam() | Michael Adam | 1 | -2/+2 |
2012-07-03 | s3-passdb: Remove obsolte ldapsam_compat support. | Andreas Schneider | 1 | -96/+3 |
2012-05-02 | s3-idmap: convert most idmap_cache callers to unixid API | Andrew Bartlett | 1 | -9/+26 |
2012-05-02 | s3-passdb: Change pdb_sid_to_id() to return struct unixid | Andrew Bartlett | 1 | -8/+8 |
2012-04-20 | s3:passdb: do not use the in-memory idmap cache (it will be removed) | Michael Adam | 1 | -9/+0 |
2012-04-20 | s3: Remove an unused variable | Volker Lendecke | 1 | -1/+0 |
2012-04-19 | s3-passdb: Remove unused sampass->pass_must_change_time | Andrew Bartlett | 1 | -20/+0 |
2012-02-20 | s3: Fix bug 8567 -- segfault in dom_sid_compare | Volker Lendecke | 1 | -0/+1 |
2012-01-27 | Finally remove all malloc()'s from the substitute code. Now totally | Jeremy Allison | 1 | -3/+3 |
2011-11-16 | s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments. | Günther Deschner | 1 | -2/+12 |
2011-11-16 | s3-passdb: split out passdb/pdb_ldap_schema.c | Günther Deschner | 1 | -0/+1 |
2011-11-16 | s3: move smbldap_util to pdb_ldap_util. | Günther Deschner | 1 | -0/+1 |
2011-11-09 | s3-passdb Initialise the correct level of pointer dereference | Andrew Bartlett | 1 | -1/+1 |
2011-10-28 | s3-passdb: use tevent_context in passdb. | Günther Deschner | 1 | -1/+1 |
2011-10-18 | pdb-interface: Do not use unid_t here | Simo Sorce | 1 | -7/+8 |
2011-10-12 | s3-group-mapping: Remove fstrings from GROUP_MAP. | Simo Sorce | 1 | -13/+34 |
2011-10-11 | s3-passdb: split out passdb/pdb_ipa.h. | Günther Deschner | 1 | -0/+1 |
2011-10-11 | s3-passdb: split out passdb/pdb_nds.h. | Günther Deschner | 1 | -0/+1 |
2011-10-11 | s3-passdb: split out passdb/pdb_ldap.h. | Günther Deschner | 1 | -0/+1 |
2011-08-18 | s3/ldap: don't continue if we couldn't get the domain info on startup | Björn Jacke | 1 | -7/+4 |
2011-08-13 | s3-passdb Make pdb_element_is_changed available to all passdb modules | Andrew Bartlett | 1 | -29/+6 |
2011-06-09 | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_P() to talloc() | Andrew Bartlett | 1 | -1/+1 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -5/+5 |
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -1/+1 |
2011-05-06 | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 1 | -6/+6 |
2011-03-30 | s3-passdb: add passdb.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-winbind: remove global inclusion of libwbclient. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/... | Günther Deschner | 1 | -0/+1 |
2011-03-27 | s3: Fix Coverity ID 513: UNINIT | Volker Lendecke | 1 | -1/+1 |
2011-03-24 | s3-ldapsam: fix ldapsam_create_user() with existing posix accounts. | Günther Deschner | 1 | -1/+1 |
2011-03-06 | s3: Move EXOP definitions to smbldap.h | Volker Lendecke | 1 | -25/+0 |
2011-02-28 | Fix some types | Jelmer Vernooij | 1 | -2/+2 |
2011-02-22 | s3:auth: change num_groups to from size_t to uint32_t | Stefan Metzmacher | 1 | -4/+4 |
2011-02-19 | s3: Add "len" to pdb_set_hours | Volker Lendecke | 1 | -1/+1 |
2011-02-16 | s3-passdb: make priv2ld() public | Sumit Bose | 1 | -1/+1 |
2011-02-16 | s3-passdb: Add minimal stub for IPA passdb backend | Sumit Bose | 1 | -0/+2 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -1/+1 |
2010-09-20 | s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. | Günther Deschner | 1 | -4/+5 |
2010-09-11 | s3-auth Change type of num_sids to uint32_t | Andrew Bartlett | 1 | -2/+3 |
2010-08-26 | s3-idmap: only include idmap headers where needed. | Günther Deschner | 1 | -0/+1 |