summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Collapse)AuthorAgeFilesLines
...
* s4-waf: support the use of system librariesAndrew Tridgell2010-04-061-7/+11
| | | | | | | | | distros can set --bundled-libraries=NONE to force use of all system libraries. If the right version isn't found then configure will fail. Users may choose which libraries to use from the system, and which to use bundled libs. The default is to try system libs, and use them if their version matches the one in the source tree.
* s4-waf: set default for bundled librariesAndrew Tridgell2010-04-061-2/+2
|
* s4-waf: set the bundled library extension for some libsAndrew Tridgell2010-04-061-8/+3
|
* ldb-waf: rename libldb.so to libldb-s4.so if built as part of s4Andrew Tridgell2010-04-061-1/+23
| | | | | Also include the ldap backend if not built as part of s4. In s4, we use the ldapi backend.
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: ensure all the ldb.pc.in vars are setAndrew Tridgell2010-04-061-0/+9
|
* s4-waf: enable the pc_files in the build rulesAndrew Tridgell2010-04-061-0/+1
|
* s4-waf: install the rest of the headersAndrew Tridgell2010-04-061-0/+1
|
* build: updated configure checks or new syntaxAndrew Tridgell2010-04-061-1/+1
|
* build: don't install talloc_testsuite and ldbtestAndrew Tridgell2010-04-061-2/+4
|
* build: added ldb 'skel' moduleAndrew Tridgell2010-04-061-0/+5
|
* build: need the sample ldb module for our testsuiteAndrew Tridgell2010-04-061-0/+5
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-11/+71
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: fixed LDB_MODULESDIRAndrew Tridgell2010-04-061-1/+1
|
* build: result of hack session with itaAndrew Tridgell2010-04-061-2/+4
|
* build: started to split up wafsamba.py into separate modulesAndrew Tridgell2010-04-061-0/+4
|
* build: don't distinguish system and local libs in wscript filesAndrew Tridgell2010-04-061-2/+1
|
* build: LIBLDB hack not needed any moreAndrew Tridgell2010-04-061-8/+0
|
* build: added BUILD_SUBDIR() wrapperAndrew Tridgell2010-04-061-2/+2
|
* build: LIBLDB aliasAndrew Tridgell2010-04-061-0/+8
|
* build: added ADD_CFLAGS() and started of Samba4 buildAndrew Tridgell2010-04-061-2/+2
|
* build: added waf build rules for ldbAndrew Tridgell2010-04-061-14/+20
|
* build: added target directory optionsAndrew Tridgell2010-04-061-0/+43
|
* s4-python: Avoid importing glue directly.Jelmer Vernooij2010-04-041-4/+2
|
* s4-python: Move dsdb constants to a separate python module.Jelmer Vernooij2010-04-043-38/+12
|
* s4-python: Remove unused imports, duplicate definitions of SECINFO_ constants.Jelmer Vernooij2010-04-031-7/+5
|
* talloc: change talloc minor version to 2.0.2Andrew Tridgell2010-04-021-1/+1
| | | | this has the talloc_is_parent() bugfix
* s4-python: Install external included packages only if they're not present on ↵Jelmer Vernooij2010-03-312-7/+2
| | | | the system.
* ldap.py: Fix syntax error.Jelmer Vernooij2010-03-291-1/+1
|
* s4-python: Format to PEP8, simplify tests.Jelmer Vernooij2010-03-292-21/+22
|
* s4-ldb: removed unused command line options -I and -OAndrew Tridgell2010-03-252-4/+0
| | | | | | These are not used anywehere, so they just confuse people Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-257-7/+7
| | | | this should be much more portable
* Fix typo and convert spaces to tabsSimo Sorce2010-03-091-4/+4
|
* s4:ldb fix escape parsingSimo Sorce2010-03-091-2/+24
| | | | | | sscanf can return also on short reads, in this case an invalid escape sequence like '\1k' would be accepted, returning 1 as value and swallowing the 'k'. Use an auxiliar function to validate and convert hex escapes.
* Fixed a bug in acl tests - python error when we create user/group/ou with a ↵Nadezhda Ivanova2010-03-091-23/+23
| | | | descriptor.
* Added a check for permissions to modify the RDN attribute on rename.Nadezhda Ivanova2010-03-091-0/+32
| | | | Necessary because rdn module will be moved lower than acl in the stack.
* LDB:asq module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-4/+5
|
* LDB:sort module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-4/+5
|
* LDB:rdn name module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-2/+3
|
* LDB:paged searches module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-2/+2
|
* LDB:paged results module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-4/+4
|
* LDB:common - Change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-0811-67/+76
| | | | | | | | | To count LDB objects use variables of type "unsigned (int)" or "long long int" on binary or downto searches. To count characters in strings use "size_t". To calculate differences between pointers use "ptrdiff_t".
* s4:LDB TDB index code - reintroduce accidentally removed code partMatthias Dieter Wallnöfer2010-03-081-1/+3
| | | | This was removed by 95d726f3018ef5d249f89d56bde24b7ee0c24ecf. Sorry.
* s4:ldb_ldap.c - fix indentationMatthias Dieter Wallnöfer2010-03-081-1/+1
|
* LDB:TDB backend - change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-085-16/+19
|
* LDB:SQLITE3 backend - change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-8/+10
|
* LDB:LDAP backend - change a counter variable to "unsigned"Matthias Dieter Wallnöfer2010-03-081-1/+1
|
* LDB:map - make LDB "signed-safe" on counter variables where appropriateMatthias Dieter Wallnöfer2010-03-083-21/+28
|
* LDB:tools - change counters to be unsignedMatthias Dieter Wallnöfer2010-03-066-32/+38
| | | | | In most cases we do count LDB objects which are enumerated within the "unsigned" type. Therefore no need to use "signed" counters.
* s4:ldap.py - give the "primaryGroupToken" test a better nameMatthias Dieter Wallnöfer2010-03-041-3/+3
| | | | It tests also some other constructed attributes in a basic way.