index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
r25842: Start working on test for loading dso's in ldb.
Jelmer Vernooij
2007-12-21
2
-0
/
+8
*
r25522: Convert to standard bool types.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25100: Include LDAP libs in .pc file so linking statically against libldb wo...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25093: Use system-provided ldb library if available. Note that this only mea...
Jelmer Vernooij
2007-10-10
1
-0
/
+84
*
r25084: Move samba-specific code out of lib/ldb directory.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r25035: Fix some more warnings, use service pointer rather than service numbe...
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
*
r23809: Don't give users the fantasy that we can control choice of GENSEC
Andrew Bartlett
2007-10-10
1
-1
/
+0
*
r23798: updated old Temple Place FSF addresses to new URL
Andrew Tridgell
2007-10-10
12
-24
/
+12
*
r23795: more v2->v3 conversion
Andrew Tridgell
2007-10-10
12
-12
/
+12
*
r23177: Add in a new provision-backend script. This helps set up the OpenLDA...
Andrew Bartlett
2007-10-10
1
-2
/
+21
*
r22684: Fix native Samba build.
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r22682: Fix standalone ldb build when parent directory name != ldb.
Jelmer Vernooij
2007-10-10
2
-6
/
+5
*
r22681: Fix standalone ldb build when parent directory name != ldb.
Jelmer Vernooij
2007-10-10
8
-24
/
+16
*
r22559: Make the ad2OLschema tool case insensitive.
Andrew Bartlett
2007-10-10
1
-6
/
+6
*
r22497: Support renaming objectclasses and attributes for the LDAP backend.
Andrew Bartlett
2007-10-10
1
-17
/
+65
*
r22476: The OID match is used very oddly in AD, as it is often used for fields
Andrew Bartlett
2007-10-10
1
-0
/
+9
*
r22475: Rather than segfault, show the name of the malformed entry.
Andrew Bartlett
2007-10-10
1
-0
/
+6
*
r21496: A number of ldb control and LDAP changes, surrounding the
Andrew Bartlett
2007-10-10
2
-370
/
+5
*
r20467: Don't segfault if we don't have an OID map
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r20034: Start using ldb_search_exp_fmt()
Simo Sorce
2007-10-10
1
-8
/
+4
*
r19897: Fix klokwork ids 2278 and 2279
Volker Lendecke
2007-10-10
1
-2
/
+9
*
r19832: better prototypes for the linearization functions:
Simo Sorce
2007-10-10
5
-8
/
+8
*
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
2007-10-10
7
-35
/
+54
*
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
2007-10-10
1
-0
/
+1
*
r19332: ldb_parse_tree leaks
Simo Sorce
2007-10-10
1
-1
/
+1
*
r19310: Add another conflicting oid
Andrew Bartlett
2007-10-10
1
-2
/
+2
*
r19274: fix ldbdel and ldbmodify to return an error if the underlying ldb call
Andrew Tridgell
2007-10-10
2
-15
/
+11
*
r19273: - fixed error handling with the ldap backend
Andrew Tridgell
2007-10-10
1
-8
/
+8
*
r18851: Some C++ warnings
Volker Lendecke
2007-10-10
1
-8
/
+8
*
r18840: make these compatible with g++ warnings
Andrew Tridgell
2007-10-10
2
-15
/
+15
*
r18596: removed superfluous semicolon
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface
Andrew Tridgell
2007-10-10
2
-6
/
+7
*
r18436: converted ldb to use talloc_move() instead of talloc_steal() when
Andrew Tridgell
2007-10-10
2
-16
/
+6
*
r18327: 'struct token' is defined on some hosts
Andrew Tridgell
2007-10-10
1
-5
/
+5
*
r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r18133: ad2oLschema needs ctype.h on some systems
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r18022: Increment number of records converted, and print number of records sk...
Andrew Bartlett
2007-10-10
1
-1
/
+3
*
r17868: remove duplicated attributes from list
Simo Sorce
2007-10-10
1
-6
/
+1
*
r17844: The AIX compiler thinks { } is a syntax error
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r17830: Set the default_basedn (hey, it comes from the "default" naming conte...
Simo Sorce
2007-10-10
1
-1
/
+1
*
r17821: changed ldb_search() and the ldbsearch command line utility to
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r17820: simplify the code flow a little
Andrew Tridgell
2007-10-10
1
-20
/
+27
*
r17745: got rid of the final asprintf() in ldb
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r17740: get rid of dependence on asprintf(), using talloc_asprintf() instead
Andrew Tridgell
2007-10-10
2
-4
/
+4
*
r17719: ldb_cmdline needs to be static for cc on solaris
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r17707: Match the output (aside from dividers) the output of
Andrew Bartlett
2007-10-10
1
-6
/
+28
*
r17679: - fix 'make test-ldap' to skip ldb specials
Andrew Tridgell
2007-10-10
1
-0
/
+7
*
r17613: style fix
Simo Sorce
2007-10-10
1
-1
/
+2
[next]