summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-02-14Fix "warning: 'cmd' may be used uninitialized in this function"Jeremy Allison1-0/+3
Jeremy. (This used to be commit 58b0f022ffce7fda531f6f8ea7392a963e8ec0c5)
2008-02-14Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.Jeremy Allison1-28/+81
Previously we didn't implement the 'NEGO' part of SPNEGO :-). Jeremy. (This used to be commit 8767a0dab95c544878b4187157e494e740974bb8)
2008-02-14Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.Jeremy Allison1-20/+35
Jeremy. (This used to be commit 67768fc71f9bd7ff3d61acc50360356b524ae923)
2008-02-14Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.Jeremy Allison1-4/+16
Jeremy. (This used to be commit 8cd04b948bfba3896d40c9e314a197f60ad76833)
2008-02-14Ensure invalidate_vuid() deletes any ntlmssp state.Jeremy Allison1-0/+4
Jeremy. (This used to be commit b41799c351c72b268ef094047a51766747671280)
2008-02-14Allow auth_ntlmssp_end() to ignore null pointers passed in.Jeremy Allison1-1/+6
Jeremy. (This used to be commit b7628f3a47166791db4cd6451d52ea3881a45bed)
2008-02-14Allow the mechOID to be written separately.Jeremy Allison1-2/+4
Jeremy. (This used to be commit e3e08c6e7d270e1be7a9d3042b1f36f5a291f90a)
2008-02-14Revert "Merge in J.Layton patch and resolve conflict."Simo Sorce1-64/+26
This reverts commit 6b1a118eaaab405eeef0cf3c0488a2747af562ba. We found that this patch does not play well with currently released cifs.ko code, so after discussions with Jeff Layton and Steve french we decided it is best to back it off and re-think a better approach. Jeff will send new patches later, but for now it is better to just revert to the previous code (This used to be commit c5b7d538ecfa93377ff20704633ac57dbf8dd530)
2008-02-14Remove the regfio objects from the ldb commandlin tools object list - unused.Michael Adam1-1/+1
Michael (This used to be commit 047c5ba740c6b6c3d6bacf818dcdae8ec0af2292)
2008-02-14Use the proper boolean constants.Michael Adam1-3/+3
Michael (This used to be commit 1c215325d1fb90f92fbe85011ab822892d5c994b)
2008-02-14Clean up LIBTDB-related Makefile variables a bitMichael Adam1-9/+1
(removing commented out stuff). Michael (This used to be commit 0755785d80f22fe7d8d5be682f4c7bd88c987c3c)
2008-02-14Remove unused marshalling for LSA_REMOVE_ACCT_RIGHTS.Günther Deschner3-120/+0
Guenther (This used to be commit 80e39330bf15cc57f2780a5b900d8a2b14d92fa9)
2008-02-14Use rpccli_lsa_RemoveAccountRights() in net and rpcclient.Günther Deschner2-6/+36
Guenther (This used to be commit 78200d88924bbef3df7185fc3a0e1753160a592f)
2008-02-14Use pidl for _lsa_RemoveAccountRights.Günther Deschner2-48/+13
Guenther (This used to be commit 39f8508f5d978a936779fdfd51b90fec4faa4301)
2008-02-14Re-run make idl.Günther Deschner4-8/+8
Guenther (This used to be commit 3436a54662fad1c69cfd1211f1afaa5a9d3d6d36)
2008-02-14Fix IDL for lsa_RemoveAccountRights.Günther Deschner1-3/+3
Guenther (This used to be commit d65b2504de6e433e1ca3ea8aa839b4209dd1b99a)
2008-02-14Remove unused marshalling for LSA_ENUM_ACCT_RIGHTS.Günther Deschner3-178/+0
Guenther (This used to be commit 34c0e64026b7f5f223c7d7f1d7e162b5659f3bd3)
2008-02-14Use rpccli_lsa_EnumAccountRights in net and rpcclient.Günther Deschner2-21/+27
Guenther (This used to be commit 6e9195329d9f2b26c959f64485902c032f140ec8)
2008-02-14Fix IDL for lsa_EnumAccountRights.Günther Deschner1-2/+2
Guenther (This used to be commit ef9b65dd115591d8976f0248cf1c639fd05c03d7)
2008-02-14Use pidl for _lsa_EnumAccountRights().Günther Deschner2-39/+52
Guenther (This used to be commit cb6a84712cf91d104206356f0ac256a071868d66)
2008-02-14Remove unused marshalling for LSA_ADD_ACCT_RIGHTS.Günther Deschner3-111/+0
Guenther (This used to be commit 15b97d1aafd6c8ad936944b611188154b191167f)
2008-02-14Use rpccli_lsa_AddAccountRights in net and rpcclient.Günther Deschner2-5/+34
Guenther (This used to be commit e94ded74d6541d1d8954cfbbbd577ca0c83ecd4c)
2008-02-14Use pidl for _lsa_AddAccountRights().Günther Deschner2-47/+11
Guenther (This used to be commit 253cf1523871f2218e9e59b0a01f47b8bc745ac9)
2008-02-14Re-run make idl.Günther Deschner1-0/+3
Guenther (This used to be commit 5137ebe068c32ce7cb204cff049ba7f7f2d86abc)
2008-02-14Fix IDL for lsa_AddAccountRights.Günther Deschner1-3/+3
Guenther (This used to be commit 7319986a3e9a640ea2d605dc7a2104f43f74f8a2)
2008-02-14Create symbols to export in libtdb dynamically from tdb.h.Michael Adam4-7/+132
This adds a general mechanism to create version-scripts for linking shared libraries from one or several header files, similar to mkproto.sh/awk. Michael (This used to be commit 65817703c49a7410f4f0c8b46494ede6169d9fa6)
2008-02-14Add support for building and using shared and static libtdb library.Michael Adam4-103/+207
This should work with m4_include(lib/tdb/libtdb.m4) like already done with talloc, but currently this does not work (yet) - tdb code has to be merged from s4 before that. Michael (This used to be commit e92fdf6b202bd67a9bb6fcc1ced56513a2d0bd3f)
2008-02-14Fix a typo.Michael Adam1-1/+1
This had no negative side effect since currently TALLOC_OBJ only consists of one object. Michael (This used to be commit 9cf3be852024f05a73bf23fe5df6264e5252889b)
2008-02-14Remove unused marshalling for LSA_ADDPRIVS and LSA_REMOVEPRIVS.Günther Deschner2-211/+0
Guenther (This used to be commit 5b700aba1a2e1559c17fec9d82e87312e8a5b15d)
2008-02-14Use pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount.Günther Deschner3-71/+18
Guenther (This used to be commit 0c9904864b5c3b893f99abdebb18d9624aa0f560)
2008-02-14Add lsaaddpriv and lsadelpriv commands to rpcclient.Günther Deschner1-4/+172
Guenther (This used to be commit e55bb83f84d0d459f4280c2a4bfa4cc14bd3924d)
2008-02-14Fix IDL for lsa_AddPrivilegesToAccount.Günther Deschner1-1/+1
Guenther (This used to be commit 21f82166982784c9685a6403c8db21f421ed0bad)
2008-02-14Remove unused marshalling for LSA_LOOKUP_PRIV_VALUE.Günther Deschner3-117/+0
Guenther (This used to be commit 8125d8557fb4b27873f8eabc6ad1019491d18cce)
2008-02-14Use rpccli_lsa_LookupPrivValue() in rpcclient.Günther Deschner1-2/+8
Guenther (This used to be commit c15243dd1faaa01cd05d6e2f6ae873cc32097397)
2008-02-14Use pidl for _lsa_LookupPrivValue().Günther Deschner2-37/+9
Guenther (This used to be commit 87dc2471d1c2a5be17604399d4f684193a6bba38)
2008-02-14Fix IDL for lsa_LookupPrivValue.Günther Deschner1-2/+2
Guenther (This used to be commit 05386f70566e272247ed917b51d712054196ebcb)
2008-02-14Remove unused marshalling for LSA_ENUMPRIVSACCOUNT.Günther Deschner3-153/+0
Guenther (This used to be commit 004598bc1322b6e2deb62115713768682fee988e)
2008-02-14Use rpccli_lsa_EnumPrivsAccount() in rpcclient.Günther Deschner1-7/+10
Guenther (This used to be commit c28b52dcfedd575f5ae4ed7942857d3853bdd051)
2008-02-14Remove white space.Günther Deschner1-60/+60
Guenther (This used to be commit a33ed085094b200e153939cb1b02e567f07b1e50)
2008-02-14Use pidl for _lsa_EnumPrivsAccount().Günther Deschner2-37/+40
Guenther (This used to be commit d7655932a7cb436f1ee44e443882e2f06d598aa0)
2008-02-14Re-run make idl.Günther Deschner5-19/+32
Guenther (This used to be commit e75283178dee42a64ec3963f64652c202f0dbd0b)
2008-02-14Fix IDL for lsa_EnumPrivsAccount.Günther Deschner1-1/+1
Guenther (This used to be commit 369df93875c501af460d87b67bb5e919f7741a69)
2008-02-14Fix typo.Günther Deschner1-3/+3
Guenther (This used to be commit 4e3357ac3a1b0adac1744a71f997e3442e0e4209)
2008-02-14Remove accidential commit.Günther Deschner1-1/+1
Guenther (This used to be commit 2ab1167e156e989f4b60fcb4dbc7d7eefc64bed0)
2008-02-14Remove unused marshalling for LSA_ENUM_ACCOUNTS.Günther Deschner3-156/+0
Guenther (This used to be commit 8c476ad51622f76bf8f03f6255369b8e19f24a72)
2008-02-14Use rpccli_lsa_EnumAccounts() in net and rpcclient.Günther Deschner2-32/+39
Guenther (This used to be commit bdbcfa4419a54b98ea577b0052894ddaa06890ce)
2008-02-14Use pidl for _lsa_EnumAccounts.Günther Deschner2-48/+25
Guenther (This used to be commit 07e5138ad960bce8569ea593ca9a1b4fbf2b1048)
2008-02-14Re-run make idl.Günther Deschner2-4/+4
Guenther (This used to be commit debf51aa966d1f243894d458069346a60c76714b)
2008-02-14Fix IDL for lsa_EnumAccounts.Günther Deschner1-3/+3
Guenther (This used to be commit d4744fe33fa99152f414e6e3a048eb9479f3d2b2)
2008-02-14Try and fix the Darwin build with dynamic libs.Michael Adam1-1/+3
Golly gosh, this one took me quite some time to figure out! Hopefully, I did not introduce any typos copying... Michael (This used to be commit 85ca2c9edb9ac54d3fa18d6b343a73dda1d48040)