summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij1-1/+2
(This used to be commit c4b1df047663519300370508761c70b0c096b7f2)
2007-12-21r26440: Remove more uses of global_loadparm.Jelmer Vernooij1-2/+2
(This used to be commit 8858cf39722f192865e531164c72039fd18d7a8d)
2007-12-21r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij5-14/+14
(This used to be commit 28b1d36551b75241c1cf9fca5d74f45a6dc884ab)
2007-12-21r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij6-22/+24
(This used to be commit 7352206f4450fdf881b95bda064cedd9d2477e4c)
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij1-2/+3
(This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c)
2007-12-21r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij3-11/+19
(This used to be commit bf072c6fb37b3e6a71c0c747b9fbeaa01480229e)
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-1/+1
(This used to be commit 2833f320de1f1fd39c710ad0a61c3fa1bb1df31f)
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2-32/+53
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
2007-12-21r26397: Fix circular dependency in samba-socket.Jelmer Vernooij1-1/+2
(This used to be commit 801c8c766cb6a104751be8829593e0e123508134)
2007-12-21r26396: dcerpc: Fall back to peer_name() if target_hostname() is not set.Kai Blin1-1/+4
(This used to be commit 700887c7f1b874682a71daec2741b0329cded53c)
2007-12-21r26395: spoolss: Add WinXP-like printer browsing test.Kai Blin1-3/+64
(This used to be commit 2ccc4d2af58b49ab1319ce87e0f15591b40db06f)
2007-12-21r26394: dcerpc: Use target_hostname() instead of peer_name() in ↵Kai Blin1-2/+2
dcerpc_server_name() (This used to be commit c5196831d5fc6190a54e2f684ff506bc243b8dae)
2007-12-21r26382: Remove more uses of global_loadparm.Jelmer Vernooij1-1/+0
(This used to be commit 6d4c59853481855c232e7cf97264a391f40af2b5)
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij4-8/+11
(This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc)
2007-12-21r26335: Specify name_resolve_order to socket code.Jelmer Vernooij1-1/+2
(This used to be commit b03e5d00110be3f1fe5809dad4eb6ca5cea7463d)
2007-12-21r26334: Avoid loadparm_context.Jelmer Vernooij3-5/+6
(This used to be commit 332dff80cc0f1dc80383f185409610cfb9f1d856)
2007-12-21r26332: Add samr_ValidationStatus error mapping to samr_ValidatePassword().Günther Deschner1-1/+21
Torture test to follow. Guenther (This used to be commit 10ccfb4c8970bdb140aa9daf945caea72a4ab7cd)
2007-12-21r26331: Add IDL for samr_ValidatePassword(). A very interesting call.Günther Deschner1-5/+75
Guenther (This used to be commit 2b8d7fe16beecf2ea60d6712238527504ccee44c)
2007-12-21r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij1-3/+5
(This used to be commit ddf233346d848e91bc6a6a572f0f6120540503b7)
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij7-35/+70
(This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07)
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij1-5/+11
(This used to be commit f6420d933b5b011d428974f3a2a57edf19e6f482)
2007-12-21r26313: Fix more uses of static loadparm.Jelmer Vernooij3-5/+8
(This used to be commit 6fd0d9d3b75546d08c24c513e05b1843d5777608)
2007-12-21r26286: IDL and torture test for netr_ServerTrustPasswordsGet().Günther Deschner1-1/+10
Guenther (This used to be commit 231fe8826b7d8b0f4307ffbb3cd71b4c7723a290)
2007-12-21r26285: Add IDL and torture test for netr_ServerPasswordGet().Günther Deschner1-1/+9
Guenther (This used to be commit d64244cfe871cd549a991ac2a708263fc77d2fef)
2007-12-21r26277: Move loadparm context higher up the stack.Jelmer Vernooij2-3/+6
(This used to be commit 38fa08310ce573e9b46e76c840ddda6f18863573)
2007-12-21r26273: Add IDL and torture test for netr_NetrEnumerateTurstedDomains() andGünther Deschner1-44/+55
netr_NetrEnumerateTurstedDomainsEx(). Guenther (This used to be commit 32a189e85026f5b54f82df88306005d9a9f50beb)
2007-12-21r26271: Remove some more uses of global_loadparm.Jelmer Vernooij1-1/+1
(This used to be commit e9875fcd56de0748ed78d7e3c9cdb4919cd96d3c)
2007-12-21r26270: Require specifying the loadparm_context or NULL to ↵Jelmer Vernooij2-9/+24
cli_credentials_guess(). (This used to be commit e52710d6794a25ba697f8c26b43784226964f9cb)
2007-12-21r26266: Remove more global_loadparm uses.Jelmer Vernooij1-1/+3
(This used to be commit 99113075c4a96679bcec4f4d6bba4acb3dee4245)
2007-12-21r26261: Use enum type.Jelmer Vernooij1-1/+1
(This used to be commit 06233de54bc14d52e329d8eca2468b329b69593a)
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-1/+3
(This used to be commit b9e3a4862e267be39d603fed8207a237c3d72081)
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2-0/+4318
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)
2007-12-21r26231: Spell check: credentails -> credentials.Jelmer Vernooij1-1/+1
(This used to be commit 4b46888bd0195ab12190f76868719fc018baafd6)
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij1-1/+2
(This used to be commit 6cbce47a3eaef76a89db7cd0ab0d4f6441fc720d)
2007-12-21r26211: Add very basic test_NetrJoinDomain2() test which can join xp ↵Günther Deschner1-1/+1
workstations into an AD domain. Guenther (This used to be commit 3fd5f3628cb015f61455b4ad87bf8adb8d2392b8)
2007-12-21r26209: For consistency, rename one argument in NetrJoinDomain.Günther Deschner1-1/+1
Guenther (This used to be commit 8cf99ed4b1616b12f76a47e0f738ab7b1213c797)
2007-12-21r26176: Fix in,out mismatch in wkssvc_NetrWkstaUserSetInfo().Günther Deschner1-1/+1
Guenther (This used to be commit c9b22a7d2695b4ee51fe8a7df70ff0f6e293b96e)
2007-12-21r26169: Use the NDR_PAHEX flag to print the encrypted wkssvc password buffer.Günther Deschner1-3/+5
Guenther (This used to be commit 78d18c996a0bd642208235ee1d2c81b2c47270e3)
2007-12-21r26168: Add two more documented WKSSVC_JOIN_FLAGS.Günther Deschner1-0/+2
Guenther (This used to be commit e06726106100ee1cb6bd122b1b584e0036abcac7)
2007-12-21r26167: Just for completeness, add some more documented wkssvc_NetWkstaInfo ↵Günther Deschner1-0/+124
info level uint32s. Guenther (This used to be commit b2fb5a2af527b41ba832d4ded1f9a61130d739e6)
2007-12-21r26166: Put [ref] in the front in wkssvc IDL.Günther Deschner1-12/+12
Guenther (This used to be commit af0dc3890991c9858fbd6afa826368fb176e7bd2)
2007-12-21r26165: Add IDL and torture test for wkssvc_NetrGetJoinableOus() andGünther Deschner1-2/+16
wkssvc_NetrGetJoinableOus2() (both unavailable remotely). Guenther (This used to be commit 256d0a15f50b38aec9505e6431d05c6f715df971)
2007-12-21r26164: Add IDL for wkssvc_NetrJoinDomain() and wkssvc_NetrUnjoinDomain().Günther Deschner1-2/+14
Guenther (This used to be commit a4e6ec8e5e49775575524915cfbb1d2cc74c54d3)
2007-12-21r26163: Add IDL and torture test for wkssvc_NetrGetJoinInformation().Günther Deschner1-1/+12
Guenther (This used to be commit 234b380669a146cfe4a8a28d66c4efafcae93446)
2007-12-21r26158: Add IDL for wkssvc_NetrRenameMachineInDomain().Günther Deschner1-6/+12
Guenther (This used to be commit 78715ded0ac8b123492168308c37f46d1fe85295)
2007-12-21r26157: Add IDL and torture test for wkssvc_NetrSetPrimaryComputername().Günther Deschner1-1/+7
Guenther (This used to be commit 1c50b9754e2745525e7c7cd577dba7e8744e6bd4)
2007-12-21r26155: Add IDL and torture teset for wkssvc_NetrMessageBufferSend().Günther Deschner1-1/+7
Guenther (This used to be commit 9de2f59d2b82b789c99fb82965b37b305c43b8fc)
2007-12-21r26154: Add IDL and torture test for wkssvc_NetrWorkstationStatistics(). A ↵Günther Deschner1-1/+50
lot of unknowns, I know... Guenther (This used to be commit de2c5d702ef6b14cb8ddf926f4c7e417ea9ebd5a)
2007-12-21r26152: Add IDL and torture test for wkssvc_NetrEnumerateComputerNames().Günther Deschner1-2/+19
Guenther (This used to be commit ea478168676e00a602f8181b408c4886b35d2fd3)
2007-12-21r26151: Add IDL and torture test for wkssvc_NetrValidateName() andGünther Deschner1-2/+23
wkssvc_NetrValidateName2(). Guenther (This used to be commit 9f63ec388dab09ef3148635eefa58f2e32c5d151)