Age | Commit message (Expand) | Author | Files | Lines |
2009-06-10 | fixed server side sort control | Andrew Tridgell | 1 | -4/+7 |
2009-06-10 | fixed server side sorting of case-insensitive strings | Andrew Tridgell | 1 | -3/+0 |
2009-06-08 | rl_event_hook detection | Timur I. Bakeyev | 1 | -1/+4 |
2009-06-06 | Fix some nonempty blank lines | Volker Lendecke | 1 | -23/+23 |
2009-06-04 | fixed ldb rename now that we have unique indexes | Andrew Tridgell | 1 | -30/+11 |
2009-06-02 | Fix unresolved symbol in python messaging module. | Jelmer Vernooij | 2 | -4/+2 |
2009-06-02 | Fix finding the LDB header files in the system in pyldb_util. | Jelmer Vernooij | 3 | -1/+3 |
2009-06-02 | Fix more unresolved symbols. | Jelmer Vernooij | 4 | -48/+49 |
2009-06-02 | python: Move helper functions for using param into a separate file rather | Jelmer Vernooij | 1 | -1/+1 |
2009-06-02 | Split up Python code a little bit so we don't hav eto link python modules | Jelmer Vernooij | 1 | -0/+39 |
2009-06-01 | use the unique flag on ldb attributes to optimise & clauses | Andrew Tridgell | 1 | -46/+72 |
2009-06-01 | added support for unique indexing in ldb | Andrew Tridgell | 2 | -7/+32 |
2009-06-01 | when comp_num is zero, the case folded DN is always "" | Andrew Tridgell | 1 | -8/+2 |
2009-05-28 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 5 | -7/+5 |
2009-05-28 | a useful debugging tool | Andrew Tridgell | 1 | -0/+7 |
2009-05-28 | fixed one-level indexing | Andrew Tridgell | 1 | -6/+2 |
2009-05-27 | s4:tevent: Increase trace debug level to 50. | Andrew Kroeger | 1 | -1/+1 |
2009-05-26 | s4:ldb:modules: Correct typos. | Andrew Kroeger | 4 | -6/+4 |
2009-05-16 | Update copies of config.guess and config.sub. | Jelmer Vernooij | 2 | -76/+282 |
2009-04-23 | Provide a ldb_global_init() function for compatibility with older versions of... | Jelmer Vernooij | 1 | -0/+6 |
2009-04-23 | Add a new non-convenience version of push_codepoint. | Jelmer Vernooij | 1 | -20/+18 |
2009-04-14 | s4:ldb Make it possible to re-run ldap.py again | Andrew Bartlett | 1 | -2/+6 |
2009-04-07 | don't load @ATTRIBUTES if we have an override handler in place | Andrew Tridgell | 1 | -0/+7 |
2009-04-07 | fixed internal handling of attribute deletion | Andrew Tridgell | 1 | -13/+23 |
2009-04-02 | major upgrade to the ldb attribute handling | Andrew Tridgell | 8 | -35/+103 |
2009-03-31 | change ldb version number (as ldb_module structure has changed) | Andrew Tridgell | 1 | -1/+1 |
2009-03-31 | added support for a prepare_commit() op in ldb modules | Andrew Tridgell | 5 | -4/+35 |
2009-03-23 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 3 | -90/+118 |
2009-03-21 | pyldb: Let conversion to LDIF up to the user of the API rather than doing | Jelmer Vernooij | 1 | -12/+1 |
2009-03-21 | Remove unnecessary duplication of string in memory. | Jelmer Vernooij | 1 | -5/+16 |
2009-03-20 | Adapt Zahari's test to the generic LDB Python tests. | Jelmer Vernooij | 1 | -0/+13 |
2009-03-20 | Setting nTSecurityDescriptor via LDAP fails | zahari | 1 | -2/+4 |
2009-03-20 | Add more comments. | Jelmer Vernooij | 1 | -6/+25 |
2009-03-20 | s4:ldb Allow paged_searches to be mixed with other controls | Andrew Bartlett | 1 | -3/+3 |
2009-03-20 | s4:ldb Fix the paged_searches module | Andrew Bartlett | 1 | -58/+51 |
2009-03-20 | Merge branch 'master' of git://git.samba.org/samba into minschema | Jelmer Vernooij | 14 | -672/+132 |
2009-03-20 | pyldb: Improve exception message when a list is expected. | Jelmer Vernooij | 1 | -8/+9 |
2009-03-19 | flush after showing the prompt in smbclient | Andrew Tridgell | 1 | -0/+1 |
2009-03-17 | fix build on sles8 and other old popt installations | Björn Jacke | 1 | -0/+4 |
2009-03-17 | added support for parentGUID | Andrew Tridgell | 1 | -0/+30 |
2009-03-15 | Merge branch 'tdr' of /home/jelmer/samba4 | Jelmer Vernooij | 5 | -660/+0 |
2009-03-14 | Move tdr to top-level. | Jelmer Vernooij | 5 | -660/+0 |
2009-03-12 | s4:events: allow nested events until we fixed all code to avoid them | Stefan Metzmacher | 1 | -0/+2 |
2009-03-12 | s4:ldb: allow nested events until the code is fixed to avoid them | Stefan Metzmacher | 1 | -1/+3 |
2009-03-12 | s4:ldb: setup tevent debug functions on a selfcreated event context | Stefan Metzmacher | 1 | -0/+35 |
2009-03-10 | Fix extended operation return path. | Simo Sorce | 1 | -8/+12 |
2009-03-09 | Fix potential segfaults using freed memory. | Simo Sorce | 4 | -10/+54 |
2009-03-05 | Remove parse_control from header, long after the function was removed | Andrew Bartlett | 1 | -1/+0 |
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 4 | -21/+17 |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 4 | -9/+9 |