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
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
1
-0
/
+2
*
s4-waf: ensure all the ldb.pc.in vars are set
Andrew Tridgell
2010-04-06
1
-0
/
+9
*
s4-waf: enable the pc_files in the build rules
Andrew Tridgell
2010-04-06
1
-0
/
+1
*
s4-waf: install the rest of the headers
Andrew Tridgell
2010-04-06
1
-0
/
+1
*
build: updated configure checks or new syntax
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: don't install talloc_testsuite and ldbtest
Andrew Tridgell
2010-04-06
1
-2
/
+4
*
build: added ldb 'skel' module
Andrew Tridgell
2010-04-06
1
-0
/
+5
*
build: need the sample ldb module for our testsuite
Andrew Tridgell
2010-04-06
1
-0
/
+5
*
build: waf quicktest nearly works
Andrew Tridgell
2010-04-06
1
-11
/
+71
*
build: fixed LDB_MODULESDIR
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: result of hack session with ita
Andrew Tridgell
2010-04-06
1
-2
/
+4
*
build: started to split up wafsamba.py into separate modules
Andrew Tridgell
2010-04-06
1
-0
/
+4
*
build: don't distinguish system and local libs in wscript files
Andrew Tridgell
2010-04-06
1
-2
/
+1
*
build: LIBLDB hack not needed any more
Andrew Tridgell
2010-04-06
1
-8
/
+0
*
build: added BUILD_SUBDIR() wrapper
Andrew Tridgell
2010-04-06
1
-2
/
+2
*
build: LIBLDB alias
Andrew Tridgell
2010-04-06
1
-0
/
+8
*
build: added ADD_CFLAGS() and started of Samba4 build
Andrew Tridgell
2010-04-06
1
-2
/
+2
*
build: added waf build rules for ldb
Andrew Tridgell
2010-04-06
1
-14
/
+20
*
build: added target directory options
Andrew Tridgell
2010-04-06
1
-0
/
+43
*
s4-python: Avoid importing glue directly.
Jelmer Vernooij
2010-04-04
1
-4
/
+2
*
s4-python: Move dsdb constants to a separate python module.
Jelmer Vernooij
2010-04-04
3
-38
/
+12
*
s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants.
Jelmer Vernooij
2010-04-03
1
-7
/
+5
*
talloc: change talloc minor version to 2.0.2
Andrew Tridgell
2010-04-02
1
-1
/
+1
*
s4-python: Install external included packages only if they're not present on ...
Jelmer Vernooij
2010-03-31
2
-7
/
+2
*
ldap.py: Fix syntax error.
Jelmer Vernooij
2010-03-29
1
-1
/
+1
*
s4-python: Format to PEP8, simplify tests.
Jelmer Vernooij
2010-03-29
2
-21
/
+22
*
s4-ldb: removed unused command line options -I and -O
Andrew Tridgell
2010-03-25
2
-4
/
+0
*
python: use '#!/usr/bin/env python' to cope with varying install locations
Andrew Tridgell
2010-03-25
7
-7
/
+7
*
Fix typo and convert spaces to tabs
Simo Sorce
2010-03-09
1
-4
/
+4
*
s4:ldb fix escape parsing
Simo Sorce
2010-03-09
1
-2
/
+24
*
Fixed a bug in acl tests - python error when we create user/group/ou with a d...
Nadezhda Ivanova
2010-03-09
1
-23
/
+23
*
Added a check for permissions to modify the RDN attribute on rename.
Nadezhda Ivanova
2010-03-09
1
-0
/
+32
*
LDB:asq module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
1
-4
/
+5
*
LDB:sort module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
1
-4
/
+5
*
LDB:rdn name module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
1
-2
/
+3
*
LDB:paged searches module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
1
-2
/
+2
*
LDB:paged results module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
1
-4
/
+4
*
LDB:common - Change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
11
-67
/
+76
*
s4:LDB TDB index code - reintroduce accidentally removed code part
Matthias Dieter Wallnöfer
2010-03-08
1
-1
/
+3
*
s4:ldb_ldap.c - fix indentation
Matthias Dieter Wallnöfer
2010-03-08
1
-1
/
+1
*
LDB:TDB backend - change counter variables to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
5
-16
/
+19
*
LDB:SQLITE3 backend - change counter variables to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
1
-8
/
+10
*
LDB:LDAP backend - change a counter variable to "unsigned"
Matthias Dieter Wallnöfer
2010-03-08
1
-1
/
+1
*
LDB:map - make LDB "signed-safe" on counter variables where appropriate
Matthias Dieter Wallnöfer
2010-03-08
3
-21
/
+28
*
LDB:tools - change counters to be unsigned
Matthias Dieter Wallnöfer
2010-03-06
6
-32
/
+38
*
s4:ldap.py - give the "primaryGroupToken" test a better name
Matthias Dieter Wallnöfer
2010-03-04
1
-3
/
+3
*
s4:ldap.py - add test for "tokenGroups"
Matthias Dieter Wallnöfer
2010-03-04
1
-0
/
+44
*
Refactored ACL python tests
Nadezhda Ivanova
2010-03-04
1
-441
/
+256
*
s4/ildap: fine tune ildb_callback()
Kamen Mazdrashki
2010-03-03
1
-3
/
+3
*
LDB:NSS - make LDB "signed-safe" on counter variables
Matthias Dieter Wallnöfer
2010-03-02
1
-2
/
+2
[next]