Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26483: Merge ldb module dependency fixes, fix auth python module. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26459: Build ildap module as shared module by default. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26205: Pass loadparm_context to secrets_db_connect() rather than using globa... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26197: Add bindings for libsecurity. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25522: Convert to standard bool types. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25093: Use system-provided ldb library if available. Note that this only mea... | Jelmer Vernooij | 1 | -0/+14 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r22681: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r21761: - Give more detail on LDAP client library failures (make it clear | Andrew Bartlett | 1 | -4/+10 |
2007-10-10 | r20129: remove unused structure elements | Stefan Metzmacher | 1 | -12/+8 |
2007-10-10 | r20128: get rid of more talloc_get_type() calls | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r20125: fix some ugly mem leaks in the ldb_ildb backend | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r20123: - avoid some more talloc_get_type() calls | Stefan Metzmacher | 1 | -29/+23 |
2007-10-10 | r20122: pass ildb to ildb_request_noop() | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r20121: pass down the ldb_request struct to ildb_request_send(), | Stefan Metzmacher | 1 | -18/+13 |
2007-10-10 | r20120: fix the talloc hierachy and make ildb a child of module | Stefan Metzmacher | 1 | -20/+21 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -7/+6 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r19531: Make struct ldb_dn opaque and local to ldb_dn.c | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r19362: - don't need to store the baseinfo message after cache load | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r18438: I should have examined these uses of talloc_move() more | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18436: converted ldb to use talloc_move() instead of talloc_steal() when | Andrew Tridgell | 1 | -5/+3 |
2007-10-10 | r18410: Reduce noise in the ldb_ildap backend. We regularly search for things | Andrew Bartlett | 1 | -3/+1 |
2007-10-10 | r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldap | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17822: the ildap ldb backend doesn't need the auto rootDSE logic any more | Andrew Tridgell | 1 | -84/+2 |
2007-10-10 | r17516: Change helper function names to make more clear what they are meant t... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r17514: Simplify the way to set ldb errors and add another | Simo Sorce | 1 | -11/+11 |
2007-10-10 | r17349: We can't just return sucess here, modules below us expect the async | Andrew Bartlett | 1 | -20/+56 |
2007-10-10 | r17300: Try to fix some segfaults in ldb_ildap module, when the remote server | Andrew Bartlett | 1 | -1/+6 |
2007-10-10 | r17186: "async" word abuse clean-up part 2 | Simo Sorce | 1 | -26/+14 |
2007-10-10 | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 1 | -19/+19 |
2007-10-10 | r16087: Fix silly cut-and-paste typo that cost me much of my afternoon... | Andrew Bartlett | 1 | -4/+1 |
2007-10-10 | r16083: Make it possible to initialise a backend module, without it setting up | Andrew Bartlett | 1 | -8/+11 |
2007-10-10 | r16036: Add a couple of new functions to corretly deal with timeouts. | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r15964: fix error handling in ldb_ildap backend | Stefan Metzmacher | 1 | -7/+14 |
2007-10-10 | r15963: fix warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r15942: Remove the sync internal ldb calls altogether. | Simo Sorce | 1 | -291/+72 |
2007-10-10 | r15927: Optimize ldb module traverse while keeping the API intact. | Simo Sorce | 1 | -136/+151 |
2007-10-10 | r15913: Error passing in the async code is not in agood shape | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r15592: Remove unused header | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r15242: allow to use LDB_FLG_RECONNECT | Simo Sorce | 1 | -0/+4 |
2007-10-10 | r14592: Add support for loading shared modules to LDB. | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r14227: We are passing the wrong pointer here | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r14163: Remove LDB_WAIT_ONCE, we can hardly guarante we | Simo Sorce | 1 | -7/+0 |