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
/
lib
/
ldb
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-14
Fix typo.
Karolin Seeger
1
-1
/
+1
2008-09-12
Fix spellings and file names
Simo Sorce
2
-32
/
+32
2008-09-06
Always free tmp contexts before returning
Simo Sorce
1
-0
/
+1
2008-08-30
Add a setexpiry operation in samdb.py
Andrew Tridgell
2
-68
/
+69
2008-08-22
disable the anr== tests until they are understood
Andrew Tridgell
1
-12
/
+13
2008-08-22
fixed a speellling erra
Andrew Tridgell
1
-1
/
+1
2008-08-22
fixed a problem with length limited ldap values
Andrew Tridgell
5
-22
/
+29
2008-08-21
Don't walk past the end of ldb values.
Andrew Bartlett
3
-10
/
+20
2008-08-21
All these syntaxes are now handled by the schema.
Andrew Bartlett
1
-6
/
+0
2008-08-21
Correct anr search commants and error messages in ldap.js
Andrew Bartlett
1
-7
/
+7
2008-08-21
Don't allow a NULL syntax
Andrew Bartlett
1
-0
/
+4
2008-08-20
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
1
-0
/
+4
2008-08-20
don't overwrite fixed attributes with @ATTRIBUTES
Andrew Tridgell
1
-0
/
+4
2008-08-20
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
2
-2
/
+7
2008-08-20
Merge commit 'origin/v4-0-test' into v4-0-test
Andrew Tridgell
6
-86
/
+43
2008-08-20
added a LDB_ATTR_FLAG_FIXED so the schema module can mark attributes
Andrew Tridgell
2
-2
/
+7
2008-08-20
Remove last traces of the old 'subclass' feature
Andrew Bartlett
1
-7
/
+0
2008-08-18
Allow attributes to be overwritten, not just added to
Andrew Bartlett
1
-3
/
+11
2008-08-18
Remove references to the unused @SUBCLASS feature.
Andrew Bartlett
4
-83
/
+2
2008-08-15
Generate the subSchema in cn=Aggregate
Andrew Bartlett
1
-0
/
+30
2008-07-26
lib/ldb/tools: allow -W and --realm when build from samba4
Stefan Metzmacher
1
-0
/
+1
2008-07-21
Sleep longer in the hope that the OpenLDAP backend might catch up
Andrew Bartlett
1
-2
/
+2
2008-07-21
Fix ldb_map to add/remove the same 'extra' objectclass
Andrew Bartlett
1
-2
/
+3
2008-07-16
Another kludge to let the OpenLDAP backend catch up.
Andrew Bartlett
1
-0
/
+2
2008-07-09
ldb_map: eliminate "discards qualifyer" warning (const).
Michael Adam
1
-1
/
+1
2008-07-02
Move ad2oLschema and oLschema2ldif into Samba4, out of LDB
Andrew Bartlett
5
-1613
/
+0
2008-07-02
Collapse auxillary classes in LDAP schema conversion.
Andrew Bartlett
1
-4
/
+106
2008-06-30
ldb_ildap: don't force the build as shared_module
Stefan Metzmacher
1
-1
/
+0
2008-06-30
ldb: allow ldb modules to specify LDB_MODULE(name) or LDB_BACKEND(name)
Stefan Metzmacher
4
-164
/
+201
2008-06-30
Relax the ldap.py tests so that they pass against OpenLDAP CVS.
Andrew Bartlett
1
-3
/
+6
2008-06-30
Loosen ldap.py tests on the LDAP backend.
Andrew Bartlett
1
-1
/
+1
2008-06-28
Non-zero exit code on failure.
Jelmer Vernooij
1
-3
/
+6
2008-06-27
Remove events from require line:
Julien Kerihuel
1
-1
/
+1
2008-06-27
lib/ldb: add forward declaration for struct event_context
Stefan Metzmacher
1
-0
/
+1
2008-06-25
Fix another reference to ldbdir.
Jelmer Vernooij
1
-1
/
+1
2008-06-25
Use ldbsrcdir rather than ldbdir.
Jelmer Vernooij
1
-31
/
+31
2008-06-25
Use ldbsrcdir rather than ldbdir.
Jelmer Vernooij
2
-15
/
+15
2008-06-17
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm...
Jelmer Vernooij
2
-20
/
+0
2008-06-17
Change our module code to not use the special symbol name init_module()
Andrew Tridgell
2
-20
/
+0
2008-06-16
Change order of includes in swig file to avoid warnings.
Jelmer Vernooij
2
-2
/
+2
2008-06-16
Add include in swig file as well.
Jelmer Vernooij
2
-1
/
+2
2008-06-16
Fix ldb_wrap.c
Simo Sorce
1
-0
/
+1
2008-06-15
Fix cleanup.
Simo Sorce
1
-4
/
+9
2008-06-15
Note that making ldb the event context parent seem to lead to races when
Simo Sorce
1
-1
/
+1
2008-06-15
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm...
Jelmer Vernooij
3
-180
/
+260
2008-06-15
Fix standalone ldb build.
Jelmer Vernooij
1
-3
/
+6
2008-06-15
Fix ldb python bindings after events changes.
Jelmer Vernooij
2
-3
/
+6
2008-06-15
Cleanup.
Simo Sorce
1
-23
/
+29
2008-06-15
Now that we pass down the event context, start removing calls to
Simo Sorce
2
-8
/
+2
2008-06-14
Cleanup,
Simo Sorce
1
-61
/
+88
[next]