summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* r12499: Move smb_build.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-20/+18
* r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij2007-10-101-0/+8
* r12461: Some updates to the srvsvc IDL from Ronnie SahlbergJelmer Vernooij2007-10-101-322/+88
* r12432: Re-indent and consistantly cancel the transaction.Andrew Bartlett2007-10-101-1/+8
* r12427: Move SAMR CreateUser2 to transactions, and re-add support forAndrew Bartlett2007-10-101-4/+75
* r12361: Add a new function: ldb_binary_encode_string()Andrew Bartlett2007-10-102-12/+16
* r12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring theAndrew Tridgell2007-10-101-19/+23
* r11597: revert a commit by mistakeSimo Sorce2007-10-101-0/+12
* r11567: Ldb API change patch.Simo Sorce2007-10-101-12/+0
* r11513: Add the ability to use the local machine account instead of a staticAndrew Bartlett2007-10-101-11/+46
* r11438: Move enum samr_RejectReason into misc.idl so I can use it in a globalAndrew Bartlett2007-10-101-1/+1
* r11402: In response to comments by volker, expand our Netlogon DsRGetDCNameAndrew Bartlett2007-10-101-26/+61
* r11370: Samba4 now passes it's own RPC-SAMLOGON test again.Andrew Bartlett2007-10-101-0/+3
* r11366: Pass around the flags which indicate if we should support plaintextAndrew Bartlett2007-10-101-3/+5
* r11303: Support defining and installing public headers for libraries.Jelmer Vernooij2007-10-101-1/+1
* 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