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
2007-10-10
r13615: Make ldb_set_errstring get ldb instead of module as parameter.
Simo Sorce
1
-6
/
+12
2007-10-10
r13150: Correct comment.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r12998: A big update to samldb.c
Andrew Bartlett
1
-194
/
+433
2007-10-10
r12943: Generate a SID for the domain join account using the modules, rather
Andrew Bartlett
1
-2
/
+0
2007-10-10
r12743: Remove the ugly way we had to make a second stage init and introduce
Simo Sorce
1
-3
/
+1
2007-10-10
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
1
-1
/
+3
2007-10-10
r12658: Couple of fixes related to shared module builds.
Jelmer Vernooij
1
-4
/
+0
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-2
/
+0
2007-10-10
r12598: Make the 'objectClass' part of the templating process actually work.
Andrew Bartlett
1
-17
/
+26
2007-10-10
r12542: Move some more prototypes out to seperate headers
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12427: Move SAMR CreateUser2 to transactions, and re-add support for
Andrew Bartlett
1
-1
/
+1
2007-10-10
r11592: fixed a crash bug from the ldb_result changes (res was being used aft...
Andrew Tridgell
1
-4
/
+6
2007-10-10
r11567: Ldb API change patch.
Simo Sorce
1
-48
/
+35
2007-10-10
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
1
-8
/
+9
2007-10-10
r10759: make modules easier to write by allowing modules to only implement the
Andrew Tridgell
1
-22
/
+1
2007-10-10
r10753: don't require every ldb module to implement both a search_bytree() and
Andrew Tridgell
1
-9
/
+0
2007-10-10
r10477: expose transactions outside ldb and change the API once more
Simo Sorce
1
-3
/
+10
2007-10-10
r10411: we don't need the 10 times retry on rid allocation now, as
Andrew Tridgell
1
-10
/
+2
2007-10-10
r10306: change these modules to use new error API
Simo Sorce
1
-32
/
+2
2007-10-10
r10300: forgot to change the dsdb modules function names
Simo Sorce
1
-8
/
+8
2007-10-10
r9793: Be more verbose, check for errors in upgrade script.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r9768: Arrrgh.. Right this time.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r9767: Fix typo
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
1
-43
/
+33
2007-10-10
r8791: (missing from previous commit)
Andrew Bartlett
1
-16
/
+61
2007-10-10
r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie:
Andrew Bartlett
1
-23
/
+1
2007-10-10
r8674: With the rdn_name module, we don't need this duplication in the samdb
Andrew Bartlett
1
-22
/
+0
2007-10-10
r8666: The same fix as the last commit, I was caught out on a move from a
Andrew Bartlett
1
-2
/
+2
2007-10-10
r8664: I got caught out not testing...
Andrew Bartlett
1
-2
/
+2
2007-10-10
r8663: Since simo constructed the samdb module, he and tridge have worked on
Andrew Bartlett
1
-31
/
+34
2007-10-10
r8660: Use templates for the initial provision of user and computer accounts.
Andrew Bartlett
1
-5
/
+12
2007-10-10
r8650: Use the timestamps and a new objectguid module rather than placing
Andrew Bartlett
1
-6
/
+3
2007-10-10
r8568: change missing templates to warnings, so that provisioning with an exi...
Andrew Tridgell
1
-3
/
+3
2007-10-10
r8321: Fix some uninitalized variable warnings
Volker Lendecke
1
-1
/
+1
2007-10-10
r7925: small tidyup (please keep lines at a reasonable length)
Andrew Tridgell
1
-1
/
+2
2007-10-10
r7860: switch our ldb storage format to use a NDR encoded objectSid. This is
Andrew Tridgell
1
-17
/
+34
2007-10-10
r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree
Andrew Tridgell
1
-9
/
+18
2007-10-10
r6470: Remove ldb_search_free() it is not needed anymore.
Simo Sorce
1
-18
/
+12
2007-10-10
r6084: - Introduce the samldb module dependency on samba4
Simo Sorce
1
-205
/
+170
2007-10-10
r5588: We currently use a string representing an hex number so conform to that.
Simo Sorce
1
-3
/
+3
2007-10-10
r5587: more work around the samldb module
Simo Sorce
1
-8
/
+180
2007-10-10
r5584: add new experimental ldb module
Simo Sorce
1
-0
/
+512