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
/
source4
/
ldap_server
/
ldap_backend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:libcli/ldap Rename ldap.h to libcli_ldap.h
Andrew Bartlett
2010-05-21
1
-1
/
+0
*
s4/rodc: Support read-only database
Anatoliy Atanasov
2010-05-04
1
-20
/
+174
*
s4:ldap_server - make it "signed-safe"
Matthias Dieter Wallnöfer
2010-02-25
1
-5
/
+5
*
s4:LDAP server - Enable support for returning referrals through it
Matthias Dieter Wallnöfer
2010-02-25
1
-0
/
+22
*
Added freeing a successful req so it doesnt croud the ldb context
Nadezhda Ivanova
2009-12-18
1
-2
/
+4
*
Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend.
Nadezhda Ivanova
2009-12-15
1
-1
/
+43
*
Some changes to allow processing of ldap controls on modify requests.
Nadezhda Ivanova
2009-11-20
1
-1
/
+1
*
s4-dsdb: add a static samdb_credentials
Andrew Tridgell
2009-10-23
1
-2
/
+2
*
s4:ldap server - remove unused error handlings
Matthias Dieter Wallnöfer
2009-10-08
1
-35
/
+0
*
s4:LDB/LDAP - Re-allow renames
Matthias Dieter Wallnöfer
2009-10-02
1
-1
/
+1
*
s4:ldap_server Ensure we don't segfault when sent a NULL new RDN
Andrew Bartlett
2009-10-02
1
-4
/
+7
*
s4-ldap: fixed spelling
Andrew Tridgell
2009-09-28
1
-1
/
+1
*
gensec: Avoid exposing lp_ctx on the API level.
Jelmer Vernooij
2009-09-26
1
-1
/
+1
*
s4:ldap_server Correct removal of talloc_steal()
Andrew Bartlett
2009-08-14
1
-1
/
+0
*
s4:ldap_server Remove another talloc_steal (with references)
Andrew Bartlett
2009-08-14
1
-1
/
+1
*
s4:ldap_server Don't talloc_steal (with references) in ldap_backend
Andrew Bartlett
2009-08-14
1
-1
/
+1
*
s4-ldap_server: fix generated error string in map_ldb_error().
Günther Deschner
2009-08-04
1
-1
/
+1
*
s4: Enhances the LDAP server to display error messages like Windows Server
Matthias Dieter Wallnöfer
2009-07-31
1
-27
/
+178
*
use a talloc_unlink() as ops may have a reference
Andrew Tridgell
2009-07-01
1
-1
/
+1
*
s4:ldap_server: return the extended dn to the LDAP client if available
Andrew Bartlett
2008-12-17
1
-1
/
+16
*
Remove restrictions on number of DN components in LDAP server
Andrew Bartlett
2008-11-17
1
-13
/
+9
*
Remove use of global_loadparm for disabled gensec backends.
Jelmer Vernooij
2008-11-02
1
-0
/
+3
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
LDB ASYNC: misc changes
Simo Sorce
2008-09-29
1
-19
/
+16
*
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
2008-09-23
1
-2
/
+2
*
Use secrets.ldb to store credentials to contact LDAP backend.
Andrew Bartlett
2008-07-15
1
-4
/
+5
*
ldap_server: allow modifies to the root dse record and pass them to the ldb l...
Stefan Metzmacher
2008-07-02
1
-1
/
+1
*
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
2008-04-17
1
-0
/
+2
*
Fix more valgrind issues.
Andrew Bartlett
2008-03-29
1
-0
/
+5
*
Fix some valgrind issues.
Andrew Bartlett
2008-03-29
1
-3
/
+3
*
r26266: Remove more global_loadparm uses.
Jelmer Vernooij
2007-12-21
1
-2
/
+3
*
r26193: In the LDAP server, use the new 'controls_decoded' element to
Andrew Bartlett
2007-12-21
1
-0
/
+12
*
r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.
Jelmer Vernooij
2007-12-21
1
-1
/
+1
*
r25960: Enable checks on the validity of the search base on sam.ldb in Samba4.
Andrew Bartlett
2007-12-21
1
-4
/
+0
*
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
2007-10-10
1
-1
/
+3
*
r25428: forward declarations of enums are not portable,
Stefan Metzmacher
2007-10-10
1
-3
/
+1
*
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r23849: ldap_server: Provide more info in debug traces
Andrew Bartlett
2007-10-10
1
-7
/
+8
*
r23816: A little more static, but leave the dead code testjoin.c as documenta...
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2007-10-10
1
-3
/
+2
*
r23762: Fix DN renames over LDAP, and instrument the partition module. Add a
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r21496: A number of ldb control and LDAP changes, surrounding the
Andrew Bartlett
2007-10-10
1
-4
/
+15
*
r20189: remove unused struct element
Stefan Metzmacher
2007-10-10
1
-2
/
+0
*
r19832: better prototypes for the linearization functions:
Simo Sorce
2007-10-10
1
-1
/
+1
*
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
2007-10-10
1
-19
/
+19
*
r19722: fix memory leaks and hierachie bugs
Stefan Metzmacher
2007-10-10
1
-4
/
+6
*
r19721: ldapsrv_SearchCallback isn't needed any more
Stefan Metzmacher
2007-10-10
1
-60
/
+1
*
r19531: Make struct ldb_dn opaque and local to ldb_dn.c
Simo Sorce
2007-10-10
1
-4
/
+7
*
r19522: Remove gensec and credentials dependency from the rootdse module (less
Andrew Bartlett
2007-10-10
1
-1
/
+31
[next]