summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | Remove unused marshalling for NET_AUTH3.Günther Deschner2008-02-173-164/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit ccf3ba0f5ce30d45a3d644552d1245391bf01754)
| | * | | | | | | Remove unused marshalling for NET_SAM_LOGON_EX and finally NET_USER_INFO_3.Günther Deschner2008-02-174-1043/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit ead1f11dd21b1df9a595295b3513c5f6088397c9)
| | * | | | | | | Remove unused marshalling for NET_AUTH. This must have been forgotten.Günther Deschner2008-02-172-59/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 7bbd64c16f8dda85275ddca0fd00849f890c6e4f)
| | * | | | | | | Use rpccli_netr_LogonSamLogonEx in rpccli wrapping function.Günther Deschner2008-02-171-39/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 51a664cd5fc1cecc21a8a515bb959cac87296bcb)
| | * | | | | | | Remove unused marshalling for NET_SAM_LOGON.Günther Deschner2008-02-172-350/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit eefc6bb86fb9196818da9d5c6384c85355794981)
| | * | | | | | | Finally let our samlogon routines call rpccli_netr_LogonSamLogon internally andGünther Deschner2008-02-172-146/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | return netr_SamInfo3. Guenther (This used to be commit 9e5b732d451f6a2f09d2a71e5a3aec59c771db01)
| | * | | | | | | Use netr_SamInfo3 in remaining places.Günther Deschner2008-02-173-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 92fca97951bf7adf8caaeabdaff21682b18dd91f)
| | * | | | | | | Use netr_SamInfo3 everywhere in winbindd.Günther Deschner2008-02-176-139/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit d9502eb75395131d5a8130ff2c4ebace106cb974)
| | * | | | | | | Add some more samlogon related netlogon init functions.Günther Deschner2008-02-171-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit df90a37c3e765faf69a77522d58e3a5f7f70b418)
| | * | | | | | | Getting rid of net_io_user_info3() when sending an NDR encoded netr_SamInfo3.Günther Deschner2008-02-171-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit f22ba8aee2ff90e9e34db066d506fec24c52379f)
| | * | | | | | | Fix some more callers of PAC_DATA.Günther Deschner2008-02-173-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit ea609d1b0e82d7c366dd73013228003136264b64)
| | * | | | | | | Use new IDL based PAC structures in clikrb5.cGünther Deschner2008-02-172-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 3b0135d57e1e70175a5eec49b603a2e5f700c770)
| | * | | | | | | Some more cleanup in authdata.c.Günther Deschner2008-02-171-621/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 5483f5fb44bb2138a1348c05845a2b8f3588697a)
| | * | | | | | | Align our krb5 PAC decoding routines to the samba4 ones.Günther Deschner2008-02-171-234/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (while keeping all the trans krb5 lib support) Guenther (This used to be commit c06e507737bb07ff995876e49341de3f60b0da35)
| | * | | | | | | Use netr_SamInfo3 in samlogon cache and use ndr functions for storing the blob.Günther Deschner2008-02-171-98/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit bf860ae1ac6765b1eb6e2ca9b667b19b4e661fda)
| | * | | | | | | Use netr_SamInfo3 in make_server_info_info3().Günther Deschner2008-02-171-25/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 5866c11b288c217f0c38240c44f8bfeff185890d)
| | * | | | | | | Use new structs in reply_spnego_kerberos().Günther Deschner2008-02-171-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit c55160f8e866d9b24a4dad234af78ae46c236a37)
| | * | | | | | | Use netr_SamInfo3 in sid_array_from_info3.Günther Deschner2008-02-171-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 06095e8c705fc292323fa8d0110ae3aaeccab949)
| | * | | | | | | Add missing header file.Günther Deschner2008-02-171-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 5095c59f8930212c20a0713464c9620220388aeb)
| | * | | | | | | Re-run make idl.Günther Deschner2008-02-172-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit d0ceb482eb3ee1f8d8253152bab9de8b086ee76e)
| | * | | | | | | Add netsamlogoncache_entry to krb5pac IDL, probably not the most accurate ↵Günther Deschner2008-02-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | place... Guenther (This used to be commit 1bc35cf592f3e5d5873320f8669424a2bbaaa073)
| | * | | | | | | Add krb5pac IDL from samba4.Günther Deschner2008-02-176-2/+1200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit dc2e563e1fe5a18dc799e195d89199a59e3e05a7)
| | * | | | | | | Add missing dependency to libtdb to libnss_wins.soMichael Adam2008-02-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Michael (This used to be commit 05e63993184f084139cd9536ae1a6445b601fa1f)
| | * | | | | | | Remove unused code, make fns staticVolker Lendecke2008-02-161-20/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (This used to be commit 5c762c6d57dce1016ebe2613a75b492eeac84c3d)
| | * | | | | | | Remove unused netlogon delta defines.Günther Deschner2008-02-161-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 2c235d2f37522e3a836524a6a165a930bff099a4)
| | * | | | | | | Remove unused marshalling for NET_SRV_PWSET.Günther Deschner2008-02-163-129/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit e48737f04d2324b604f3290904ec6163a6242ae5)
| | * | | | | | | Use rpccli_netr_ServerPasswordSet in "just_change_the_password()".Günther Deschner2008-02-161-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 33f91c894488687a42500e751eb9016d99d9129c)
| | * | | | | | | Remove unused creds_server_check and creds_server_step.Günther Deschner2008-02-161-41/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 2fb73a3545634982d17d3823cb629f06c5779fc0)
| | * | | | | | | YES! NETLOGON rpc server side migration to pidl finished.Günther Deschner2008-02-164-173/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 7845a0d9a8f938c1be888ab2d9aa6c35d6f1dbad)
| | * | | | | | | Use pidl for _netr_LogonSamLogon() and _netr_LogonSamLogonEx().Günther Deschner2008-02-162-190/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 0d0b93995399bba0acf891fab107fd93ecec321f)
| | * | | | | | | Add generated ndr_eventlog leftover produced by recent pidl changes.Günther Deschner2008-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 0efaf76eecacd26edbc6e020230159eb5dd44b15)
| | * | | | | | | Re-run make idl.Günther Deschner2008-02-164-18/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 3a200957b2028198b9ee59f71da0f0b6601c95e2)
| | * | | | | | | Fix IDL for netr_LogonSamLogonEx.Günther Deschner2008-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 6564d78c4504c0191c25dba03c381a8b3591aab5)
| | * | | | | | | Fix IDL for netr_LogonSamLogon.Günther Deschner2008-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 188b81b3e053bbcb01bb13d9f185a45b75ac6365)
| | * | | | | | | Add init_netr_SamInfo3 routine.Günther Deschner2008-02-162-1/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit bf598744c5af1a14abd25c316c243d00b94cbbe0)
| | * | | | | | | Remove unused marshalling for NET_REQ_CHAL and NET_AUTH2.Günther Deschner2008-02-163-256/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 2123aff75c8db431cb37d132058902287e740a85)
| | * | | | | | | Replace DOM_CHAL with "struct netr_Credential" where we can right now.Günther Deschner2008-02-154-49/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to remove some more old netlogon client calls. Guenther (This used to be commit c0b1a876583230a5130f5df1965d6c742961bcdc)
| | * | | | | | | Fix the netlogon rpc_server build.Günther Deschner2008-02-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 47806386e5cb12919615bb3075c9ed613efa4fdb)
| | * | | | | | | Re-run make idl.Günther Deschner2008-02-156-47/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit b7818ec598fc942ba9c86dac0d47e239a6953301)
| | * | | | | | | Fix IDL for netr_ServerReqChallenge, netr_ServerAuthenticate andGünther Deschner2008-02-151-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | netr_ServerAuthenticate2 to match what is on NDR and to generate a more appropriate samba3 netlogon client. Guenther (This used to be commit 3bee9b89792055bc902e3feab21e80a6f5a756fe)
| | * | | | | | | Remove unused marshalling for NET_SAM_LOGOFF.Günther Deschner2008-02-152-61/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit b419e7fa32ce34ee1ddde562223fe08f5d07a012)
| | * | | | | | | Use pidl for _netr_LogonSamLogoff().Günther Deschner2008-02-152-51/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit a9683cbf4352ce331156f40b24a481fc87854b50)
| | * | | | | | | Use pidl for _netr_ServerAuthenticate2().Günther Deschner2008-02-152-78/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 5d81cc136bcd8f53bedea6de5380b1147862c391)
| * | | | | | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-02-153-126/+87
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test (This used to be commit 3957ada4b6aa1f349ac1504125c4013512829ced)
| | * | | | | | | Use pidl for _netr_ServerAuthenticate().Günther Deschner2008-02-152-63/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 943386c5dd601f5c8cf85bfcb08f731dd5a6437d)
| | * | | | | | | Use pidl for _netr_ServerPasswordSet().Günther Deschner2008-02-152-63/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit 85b7489dd2e8181ee48caa8273020885a08bbb74)
| | * | | | | | | Add netlogon_creds_server_check and netlogon_creds_server_step.Günther Deschner2008-02-151-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Guenther (This used to be commit ea0bf74918e7b009439452ea14ed68b0ce620787)
| * | | | | | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-02-1522-2762/+1362
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v3-2-test (This used to be commit 847874ca757ac8ca32082305c8caed5abc7fed1d)
| | * | | | | | | Reformat copied reg_savekey/reg_restorekey code.Michael Adam2008-02-151-86/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sticking to coding rules. Michael (This used to be commit 2c54ef2d07ab440f1c163b666caedcb9c061543b)
| | * | | | | | | Move the implementation of _winreg_RestoreKey to reg_api.cMichael Adam2008-02-153-127/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the internals of reg_api from srv_winreg_nt.c entirely, only reg_api is used there, now. This enlarges the dependencies of reg_api somewhat now since it adds regfio. But this can be separated out later. The current goal is to achieve a complete use of reg_api. Michael (This used to be commit 2222acbac955cd6d5bd48d1ce5cf4b4c7c067093)