index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
samdb
/
ldb_modules
/
samldb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-30
Fix all other modules to use ldb_module.h instead of ldb_private.h
Simo Sorce
1
-63
/
+113
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-1
/
+1
2008-12-17
s4:samldb: make use of dom_sid_split_rid()
Andrew Bartlett
1
-4
/
+3
2008-12-17
s4:samldb: improve error strings
Andrew Bartlett
1
-6
/
+8
2008-10-20
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
1
-2
/
+2
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-09-29
s4:samldb: use the code path with async ldb
Stefan Metzmacher
1
-43
/
+4
2008-09-29
LDB ASYNC: samba4 modules
Simo Sorce
1
-527
/
+1106
2008-09-23
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
1
-5
/
+5
2008-08-21
Don't maniplate control entries in samldb
Andrew Bartlett
1
-0
/
+4
2008-04-17
Specify event_context to ldb_wrap_connect explicitly.
Jelmer Vernooij
1
-2
/
+1
2008-03-28
Convert some more files to GPLv3.
Andrew Kroeger
1
-1
/
+1
2008-03-14
Allow more 'domain' objects when looking for a unqiue SID.
Andrew Bartlett
1
-2
/
+2
2008-02-28
Users and computers now share the same template.
Andrew Bartlett
1
-35
/
+100
2008-02-20
Fix use of some modules (needed _PUBLIC_).
Jelmer Vernooij
1
-1
/
+1
2008-02-20
Use struct-based rather than function-based initialization for ldb modules ev...
Jelmer Vernooij
1
-7
/
+1
2008-01-26
ldb: Add ldb_oom() calls in a couple of places.
Jelmer Vernooij
1
-1
/
+5
2008-01-01
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26319: Split encoding functions out of libcli_ldap.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r25949: Make error messages clearer and more correct.
Andrew Bartlett
1
-2
/
+2
2007-12-21
r25940: Rework the samldb and templates handling.
Andrew Bartlett
1
-35
/
+48
2007-12-21
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
1
-4
/
+5
2007-12-21
r25780: fix bool return
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r25553: Convert to standard bool type.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r24914: In response to bug #4892 by Matthias Wallnöfer <mwallnoefer@yahoo.de>,
Andrew Bartlett
1
-17
/
+4
2007-10-10
r24696: Fix bug 4918 reported by Matthias Wallnöfer <mwallnoefer@yahoo.de>
Andrew Bartlett
1
-37
/
+40
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r20728: the DSDB_CONTROL_REPLICATED_OBJECT_OID control isn't used anymore
Stefan Metzmacher
1
-5
/
+0
2007-10-10
r20580: pass the DSDB_CONTROL_REPLICATED_OBJECT_OID with the ldb_add request
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r20315: Implement the server side of DsGetDomainControllerInfo. This is a
Andrew Bartlett
1
-36
/
+1
2007-10-10
r20034: Start using ldb_search_exp_fmt()
Simo Sorce
1
-11
/
+6
2007-10-10
r19832: better prototypes for the linearization functions:
Simo Sorce
1
-5
/
+5
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-6
/
+6
2007-10-10
r19732: The 'res' from ldb_search is only valid if the call returns LDB_SUCCESS.
Andrew Bartlett
1
-3
/
+6
2007-10-10
r19531: Make struct ldb_dn opaque and local to ldb_dn.c
Simo Sorce
1
-13
/
+13
2007-10-10
r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...
Simo Sorce
1
-1
/
+1
2007-10-10
r19330: Fix memleaks
Simo Sorce
1
-1
/
+1
2007-10-10
r19328: another leak plugged ....
Andrew Tridgell
1
-1
/
+1
2007-10-10
r17823: get rid of most of the samdb_base_dn() calls, as they are no longer
Andrew Tridgell
1
-2
/
+2
2007-10-10
r17788: fix compiler warnings
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r17529: Simo doesn't like the use of the internal ldb_errstring in functions
Andrew Bartlett
1
-8
/
+28
2007-10-10
r17516: Change helper function names to make more clear what they are meant t...
Simo Sorce
1
-1
/
+1
2007-10-10
r17514: Simplify the way to set ldb errors and add another
Simo Sorce
1
-30
/
+38
2007-10-10
r17186: "async" word abuse clean-up part 2
Simo Sorce
1
-1
/
+1
2007-10-10
r16860: Fix (and reactivate) the RPC-SAMR test. We need to allow these sids
Andrew Bartlett
1
-5
/
+3
2007-10-10
r16854: Fix the RPC-SAMR-PASSWORDS test. It failed because we allocated users
Andrew Bartlett
1
-1
/
+3
2007-10-10
r16831: Use a valid memory context (found by the IBM checker).
Andrew Bartlett
1
-2
/
+2
2007-10-10
r16827: Factor out some code into common samdb functions:
Andrew Bartlett
1
-149
/
+24
2007-10-10
r16264: Add, but do not yet enable, the partitions module.
Andrew Bartlett
1
-1
/
+1
[next]