summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* r11291: Fix implementation of LookupNames4.Andrew Bartlett2007-10-101-1/+9
* r11289: Fix comment.Andrew Bartlett2007-10-101-1/+1
* r11288: Fill out LSA LookupNames4 and LookupSids3, including a server-sideAndrew Bartlett2007-10-101-17/+32
* r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb.Andrew Bartlett2007-10-103-835/+50
* r11261: Rename access_required field in winreg idl to access_mask so it matchesTim Potter2007-10-101-1/+1
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-25/+25
* r11239: Use ${REALM} for the realm in rootdse.ldifAndrew Bartlett2007-10-101-0/+60
* r11223: Only pass around the ldb handle (make this code easier to seperateAndrew Bartlett2007-10-101-21/+21
* r11221: I don't quite know how I tested this before, but clearly I didn't.Andrew Bartlett2007-10-101-3/+4
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-21/+0
* r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5Andrew Bartlett2007-10-101-0/+18
* r11195: Add a new helper function (needed by my kpasswdd work, but hooked inAndrew Bartlett2007-10-102-242/+136
* r11194: Use the special ldb attribute "canonicalName" (therefore testing thatAndrew Bartlett2007-10-101-11/+20
* r11122: Fix some talloc hierarchy errorsVolker Lendecke2007-10-101-3/+3
* r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.cAndrew Bartlett2007-10-101-35/+119
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-101-1/+1
* r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell2007-10-103-23/+18
* r10854: talloc_get_type() can return NULL..Jelmer Vernooij2007-10-101-0/+12
* r10811: Revert accidental commit, I still need to finish the displayName andAndrew Bartlett2007-10-101-55/+0
* r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett2007-10-107-62/+108
* r10764: To match Win2k3 SP1, we need to set an anonymous user token forAndrew Bartlett2007-10-101-1/+1
* r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij2007-10-101-16/+16
* r10580: More generic approach for adding endpointsJelmer Vernooij2007-10-102-44/+39
* r10528: Add credentials.h back into includes.h as some compilers don'tJelmer Vernooij2007-10-101-1/+0
* r10510: Decrease the amount of data included by includes.h a bitJelmer Vernooij2007-10-101-0/+1
* r10373: Fix segfault in LookupSids.Andrew Bartlett2007-10-101-0/+6
* r10336: Add sconscript for a couple more subsystems.Jelmer Vernooij2007-10-101-0/+21
* r10286: This patch is ugly and disgusting, but for now it works better than t...Andrew Bartlett2007-10-101-1/+1
* r10153: This patch adds a new parameter to gensec_sig_size(), the size of theAndrew Bartlett2007-10-101-3/+4
* r10078: - add a 'struct data_blob_list_item'Stefan Metzmacher2007-10-103-34/+32
* r10045: metze reminded me to use the correct enum entry, rather than 0 for theAndrew Bartlett2007-10-101-1/+1
* r10026: Move registry header file to lib/registryJelmer Vernooij2007-10-101-1/+1
* r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.Jelmer Vernooij2007-10-101-7/+10
* r9980: Fix some warnings.Tim Potter2007-10-101-3/+2
* r9942: CN=Configuration is always under the database-wide base dn, so don'tAndrew Bartlett2007-10-101-5/+2
* r9941: Update the CrackNames test, and provide a much improved server-sideAndrew Bartlett2007-10-101-119/+515
* r9930: Use a single samdb_base_dn() function rather than lots of sillyAndrew Bartlett2007-10-102-49/+35
* r9888: add IDL for lsa_QueryDomainInformationPolicy to query Kerberos Settings.Günther Deschner2007-10-101-3/+3
* r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij2007-10-101-1/+1
* r9654: introduce the samdb_search_dn callSimo Sorce2007-10-103-28/+15
* r9567: fixed the winreg IDL for CreateKey, including a securityAndrew Tridgell2007-10-101-4/+21
* r9490: Fix typoAndrew Bartlett2007-10-101-1/+1
* r9410: - a winreg_CloseKey() should return a zero key on success (zeroing theAndrew Tridgell2007-10-101-7/+4
* r9392: Fix ldb_dn_compose to make build farm happySimo Sorce2007-10-102-14/+5
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-106-97/+130
* r9388: we should fault bad handles given to winreg_GetVersion()Andrew Tridgell2007-10-101-1/+5
* r9384: added a debug to show the dcerpc fault code for any calls we faultAndrew Tridgell2007-10-101-0/+4
* r9359: don't check for size overflow if value is NULLAndrew Tridgell2007-10-101-1/+2
* r9358: - opening a winreg key of "" is the same as re-opening the hive. TheAndrew Tridgell2007-10-101-11/+17
* r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValueAndrew Tridgell2007-10-101-12/+38