summaryrefslogtreecommitdiff
path: root/source4/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2011-08-26s4-drsuapi Allow DsAddEntry of normal objectsAndrew Bartlett1-1/+6
2011-08-25s4-drs: fixed msdcs DNS name in getncchangesAndrew Tridgell1-3/+2
2011-08-25s4-samr: fixed subtree searchAndrew Tridgell1-1/+1
2011-08-14s4:misc: remove last usage of legacy event_ fn namesSimo Sorce1-1/+1
2011-08-13s4-dsdb Add ability to force a particular SID in the upgrade caseAndrew Bartlett1-1/+2
2011-08-10s4-drs: In dcesrv_drsuapi_DsRemoveDSServer use the subtree control to delete ...Matthieu Patou1-1/+2
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett1-0/+3
2011-08-03gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett1-2/+0
2011-07-29s4-lsa Use the supplied handle in LsaLookupNames2Andrew Bartlett1-5/+5
2011-07-27s4-dcerpc: Do not return linked attribute on deleted objects it makes W2k8R2 ...Matthieu Patou1-1/+15
2011-07-15s4-lsa: prepare dcesrv_lsa_CreateTrustedDomain_base() to deal with unencrypte...Günther Deschner1-15/+16
2011-07-15lsa: lsa_CreateTrustedDomainEx takes lsa_TrustDomainInfoAuthInfo, notGünther Deschner1-1/+6
2011-07-15lsa: rename auth info argument in lsa_CreateTrustedDomainEx2Günther Deschner1-3/+3
2011-07-11s4-drs: do not return links pointed to unexistant objectsMatthieu Patou1-0/+24
2011-06-24s4-lsa: Fix typoSumit Bose1-1/+1
2011-06-23param: Remove "announce as" parameterAndrew Bartlett1-16/+2
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-2/+2
2011-06-10s4-drs: added debug lines for missing linked attribute fieldsAndrew Tridgell1-0/+8
2011-06-10s4-drs: cope with missing RMD_ADDTIME in linked attributesAndrew Tridgell1-4/+6
2011-06-09server_id.idl: Bring server_id.idl in commonAndrew Bartlett1-1/+1
2011-06-09s4:rpc_server/dcesrv_samr.c - quiet enum warningsMatthias Dieter Wallnöfer1-0/+6
2011-06-08s4-ipv6: fill in pdc_ip in DsRGetDCNameEx2Andrew Tridgell1-3/+12
2011-06-06s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett1-1/+1
2011-06-06s4-ipv6: update callers to load_interface_list()Andrew Tridgell1-1/+1
2011-06-06s4-ipv6: use "ip" instead of "ipv4" for serversAndrew Tridgell1-1/+1
2011-06-06s4-ipv6: use iface_list_wildcard() to listen on IPv6Andrew Tridgell1-3/+9
2011-05-21s4:lsa RPC server - handle LDB flags as "unsigned"Matthias Dieter Wallnöfer1-1/+1
2011-05-11s4/getncchanges: Pre-mark extended requests as success in case a sub-function...Kamen Mazdrashki1-0/+4
2011-05-11s4/getncchanges: Implement placeholder for handling ex-op collection of objectsKamen Mazdrashki1-13/+44
2011-05-11s4/getncchanges: Move the code that collects objects into separate functionKamen Mazdrashki1-41/+67
2011-05-11s4/getncchanges: Don't mask Extended operation result - callers need itKamen Mazdrashki1-1/+0
2011-05-11s4/getncchanges: Fail extended request rather than failing whole requestKamen Mazdrashki1-1/+3
2011-05-08s4-samr Remove incorrect transaction_cancel() in error pathAndrew Bartlett1-1/+0
2011-05-08s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett1-3/+3
2011-05-08s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett1-1/+1
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett2-4/+4
2011-04-04s4-rpc: improved error mapping for several RPC server callsAndrew Tridgell4-26/+22
2011-04-03Fix compilation without external heimdal.Jelmer Vernooij1-0/+1
2011-04-03use system heimdal headers if possible, fix missing dependencies on hx509 and...Jelmer Vernooij2-4/+7
2011-03-29Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison1-2/+5
2011-03-25lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett1-3/+3
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-3/+3
2011-03-19rpc_server/remote: Add missing prototype.Jelmer Vernooij1-0/+1
2011-03-19source4/rpc_server: Fix prototypes for all functions.Jelmer Vernooij6-0/+7
2011-03-16dcerpc: we do not need these as public headersSimo Sorce1-2/+0
2011-03-15s4-rpc: added dcesrv_call_account_name()Andrew Tridgell2-0/+13
2011-03-15s4-rpc: make common/proto.h publicAndrew Tridgell1-1/+1
2011-03-15s4-rpc: added public APIs for dce_call authenticationAndrew Tridgell2-0/+29
2011-03-14Merge new lorikeet heimdal, revision 85ed7247f515770c73b1f1ced1739f6ce19d75d2Jelmer Vernooij1-27/+27
2011-03-13s4:rpc_server/remote: use dcerpc_binding_handle_call_*() instead of dcerpc_nd...Stefan Metzmacher1-10/+14