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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldb:pyldb.c - fix some "Py_ssize_t" output warnings
Matthias Dieter Wallnöfer
2010-11-08
1
-3
/
+2
*
ldb:pyldb.c - use "Py_ssize_t" for counting list entries
Matthias Dieter Wallnöfer
2010-11-08
1
-12
/
+11
*
ldb:pyldb.c - fix indentation
Matthias Dieter Wallnöfer
2010-11-08
1
-2
/
+3
*
s4-ldb: don't give an error if a module is already registered
Andrew Tridgell
2010-11-08
1
-0
/
+7
*
s4-ldb: better error message when we try to register a module twice
Andrew Tridgell
2010-11-08
1
-2
/
+3
*
ldb:ldb_pack.c - the "dn" attribute isn't allowed in the message part, only t...
Matthias Dieter Wallnöfer
2010-11-07
1
-2
/
+0
*
credentials: Lowercase library name,
Jelmer Vernooij
2010-11-07
2
-3
/
+3
*
ldbsamba: Lowercase library name.
Jelmer Vernooij
2010-11-07
2
-5
/
+5
*
ldb:ldb_parse.c - "ldb_parse_hex2char" - always initialise "c"
Matthias Dieter Wallnöfer
2010-11-06
1
-1
/
+1
*
ldb:ldb_tdb.c - ltdb_check_special_dn - fix indentation
Matthias Dieter Wallnöfer
2010-11-06
1
-1
/
+1
*
ldb:ldb_tdb.c - make "ltdb_add" more similar to "ltdb_modify"
Matthias Dieter Wallnöfer
2010-11-06
1
-9
/
+5
*
s4-ldb: much more memory efficient msg filtering
Andrew Tridgell
2010-11-05
1
-3
/
+20
*
s4-ldb: show the reason for module initialization failure
Andrew Tridgell
2010-11-05
1
-1
/
+2
*
ldb:ldb.h - reorder extended operations list
Matthias Dieter Wallnöfer
2010-11-05
1
-4
/
+10
*
s4-ldb_module.h: use LDB error code for ldb_error() macro rather than LDB_DEB...
Kamen Mazdrashki
2010-11-04
1
-1
/
+1
*
s4-ldb: implement LDB_FLAG_INTERNAL_DISABLE_SINGLE_VALUE_CHECK
Andrew Tridgell
2010-11-04
2
-13
/
+12
*
s4-ldb: don't load modules from the same directory twice
Andrew Tridgell
2010-11-04
1
-4
/
+4
*
s4-ldb: honor controls on search in ldbedit
Andrew Tridgell
2010-11-04
3
-1
/
+81
*
Move the checking of single valued attributes back into the tdb backend.
Andrew Tridgell
2010-11-04
1
-0
/
+44
*
build: a more portable way of finding waf in makefiles
Andrew Tridgell
2010-11-03
1
-3
/
+1
*
s4-ldb: fixed sorting of module names
Andrew Tridgell
2010-11-03
1
-1
/
+6
*
s4:waf - fix the build on Gentoo platforms
Philip M. White
2010-11-03
1
-0
/
+1
*
s4-ldb: make ldbtest depend on ldb
Andrew Tridgell
2010-11-03
1
-1
/
+1
*
waf: added reconfigure targets to our libraries
Andrew Tridgell
2010-11-03
1
-0
/
+5
*
s4-ldb: give the user a hint as to what may be wrong
Andrew Tridgell
2010-11-02
1
-2
/
+2
*
s4-dsdb: removed the use of ldb_private.h from s4
Andrew Tridgell
2010-11-03
1
-4
/
+4
*
s4-ldb: expose some more ldb module functions
Andrew Tridgell
2010-11-03
7
-22
/
+383
*
s4-ldb: removed ldb_includes.h
Andrew Tridgell
2010-11-01
19
-29
/
+54
*
s4-ldb: use ldb_set_modules_dir() to load additional ldb modules
Andrew Tridgell
2010-11-01
2
-8
/
+12
*
s4-ldb: enable ldb module version checking
Andrew Tridgell
2010-11-01
10
-6
/
+20
*
s4-ldb: added support for ldb module version checking
Andrew Tridgell
2010-11-01
2
-2
/
+11
*
ldb:tools/ldbtest.c - fix build warning
Matthias Dieter Wallnöfer
2010-11-01
2
-2
/
+3
*
s4-ldb: fixed build of paged searches
Andrew Tridgell
2010-11-01
1
-1
/
+1
*
s4-ldb: convert existing ldb tools to use new command line hooks
Andrew Tridgell
2010-11-01
8
-76
/
+29
*
s4-ldb: added ldb command line hook support
Andrew Tridgell
2010-11-01
5
-65
/
+273
*
s4-ldb: added samba_extensions ldb module
Andrew Tridgell
2010-11-01
2
-0
/
+137
*
s4-ldb: moved the ldb_ildap backend into lib/ldb-samba
Andrew Tridgell
2010-11-01
1
-1
/
+1
*
s4-ldb: added support for general ldb hooks in modules
Andrew Tridgell
2010-11-01
2
-12
/
+65
*
s4-ldb: added an override flag to ldb_register_backend()
Andrew Tridgell
2010-11-01
4
-30
/
+33
*
s4-ldb: it is not an error for the modules directory to not exist
Andrew Tridgell
2010-11-01
1
-0
/
+5
*
s4-test: we don't need to set LDB_MODULES_PATH any more
Andrew Tridgell
2010-11-01
2
-4
/
+0
*
s4-ldb: removed the old ldb module loading style
Andrew Tridgell
2010-11-01
2
-158
/
+34
*
s4-ldb: convert the rest of the ldb modules to the new style
Andrew Tridgell
2010-11-01
9
-22
/
+66
*
s4-ldb: convert the openldap ldb backend to the new style of module
Andrew Tridgell
2010-11-01
2
-16
/
+18
*
s4-ldb: convert the ildap module to the new type of ldb module
Andrew Tridgell
2010-11-01
2
-17
/
+17
*
s4-ldb: support a new type of ldb module loading
Andrew Tridgell
2010-11-01
4
-1
/
+199
*
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
2010-10-31
23
-738
/
+0
*
ldb: Drop autoconf-based build system.
Jelmer Vernooij
2010-10-30
16
-4260
/
+0
*
s4-build: removed some unnecessary dependencies
Andrew Tridgell
2010-10-30
3
-3
/
+3
*
s4-cmdline: make cmdline-credentials a private library
Andrew Tridgell
2010-10-30
2
-7
/
+7
[next]