index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
passdb
/
pdb_ldap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: Always cache idmapping results of pdb backend.
Alexander Werth
2014-05-03
1
-14
/
+0
*
passdb: Patch memory leak in pdb_ldap.c
Jose A. Rivera
2014-02-21
1
-4
/
+6
*
param: rename lp function and variable from "renameuser_script" to "rename_us...
Garming Sam
2014-02-07
1
-1
/
+1
*
s3-lib: Add grpname to talloc_sub_specified().
Andreas Schneider
2013-11-21
1
-3
/
+21
*
s3:passdb/pdb_ldap remove an unnecessary check
Christian Ambach
2013-06-21
1
-4
/
+0
*
s3:passdb/pdb_ldap make the module handle well-known
Christian Ambach
2013-06-21
1
-0
/
+7
*
pdb_ldap: Do not skip accounts without a sambaAcctFlags value
Andrew Bartlett
2013-05-16
1
-4
/
+4
*
Rename pdb_ldap to pdb_ldapsam
Andreas Schneider
2013-02-06
1
-3
/
+9
*
s3:passdb:pdb_ldap: treat "Unix User" and "Unix Group" in sid_to_id()
Michael Adam
2012-12-03
1
-0
/
+5
*
s3:passdb:pdb_ldap: pre-validate sid with sid_check_object_is_for_passdb()
Michael Adam
2012-12-03
1
-3
/
+3
*
s3:pdb_ldap remove unused function
Christian Ambach
2012-09-22
1
-23
/
+0
*
s3-smbldap: use smbldap_ prefixed functions
Alexander Bokovoy
2012-09-07
1
-39
/
+39
*
s3-passdb: convert pdb_ldap to use secrets wrappers
Alexander Bokovoy
2012-09-07
1
-2
/
+2
*
s3-passdb: Allow pdb_sid_to_id to work on any SID
Andrew Bartlett
2012-08-21
1
-0
/
+5
*
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2012-08-09
1
-2
/
+7
*
s3-pdb: remove unused variables.
Günther Deschner
2012-07-24
1
-2
/
+0
*
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2012-07-24
1
-0
/
+1
*
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
2012-07-18
1
-27
/
+27
*
s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()
Michael Adam
2012-07-12
1
-4
/
+4
*
s3: rename sid_check_is_domain() to sid_check_is_our_sam()
Michael Adam
2012-07-12
1
-2
/
+2
*
s3-passdb: Remove obsolte ldapsam_compat support.
Andreas Schneider
2012-07-03
1
-96
/
+3
*
s3-idmap: convert most idmap_cache callers to unixid API
Andrew Bartlett
2012-05-02
1
-9
/
+26
*
s3-passdb: Change pdb_sid_to_id() to return struct unixid
Andrew Bartlett
2012-05-02
1
-8
/
+8
*
s3:passdb: do not use the in-memory idmap cache (it will be removed)
Michael Adam
2012-04-20
1
-9
/
+0
*
s3: Remove an unused variable
Volker Lendecke
2012-04-20
1
-1
/
+0
*
s3-passdb: Remove unused sampass->pass_must_change_time
Andrew Bartlett
2012-04-19
1
-20
/
+0
*
s3: Fix bug 8567 -- segfault in dom_sid_compare
Volker Lendecke
2012-02-20
1
-0
/
+1
*
Finally remove all malloc()'s from the substitute code. Now totally
Jeremy Allison
2012-01-27
1
-3
/
+3
*
s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.
Günther Deschner
2011-11-16
1
-2
/
+12
*
s3-passdb: split out passdb/pdb_ldap_schema.c
Günther Deschner
2011-11-16
1
-0
/
+1
*
s3: move smbldap_util to pdb_ldap_util.
Günther Deschner
2011-11-16
1
-0
/
+1
*
s3-passdb Initialise the correct level of pointer dereference
Andrew Bartlett
2011-11-09
1
-1
/
+1
*
s3-passdb: use tevent_context in passdb.
Günther Deschner
2011-10-28
1
-1
/
+1
*
pdb-interface: Do not use unid_t here
Simo Sorce
2011-10-18
1
-7
/
+8
*
s3-group-mapping: Remove fstrings from GROUP_MAP.
Simo Sorce
2011-10-12
1
-13
/
+34
*
s3-passdb: split out passdb/pdb_ipa.h.
Günther Deschner
2011-10-11
1
-0
/
+1
*
s3-passdb: split out passdb/pdb_nds.h.
Günther Deschner
2011-10-11
1
-0
/
+1
*
s3-passdb: split out passdb/pdb_ldap.h.
Günther Deschner
2011-10-11
1
-0
/
+1
*
s3/ldap: don't continue if we couldn't get the domain info on startup
Björn Jacke
2011-08-18
1
-7
/
+4
*
s3-passdb Make pdb_element_is_changed available to all passdb modules
Andrew Bartlett
2011-08-13
1
-29
/
+6
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-5
/
+5
*
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
2011-05-06
1
-6
/
+6
*
s3-passdb: add passdb.h where needed.
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3-winbind: remove global inclusion of libwbclient.
Günther Deschner
2011-03-30
1
-0
/
+1
*
lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...
Günther Deschner
2011-03-30
1
-0
/
+1
*
s3: Fix Coverity ID 513: UNINIT
Volker Lendecke
2011-03-27
1
-1
/
+1
*
s3-ldapsam: fix ldapsam_create_user() with existing posix accounts.
Günther Deschner
2011-03-24
1
-1
/
+1
[next]