Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-18 | Merge branch 'v4-0-trivial' into v4-0-gmake3 | Jelmer Vernooij | 1 | -2/+2 | |
Conflicts: source/build/smb_build/input.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm (This used to be commit bc11e3ef1c34923f5b13571926617a840ad554fe) | |||||
2008-02-18 | Rename include to mkinclude to emphasize it is different from make's include. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 0e1d0a874ae3d22b8f97a79b81fe0af3ef53a771) | |||||
2008-02-16 | Move responsibilities of build.h to makefile. | Jelmer Vernooij | 2 | -1/+2 | |
(This used to be commit a43f6d37bce85748e9cf2675e5beced5db26f1c3) | |||||
2008-02-16 | Revert "Allow LDB to be a static library again." | Jelmer Vernooij | 2 | -0/+2 | |
This reverts commit 16fd90d7a99ae8eaf2accf3c8b3ec55b2223f9cd. (This used to be commit 9166e48944819041ed5db6dbd432fc660660c5ce) | |||||
2008-02-16 | Allow LDB to be a static library again. | Jelmer Vernooij | 2 | -2/+0 | |
(This used to be commit 16fd90d7a99ae8eaf2accf3c8b3ec55b2223f9cd) | |||||
2008-02-12 | Specify PICFLAG when compiling python modules. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 981957165d09e82947f68475192f1ce1f0ddbdd3) | |||||
2008-02-12 | Fix installation of python module for ldb and tdb. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 6c9a8bf9f03cef0fc1c5f7ec3f8786eccf79c851) | |||||
2008-02-12 | tdb/ldb: Use prefix in case DESTDIR is not set. | Jelmer Vernooij | 1 | -4/+4 | |
(This used to be commit ab19a8f62719eb0f347696a2e5f34f8847fd82cb) | |||||
2008-02-12 | Create the required directories when installing Python code. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit 8ef36fe54555cc0c5ac0d1f118d0a1a7b770c2fd) | |||||
2008-02-12 | Avoid using setup.py for intsallation. | Jelmer Vernooij | 3 | -2/+7 | |
(This used to be commit 7b93e43dad55454e9107a38e67764e08f51392d3) | |||||
2008-02-12 | Manually compile python files rather than use setup.py. | Jelmer Vernooij | 4 | -22/+15 | |
(This used to be commit 056843a5c2ca9e0ec59fd7e371852ecb5362ee32) | |||||
2008-02-11 | Fix out of tree builds. | Jelmer Vernooij | 2 | -5/+6 | |
(This used to be commit 35c8ebdca2612b52cd3eb2aafd35041d17173722) | |||||
2008-02-11 | Move some more rules to rules.mk | Jelmer Vernooij | 2 | -6/+9 | |
(This used to be commit 2ff3f72fd2559051000c34da9fcd5602514595e4) | |||||
2008-02-11 | ldb: Split up the Makefile so it will be possible later on to directly ↵ | Jelmer Vernooij | 3 | -122/+125 | |
include fragments in the Samba 3 or 4 makefile. (This used to be commit 6d54e9104de577ab727ee99a76e690a2fae71636) | |||||
2008-02-09 | Fix tests. | Jelmer Vernooij | 1 | -35/+24 | |
(This used to be commit e4d7cd8ba77aa05c11dad457c3f2c2c6252c5966) | |||||
2008-02-09 | Split up tests a bit, output subunit. | Jelmer Vernooij | 1 | -753/+721 | |
(This used to be commit 501259ff31641bf52e337b597881d1fedc6b2a63) | |||||
2008-02-09 | Remove unused path update. | Jelmer Vernooij | 1 | -2/+0 | |
(This used to be commit 1868a42108012183aa78fe5d4f524d45f4505a3e) | |||||
2008-02-08 | Fix syntax in LDAP test | Andrew Bartlett | 1 | -4/+4 | |
We don't get this far in the test at the moment however. Andrew Bartlett (This used to be commit c3098d5c52505e143a6ce498273a5ce6a66220b0) | |||||
2008-01-25 | ldb/python: Add bindings for schema functions. | Jelmer Vernooij | 3 | -33/+393 | |
(This used to be commit 9f6ea4692ca79c607538871c597698b98abf13d0) | |||||
2008-01-23 | python: Add convenience function for getting command line loadparm context | Jelmer Vernooij | 1 | -4/+3 | |
and default to using system smb.conf. (This used to be commit b3afde0f00ab5093b577b139a062c233d4db2524) | |||||
2008-01-22 | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20) | |||||
2008-01-22 | ldb/talloc/tdb: Use manually written pc file. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit c8947fda23eb874a7694bdee1b4de605744c2769) | |||||
2008-01-22 | ldb: Fix typo. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit da0952bdd6196b23200063cadd866b1d5551a65c) | |||||
2008-01-22 | ldb: Increase version number to make it easier to create new Debian snapshots. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 9a5cc88b090125b45e61da1ea1c9ac52f5ff6ab2) | |||||
2008-01-21 | build: Demote a bunch of libraries to subsystems. This makes packaging ↵ | Jelmer Vernooij | 1 | -4/+0 | |
easier and should also make it easier to migrate to a new build system. (This used to be commit 77b400764e3dadfa05407343af649ad9298cc085) | |||||
2008-01-21 | ldb: Fix building python modules against system-provided ldb. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 583ea85ae04c0bc2e70ab2e595e05f76f65c3be1) | |||||
2008-01-17 | ldb_map objectClass munging: Don't hard-code 'extensibleObject'. | Andrew Bartlett | 2 | -32/+52 | |
This allows objectClass munging to be removed, or modified to not include adding an objectClass, or for that objectClass to be something different. Andrew Bartlett (This used to be commit ee93b4e2ee1dd1cd38bcf14b2bb62556a13cec4a) | |||||
2008-01-15 | ldap.py: Use constants where possible. | Jelmer Vernooij | 1 | -14/+16 | |
(This used to be commit 0885dc9f813e19cd6c28d8259eaeccf1e9b26210) | |||||
2008-01-11 | ldb: Get rid of a warning. | Kai Blin | 1 | -1/+1 | |
(This used to be commit 37ed9fbeee37a1d86d6f6841eac5c1a0a85c1fcc) | |||||
2008-01-11 | ldap/python: Fix last tests. | Jelmer Vernooij | 1 | -60/+53 | |
(This used to be commit 874c00b1c1ef011c85226135144fafdc97d91116) | |||||
2008-01-11 | ldb/python: Support comparing Dn's to strings. | Jelmer Vernooij | 3 | -0/+19 | |
(This used to be commit 355878907970b396e4031426fda260d981c417eb) | |||||
2008-01-11 | python/ldap: Fix a couple more tests. | Jelmer Vernooij | 1 | -18/+18 | |
(This used to be commit 3a0d14f33532d88ace770d037c50375fe822dbb6) | |||||
2008-01-11 | Make a few more tests pass. | Jelmer Vernooij | 1 | -129/+115 | |
(This used to be commit 017aa400c7097cf6132f2bec969b9bbb5237f4d8) | |||||
2008-01-11 | python/ldap: Get further. | Jelmer Vernooij | 1 | -2/+4 | |
(This used to be commit 0c27eabbc40657493dc72f12b4fbdb07b0a3200f) | |||||
2008-01-11 | python/ldap: Fix some tests. | Jelmer Vernooij | 1 | -9/+15 | |
(This used to be commit 52f64afd4324eb185303ca192b88ccb632ee8587) | |||||
2008-01-11 | python: More work getting the LDAP test to compile again. | Jelmer Vernooij | 1 | -36/+23 | |
(This used to be commit d7a3f9612c40000cb265279598c09f6983305656) | |||||
2008-01-11 | python: Specify right arguments for the ldap test, fix some more calls. | Jelmer Vernooij | 1 | -37/+30 | |
(This used to be commit 74209fa6b097c6cd3c919dc6a67d998de12fa575) | |||||
2008-01-11 | ldap/python: Fix some more calls. | Jelmer Vernooij | 1 | -74/+47 | |
(This used to be commit 583881ae5a2a173abad9ba1ffd766b009d9ca8cd) | |||||
2008-01-11 | python/ldap: Support controls argument to ldb.search(). | Jelmer Vernooij | 4 | -55/+162 | |
(This used to be commit 9eddc27f13fa2feb56d6b015e66d8c54081487da) | |||||
2008-01-11 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 4 | -35/+246 | |
(This used to be commit 597f9fe17685fb7909269bc0af04bf4a040e2ad7) | |||||
2008-01-11 | Rework ldbsearch to avoid segfault when remote LDAP server returns | Andrew Bartlett | 1 | -12/+10 | |
referrals. Andrew Bartlett (This used to be commit 8099facff99dab4de27ea6f857d0e8f5eaa3db5a) | |||||
2008-01-11 | Fix segfault when sorting LDAP replies on the client. | Andrew Bartlett | 1 | -2/+2 | |
Andrew Bartlett (This used to be commit c72c39326b263b3aacd178ddc2fc3b1a2906f3d3) | |||||
2008-01-11 | python/ldap: Wrap parse_control_strings(). | Jelmer Vernooij | 4 | -25/+114 | |
(This used to be commit b27e5a68530c4fd6430cbb174b63f8ff2b6f4e53) | |||||
2008-01-11 | ldb/python: Allow comparing a MessageElement to a list or a singleton. | Jelmer Vernooij | 3 | -10/+22 | |
(This used to be commit 1ccbab81d79f83bb419104f2bbaf2ae7b368e90f) | |||||
2008-01-11 | ldb/python: Implement __len__ for MessageElement. | Jelmer Vernooij | 4 | -0/+37 | |
(This used to be commit a8f90ed34ce9341080b63c801ef54b82de42b8e6) | |||||
2008-01-11 | python/ldb: Add __getitem__ implementation for LdbMessageElement. | Jelmer Vernooij | 4 | -0/+73 | |
(This used to be commit e6498a0780dd31dfc623a69432004b606aeaccbe) | |||||
2008-01-10 | r26701: ldb: Build and install python modules when possible. | Jelmer Vernooij | 2 | -7/+34 | |
(This used to be commit 7a66d0eff6e2300cc82b4c7585f9c45afcc851a4) | |||||
2008-01-06 | r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090 | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett (This used to be commit 0016231edd514e8db620bafc44ce877fcac19ed9) | |||||
2008-01-01 | r26641: ldb(Python): Remove some unnecessary {}'s. | Jelmer Vernooij | 2 | -48/+30 | |
(This used to be commit f250bc18e9e32d62d262901cec65586a15cd8db1) | |||||
2007-12-30 | r26631: ldb/python: Fix missing elements bug and memory leak. * Don't ↵ | Jelmer Vernooij | 2 | -16/+26 | |
increase the PyDict_Next() counter - Python already does that for us. * Fix a talloc(NULL, ...) memory leak in the code that constructed ldb message elements. (This used to be commit dc2a612927289da78017abf4ad51a4d51292e3a1) |