Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.c | Andrew Bartlett | 1 | -35/+119 |
2007-10-10 | r10913: This patch isn't as big as it looks ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10894: make the handling of dn/distinguishedName much closer to real | Andrew Tridgell | 3 | -23/+18 |
2007-10-10 | r10854: talloc_get_type() can return NULL.. | Jelmer Vernooij | 1 | -0/+12 |
2007-10-10 | r10811: Revert accidental commit, I still need to finish the displayName and | Andrew Bartlett | 1 | -55/+0 |
2007-10-10 | r10810: This adds the hooks required to communicate the current user from the | Andrew Bartlett | 7 | -62/+108 |
2007-10-10 | r10764: To match Win2k3 SP1, we need to set an anonymous user token for | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r10586: Add MergedObject() builder. Default to Library() rather | Jelmer Vernooij | 1 | -16/+16 |
2007-10-10 | r10580: More generic approach for adding endpoints | Jelmer Vernooij | 2 | -44/+39 |
2007-10-10 | r10528: Add credentials.h back into includes.h as some compilers don't | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r10510: Decrease the amount of data included by includes.h a bit | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r10373: Fix segfault in LookupSids. | Andrew Bartlett | 1 | -0/+6 |
2007-10-10 | r10336: Add sconscript for a couple more subsystems. | Jelmer Vernooij | 1 | -0/+21 |
2007-10-10 | r10286: This patch is ugly and disgusting, but for now it works better than t... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r10153: This patch adds a new parameter to gensec_sig_size(), the size of the | Andrew Bartlett | 1 | -3/+4 |
2007-10-10 | r10078: - add a 'struct data_blob_list_item' | Stefan Metzmacher | 3 | -34/+32 |
2007-10-10 | r10045: metze reminded me to use the correct enum entry, rather than 0 for the | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r10026: Move registry header file to lib/registry | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB. | Jelmer Vernooij | 1 | -7/+10 |
2007-10-10 | r9980: Fix some warnings. | Tim Potter | 1 | -3/+2 |
2007-10-10 | r9942: CN=Configuration is always under the database-wide base dn, so don't | Andrew Bartlett | 1 | -5/+2 |
2007-10-10 | r9941: Update the CrackNames test, and provide a much improved server-side | Andrew Bartlett | 1 | -119/+515 |
2007-10-10 | r9930: Use a single samdb_base_dn() function rather than lots of silly | Andrew Bartlett | 2 | -49/+35 |
2007-10-10 | r9888: add IDL for lsa_QueryDomainInformationPolicy to query Kerberos Settings. | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r9654: introduce the samdb_search_dn call | Simo Sorce | 3 | -28/+15 |
2007-10-10 | r9567: fixed the winreg IDL for CreateKey, including a security | Andrew Tridgell | 1 | -4/+21 |
2007-10-10 | r9490: Fix typo | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r9410: - a winreg_CloseKey() should return a zero key on success (zeroing the | Andrew Tridgell | 1 | -7/+4 |
2007-10-10 | r9392: Fix ldb_dn_compose to make build farm happy | Simo Sorce | 2 | -14/+5 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 6 | -97/+130 |
2007-10-10 | r9388: we should fault bad handles given to winreg_GetVersion() | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r9384: added a debug to show the dcerpc fault code for any calls we fault | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r9359: don't check for size overflow if value is NULL | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r9358: - opening a winreg key of "" is the same as re-opening the hive. The | Andrew Tridgell | 1 | -11/+17 |
2007-10-10 | r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValue | Andrew Tridgell | 1 | -12/+38 |
2007-10-10 | r9284: Whitespace. (-: | Tim Potter | 1 | -3/+3 |
2007-10-10 | r9016: More work to avoid abuse of the "name" attribute, this time on | Andrew Bartlett | 1 | -11/+27 |
2007-10-10 | r9015: Fix access to BUILTIN again. | Andrew Bartlett | 1 | -31/+34 |
2007-10-10 | r9011: Remove more references to "name" as a netbios name, using the | Andrew Bartlett | 2 | -21/+82 |
2007-10-10 | r8998: More work on the RPC server code to avoid abusing the name attribute | Andrew Bartlett | 2 | -29/+39 |
2007-10-10 | r8984: Use the correct cross-reference search in DRSUAPI, rather than making | Andrew Bartlett | 1 | -9/+10 |
2007-10-10 | r8983: The KVNO (Kerberos key version number) should be incremented with | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r8982: "name" is not the netbios name, but the RDN. Return the correct | Andrew Bartlett | 1 | -13/+4 |
2007-10-10 | r8974: Support makefile fragments in .mk files | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r8811: Fix the build.. | Jelmer Vernooij | 2 | -0/+2 |
2007-10-10 | r8790: Finish the migration of aliases and privilages with SamSync, by adding | Andrew Bartlett | 2 | -48/+34 |
2007-10-10 | r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the | Andrew Bartlett | 2 | -21/+34 |
2007-10-10 | r8670: Remove GUID code from SAMR, it is handled lower down now. I notice | Andrew Bartlett | 1 | -11/+1 |
2007-10-10 | r8593: register the rpc server with irpc | Andrew Tridgell | 1 | -0/+3 |