summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_ldap.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-21s3:passdb/pdb_ldap remove an unnecessary checkChristian Ambach1-4/+0
2013-06-21s3:passdb/pdb_ldap make the module handle well-knownChristian Ambach1-0/+7
2013-05-16pdb_ldap: Do not skip accounts without a sambaAcctFlags valueAndrew Bartlett1-4/+4
2013-02-06Rename pdb_ldap to pdb_ldapsamAndreas Schneider1-3/+9
2012-12-03s3:passdb:pdb_ldap: treat "Unix User" and "Unix Group" in sid_to_id()Michael Adam1-0/+5
2012-12-03s3:passdb:pdb_ldap: pre-validate sid with sid_check_object_is_for_passdb()Michael Adam1-3/+3
2012-09-22s3:pdb_ldap remove unused functionChristian Ambach1-23/+0
2012-09-07s3-smbldap: use smbldap_ prefixed functionsAlexander Bokovoy1-39/+39
2012-09-07s3-passdb: convert pdb_ldap to use secrets wrappersAlexander Bokovoy1-2/+2
2012-08-21s3-passdb: Allow pdb_sid_to_id to work on any SIDAndrew Bartlett1-0/+5
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-2/+7
2012-07-24s3-pdb: remove unused variables.Günther Deschner1-2/+0
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-0/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-27/+27
2012-07-12s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam1-4/+4
2012-07-12s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam1-2/+2
2012-07-03s3-passdb: Remove obsolte ldapsam_compat support.Andreas Schneider1-96/+3
2012-05-02s3-idmap: convert most idmap_cache callers to unixid APIAndrew Bartlett1-9/+26
2012-05-02s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett1-8/+8
2012-04-20s3:passdb: do not use the in-memory idmap cache (it will be removed)Michael Adam1-9/+0
2012-04-20s3: Remove an unused variableVolker Lendecke1-1/+0
2012-04-19s3-passdb: Remove unused sampass->pass_must_change_timeAndrew Bartlett1-20/+0
2012-02-20s3: Fix bug 8567 -- segfault in dom_sid_compareVolker Lendecke1-0/+1
2012-01-27Finally remove all malloc()'s from the substitute code. Now totallyJeremy Allison1-3/+3
2011-11-16s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.Günther Deschner1-2/+12
2011-11-16s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner1-0/+1
2011-11-16s3: move smbldap_util to pdb_ldap_util.Günther Deschner1-0/+1
2011-11-09s3-passdb Initialise the correct level of pointer dereferenceAndrew Bartlett1-1/+1
2011-10-28s3-passdb: use tevent_context in passdb.Günther Deschner1-1/+1
2011-10-18pdb-interface: Do not use unid_t hereSimo Sorce1-7/+8
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce1-13/+34
2011-10-11s3-passdb: split out passdb/pdb_ipa.h.Günther Deschner1-0/+1
2011-10-11s3-passdb: split out passdb/pdb_nds.h.Günther Deschner1-0/+1
2011-10-11s3-passdb: split out passdb/pdb_ldap.h.Günther Deschner1-0/+1
2011-08-18s3/ldap: don't continue if we couldn't get the domain info on startupBjörn Jacke1-7/+4
2011-08-13s3-passdb Make pdb_element_is_changed available to all passdb modulesAndrew Bartlett1-29/+6
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-5/+5
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-1/+1
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-6/+6
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner1-0/+1
2011-03-30lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner1-0/+1
2011-03-27s3: Fix Coverity ID 513: UNINITVolker Lendecke1-1/+1
2011-03-24s3-ldapsam: fix ldapsam_create_user() with existing posix accounts.Günther Deschner1-1/+1
2011-03-06s3: Move EXOP definitions to smbldap.hVolker Lendecke1-25/+0
2011-02-28Fix some typesJelmer Vernooij1-2/+2
2011-02-22s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher1-4/+4
2011-02-19s3: Add "len" to pdb_set_hoursVolker Lendecke1-1/+1