Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r8520: fixed a pile of warnings from the build farm gcc -Wall output on | Andrew Tridgell | 2 | -7/+13 |
2007-10-10 | r8429: fix compiler warnings | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r8371: the objectGUID is now stored in binary... | Stefan Metzmacher | 1 | -5/+4 |
2007-10-10 | r8370: remove the '$' from in the cn: attribute for computer and dc accounts | Stefan Metzmacher | 1 | -7/+21 |
2007-10-10 | r8232: remove samr_String and netr_String as they are the same as lsa_String | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r8226: w2k3 adds a '.' after the forest and domain dns names for the primary ... | Stefan Metzmacher | 1 | -10/+27 |
2007-10-10 | r8109: Try to print out more helpful debug messages on DCERPC server-side | Andrew Bartlett | 1 | -2/+3 |
2007-10-10 | r8052: that looks nicer:-) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r8049: add function that returns the build version (of w2k3 here 3790) | Stefan Metzmacher | 1 | -0/+6 |
2007-10-10 | r8046: - add somemore failure checks in the RPC-SPOOLSS test | Stefan Metzmacher | 1 | -8/+31 |
2007-10-10 | r8036: revert rev 8023/8024 as they have a bugs. | Stefan Metzmacher | 2 | -40/+41 |