Age | Commit message (Expand) | Author | Files | Lines |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -2/+2 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-06 | Implement 'type unknown' names in the CrackNames code. | Andrew Bartlett | 1 | -10/+48 |
2008-09-29 | LDB ASYNC: misc changes | Simo Sorce | 1 | -3/+2 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 1 | -9/+8 |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -1/+2 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -2/+4 |
2008-03-13 | Don't use 'dn', this attribute does not exist with the LDAP backend, | Andrew Bartlett | 1 | -1/+1 |
2007-12-21 | r26324: Fix includes for Jelmer. | Andrew Bartlett | 1 | -1/+1 |
2007-12-21 | r26319: Split encoding functions out of libcli_ldap. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26234: More global_loadparm fixes. | Jelmer Vernooij | 1 | -2/+4 |
2007-12-21 | r26233: Pass loadparm context when creating krb5 contexts. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26227: Make loadparm_context part of a server task, move loadparm_contexts f... | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26138: Don't talloc_free() res if an error occoured. | Andrew Bartlett | 1 | -1/+4 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25957: Rework the cracknames code to use less gendb_search() and instead call | Andrew Bartlett | 1 | -47/+116 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24697: Excelent patch and detective work by Matthias Wallnöfer | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r23115: the attribute array needs to be NULL terminated... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22969: fix some more places where we could end up with more than one event | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r22120: Expand the RPC-CRACKNAMES test, to test more values and expose patterns. | Andrew Bartlett | 1 | -18/+49 |
2007-10-10 | r22119: Where we get a request to 'crack' a user principal name from a | Andrew Bartlett | 1 | -22/+52 |
2007-10-10 | r21497: Pass more of the RPC-CRACKNAMES test by using the new search_options ... | Andrew Bartlett | 1 | -26/+89 |
2007-10-10 | r21355: work in child domains, CN=Configuration isn't always under the domain dn | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r20906: allow LDAP simple binds using the following syntaxes in the DN field: | Stefan Metzmacher | 1 | -7/+34 |
2007-10-10 | r20395: Decode more unknowns in the IDL. These are language and codepage IDs! | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r20377: Rework the CrackNames implementation to handle some of the BUILTIN sid | Andrew Bartlett | 1 | -31/+32 |
2007-10-10 | r20375: Work to improve our CrackNames implementation. | Andrew Bartlett | 1 | -21/+87 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -5/+5 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -17/+21 |
2007-10-10 | r19604: This is a massive commit, and I appologise in advance for it's size. | Andrew Bartlett | 1 | -8/+14 |
2007-10-10 | r17825: I broken cracknames in my last patch - fix it up | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17824: add a wrapper for the common partitions_basedn calculation | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r17823: get rid of most of the samdb_base_dn() calls, as they are no longer | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r16263: A number of these searches need to be under the partitions DN, and the | Andrew Bartlett | 1 | -5/+7 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15319: remove unneeded macros | Stefan Metzmacher | 1 | -18/+18 |
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14422: ensure that domain_attrs does not refer to a stack variable in a freed | Andrew Tridgell | 1 | -35/+30 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14181: This doesn't need level 1 debug, it happens whenever the DNS name is ... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r13282: Indentation, and ensure we handle the talloc_free in the right place | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r13264: Move declaration before code. | James Peach | 1 | -5/+6 |
2007-10-10 | r13252: Cleanup, both in code, comments and talloc use: | Andrew Bartlett | 1 | -9/+30 |
2007-10-10 | r12996: Restrict this search to domain objects. | Andrew Bartlett | 1 | -1/+1 |