Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | Return SAM ldb context and loadparm context as part of C provision | Jelmer Vernooij | 2008-04-11 | 3 | -34/+85 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Fix and test python scripts and kerberos | Andrew Bartlett | 2008-03-28 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | Clean up the ldb python bindings to be 64 bit safe. | Andrew Bartlett | 2008-03-26 | 2 | -35/+55 | |
* | | | | | | | | | | More safety around ldb_dn C functions in python bindings. | Andrew Bartlett | 2008-03-19 | 1 | -2/+6 | |
* | | | | | | | | | | ldb: not every shell supports '==' so use '=' | Stefan Metzmacher | 2008-03-18 | 1 | -1/+1 | |
* | | | | | | | | | | ldb: remove configure with 'make realdistclean' | Stefan Metzmacher | 2008-03-18 | 1 | -1/+1 | |
* | | | | | | | | | | ldb: nothing uses "system/network.h" so don't include it | Stefan Metzmacher | 2008-03-18 | 1 | -1/+0 | |
* | | | | | | | | | | ldb: fix the standalone build | Stefan Metzmacher | 2008-03-18 | 6 | -13/+13 | |
* | | | | | | | | | | Make error handling in ldb more consistant. | Andrew Bartlett | 2008-03-11 | 1 | -1/+4 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | Rerun SWIG. | Jelmer Vernooij | 2008-03-07 | 1 | -15/+16 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | accountExpires: Windows default is 9223372036854775807, not -1. | Andrew Kroeger | 2008-03-07 | 1 | -1/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Try to return sane ldb error strings | Andrew Bartlett | 2008-03-04 | 1 | -1/+10 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Some cleanups for the ldb doxygen docs. | Brad Hards | 2008-03-02 | 1 | -10/+12 | |
* | | | | | | Remove unused variable, fix (80, 'Other error') exceptions from ldb python bi... | Jelmer Vernooij | 2008-03-01 | 2 | -4/+4 | |
* | | | | | | Fix error handling in ldb.add(). | Jelmer Vernooij | 2008-03-01 | 2 | -161/+81 | |
* | | | | | | Move public header accumulation out of the perl code. | Jelmer Vernooij | 2008-02-29 | 1 | -1/+2 | |
* | | | | | | Fix manpage paths. | Jelmer Vernooij | 2008-02-29 | 1 | -6/+6 | |
* | | | | | | Move manpage management out of the perl build system. | Jelmer Vernooij | 2008-02-29 | 2 | -9/+17 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Fix ldapi support. | Jelmer Vernooij | 2008-02-29 | 1 | -2/+2 | |
* | | | | | Fix rdn_name errors. | Andrew Bartlett | 2008-02-28 | 1 | -1/+2 | |
| |_|_|/ |/| | | | ||||||
* | | | | Update homepages for talloc, tdb and ldb subprojects | Simo Sorce | 2008-02-25 | 1 | -14/+10 | |
| |_|/ |/| | | ||||||
* | | | ldb_sqlite: fix the build | Stefan Metzmacher | 2008-02-21 | 2 | -2/+1 | |
* | | | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 2008-02-21 | 38 | -1124/+1041 | |
|\ \ \ | ||||||
| * | | | Allow building ldb as static library again \o/ | Jelmer Vernooij | 2008-02-20 | 1 | -1/+0 | |
| * | | | Fix use of some modules (needed _PUBLIC_). | Jelmer Vernooij | 2008-02-20 | 5 | -12/+20 | |
| * | | | Fix static module list generation for ldb. | Jelmer Vernooij | 2008-02-20 | 15 | -38/+10 | |
| * | | | Remove more function-based inits. | Jelmer Vernooij | 2008-02-20 | 6 | -78/+118 | |
| * | | | Use function-based initialization for ildap backend. | Jelmer Vernooij | 2008-02-20 | 1 | -6/+3 | |
| * | | | Use struct-based rather than function-based initialization for ldb modules ev... | Jelmer Vernooij | 2008-02-20 | 10 | -93/+22 | |
| * | | | Allow ldb backends without init function, use init function-less ldb modules. | Jelmer Vernooij | 2008-02-20 | 5 | -11/+20 | |
| | |/ | |/| | ||||||
| * | | Rename include to mkinclude to emphasize it is different from make's include. | Jelmer Vernooij | 2008-02-18 | 1 | -2/+2 | |
| |/ | ||||||
| * | Specify PICFLAG when compiling python modules. | Jelmer Vernooij | 2008-02-12 | 1 | -1/+1 | |
| * | Fix installation of python module for ldb and tdb. | Jelmer Vernooij | 2008-02-12 | 1 | -0/+1 | |
| * | tdb/ldb: Use prefix in case DESTDIR is not set. | Jelmer Vernooij | 2008-02-12 | 1 | -4/+4 | |
| * | Create the required directories when installing Python code. | Jelmer Vernooij | 2008-02-12 | 1 | -0/+2 | |
| * | Avoid using setup.py for intsallation. | Jelmer Vernooij | 2008-02-12 | 3 | -2/+7 | |
| * | Manually compile python files rather than use setup.py. | Jelmer Vernooij | 2008-02-12 | 4 | -22/+15 | |
| * | Fix out of tree builds. | Jelmer Vernooij | 2008-02-11 | 2 | -5/+6 | |
| * | Move some more rules to rules.mk | Jelmer Vernooij | 2008-02-11 | 2 | -6/+9 | |
| * | ldb: Split up the Makefile so it will be possible later on to directly includ... | Jelmer Vernooij | 2008-02-11 | 3 | -122/+125 | |
| * | Fix tests. | Jelmer Vernooij | 2008-02-09 | 1 | -35/+24 | |
| * | Split up tests a bit, output subunit. | Jelmer Vernooij | 2008-02-09 | 1 | -753/+721 | |
| * | Remove unused path update. | Jelmer Vernooij | 2008-02-09 | 1 | -2/+0 | |
* | | Until the new ldb changes land, make ldb_wait set the error string. | Andrew Bartlett | 2008-02-21 | 1 | -1/+7 | |
|/ | ||||||
* | Fix syntax in LDAP test | Andrew Bartlett | 2008-02-08 | 1 | -4/+4 | |
* | ldb/python: Add bindings for schema functions. | Jelmer Vernooij | 2008-01-25 | 3 | -33/+393 | |
* | python: Add convenience function for getting command line loadparm context | Jelmer Vernooij | 2008-01-23 | 1 | -4/+3 | |
* | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 2008-01-22 | 1 | -1/+0 | |
* | ldb/talloc/tdb: Use manually written pc file. | Jelmer Vernooij | 2008-01-22 | 1 | -0/+1 | |
* | ldb: Fix typo. | Jelmer Vernooij | 2008-01-22 | 1 | -1/+1 |