Specify event_context to ldb_wrap_connect explicitly.
[kai/samba.git] / source4 / dsdb / samdb / cracknames.c
2008-04-17 Jelmer VernooijSpecify event_context to ldb_wrap_connect explicitly.
2008-03-13 Andrew BartlettDon't use 'dn', this attribute does not exist with...
2007-12-21 Andrew Bartlettr26324: Fix includes for Jelmer.
2007-12-21 Jelmer Vernooijr26319: Split encoding functions out of libcli_ldap.
2007-12-21 Jelmer Vernooijr26252: Specify loadparm_context explicitly when creati...
2007-12-21 Jelmer Vernooijr26234: More global_loadparm fixes.
2007-12-21 Jelmer Vernooijr26233: Pass loadparm context when creating krb5 contexts.
2007-12-21 Jelmer Vernooijr26227: Make loadparm_context part of a server task...
2007-12-21 Andrew Bartlettr26138: Don't talloc_free() res if an error occoured.
2007-12-21 Jelmer Vernooijr26003: Split up DB_WRAP, as first step in an attempt...
2007-12-21 Andrew Bartlettr25957: Rework the cracknames code to use less gendb_se...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Andrew Bartlettr24697: Excelent patch and detective work by Matthias...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr23115: the attribute array needs to be NULL terminated...
2007-10-10 Andrew Tridgellr22969: fix some more places where we could end up...
2007-10-10 Andrew Bartlettr22120: Expand the RPC-CRACKNAMES test, to test more...
2007-10-10 Andrew Bartlettr22119: Where we get a request to 'crack' a user princi...
2007-10-10 Andrew Bartlettr21497: Pass more of the RPC-CRACKNAMES test by using...
2007-10-10 Stefan Metzmacherr21355: work in child domains, CN=Configuration isn...
2007-10-10 Stefan Metzmacherr20906: allow LDAP simple binds using the following...
2007-10-10 Andrew Bartlettr20395: Decode more unknowns in the IDL. These are...
2007-10-10 Andrew Bartlettr20377: Rework the CrackNames implementation to handle...
2007-10-10 Andrew Bartlettr20375: Work to improve our CrackNames implementation.
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Andrew Bartlettr19604: This is a massive commit, and I appologise...
2007-10-10 Andrew Tridgellr17825: I broken cracknames in my last patch - fix...
2007-10-10 Andrew Tridgellr17824: add a wrapper for the common partitions_basedn...
2007-10-10 Andrew Tridgellr17823: get rid of most of the samdb_base_dn() calls...
2007-10-10 Andrew Bartlettr16263: A number of these searches need to be under...
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Stefan Metzmacherr15319: remove unneeded macros
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Andrew Tridgellr14422: ensure that domain_attrs does not refer to...
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Andrew Bartlettr14181: This doesn't need level 1 debug, it happens...
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr13282: Indentation, and ensure we handle the talloc_fr...
2007-10-10 James Peachr13264: Move declaration before code.
2007-10-10 Andrew Bartlettr13252: Cleanup, both in code, comments and talloc...
2007-10-10 Andrew Bartlettr12996: Restrict this search to domain objects.
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12592: Remove some useless dependencies
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Andrew Bartlettr12382: Ensure to return OK on anonymous mapping.
2007-10-10 Andrew Bartlettr12381: Try not to segfault on an anonymous LDAP bind...
2007-10-10 Andrew Tridgellr12363: minor fixes for win2000 join/login
2007-10-10 Andrew Bartlettr12361: Add a new function: ldb_binary_encode_string()
2007-10-10 Andrew Bartlettr12360: Add simple bind support into our LDAP server.
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Andrew Bartlettr11356: More cracknames work. This copes with a lookup...
2007-10-10 Andrew Bartlettr11339: Fix the build by adding the serviceprincial...
2007-10-10 Andrew Bartlettr11270: Move the core CrackNames code from rpc_server...