Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Currently we don't SPNEGO negotiate back to NTLMSSP. Note this. | Jeremy Allison | 2008-02-14 | 1 | -4/+16 | |
| | | | | | | | | Jeremy. | |||||
| * | Ensure invalidate_vuid() deletes any ntlmssp state. | Jeremy Allison | 2008-02-14 | 1 | -0/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | Allow auth_ntlmssp_end() to ignore null pointers passed in. | Jeremy Allison | 2008-02-14 | 1 | -1/+6 | |
| | | | | | | | | Jeremy. | |||||
| * | Allow the mechOID to be written separately. | Jeremy Allison | 2008-02-14 | 1 | -2/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | Revert "Merge in J.Layton patch and resolve conflict." | Simo Sorce | 2008-02-14 | 1 | -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 | |||||
| * | Remove the regfio objects from the ldb commandlin tools object list - unused. | Michael Adam | 2008-02-14 | 1 | -1/+1 | |
| | | | | | | | | Michael | |||||
| * | Use the proper boolean constants. | Michael Adam | 2008-02-14 | 1 | -3/+3 | |
| | | | | | | | | Michael | |||||
| * | Clean up LIBTDB-related Makefile variables a bit | Michael Adam | 2008-02-14 | 1 | -9/+1 | |
| | | | | | | | | | | | | (removing commented out stuff). Michael | |||||
| * | Remove unused marshalling for LSA_REMOVE_ACCT_RIGHTS. | Günther Deschner | 2008-02-14 | 3 | -120/+0 | |
| | | | | | | | | Guenther | |||||
| * | Use rpccli_lsa_RemoveAccountRights() in net and rpcclient. | Günther Deschner | 2008-02-14 | 2 | -6/+36 | |
| | | | | | | | | Guenther | |||||
| * | Use pidl for _lsa_RemoveAccountRights. | Günther Deschner | 2008-02-14 | 2 | -48/+13 | |
| | | | | | | | | Guenther | |||||
| * | Re-run make idl. | Günther Deschner | 2008-02-14 | 4 | -8/+8 | |
| | | | | | | | | Guenther | |||||
| * | Fix IDL for lsa_RemoveAccountRights. | Günther Deschner | 2008-02-14 | 1 | -3/+3 | |
| | | | | | | | | Guenther | |||||
| * | Remove unused marshalling for LSA_ENUM_ACCT_RIGHTS. | Günther Deschner | 2008-02-14 | 3 | -178/+0 | |
| | | | | | | | | Guenther | |||||
| * | Use rpccli_lsa_EnumAccountRights in net and rpcclient. | Günther Deschner | 2008-02-14 | 2 | -21/+27 | |
| | | | | | | | | Guenther | |||||
| * | Fix IDL for lsa_EnumAccountRights. | Günther Deschner | 2008-02-14 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | Use pidl for _lsa_EnumAccountRights(). | Günther Deschner | 2008-02-14 | 2 | -39/+52 | |
| | | | | | | | | Guenther | |||||
| * | Remove unused marshalling for LSA_ADD_ACCT_RIGHTS. | Günther Deschner | 2008-02-14 | 3 | -111/+0 | |
| | | | | | | | | Guenther | |||||
| * | Use rpccli_lsa_AddAccountRights in net and rpcclient. | Günther Deschner | 2008-02-14 | 2 | -5/+34 | |
| | | | | | | | | Guenther | |||||
| * | Use pidl for _lsa_AddAccountRights(). | Günther Deschner | 2008-02-14 | 2 | -47/+11 | |
| | | | | | | | | Guenther | |||||
| * | Re-run make idl. | Günther Deschner | 2008-02-14 | 1 | -0/+3 | |
| | | | | | | | | Guenther | |||||
| * | Fix IDL for lsa_AddAccountRights. | Günther Deschner | 2008-02-14 | 1 | -3/+3 | |
| | | | | | | | | Guenther | |||||
| * | Create symbols to export in libtdb dynamically from tdb.h. | Michael Adam | 2008-02-14 | 4 | -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 | |||||
| * | Add support for building and using shared and static libtdb library. | Michael Adam | 2008-02-14 | 4 | -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 | |||||
| * | Fix a typo. | Michael Adam | 2008-02-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | This had no negative side effect since currently TALLOC_OBJ only consists of one object. Michael | |||||
| * | Remove unused marshalling for LSA_ADDPRIVS and LSA_REMOVEPRIVS. | Günther Deschner | 2008-02-14 | 2 | -211/+0 | |
| | | | | | | | | Guenther | |||||
| * | Use pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount. | Günther Deschner | 2008-02-14 | 3 | -71/+18 | |
| | | | | | | | | Guenther | |||||
| * | Add lsaaddpriv and lsadelpriv commands to rpcclient. | Günther Deschner | 2008-02-14 | 1 | -4/+172 | |
| | | | | | | | | Guenther | |||||
| * | Fix IDL for lsa_AddPrivilegesToAccount. | Günther Deschner | 2008-02-14 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | Remove unused marshalling for LSA_LOOKUP_PRIV_VALUE. | Günther Deschner | 2008-02-14 | 3 | -117/+0 | |
| | | | | | | | | Guenther | |||||
| * | Use rpccli_lsa_LookupPrivValue() in rpcclient. | Günther Deschner | 2008-02-14 | 1 | -2/+8 | |
| | | | | | | | | Guenther | |||||
| * | Use pidl for _lsa_LookupPrivValue(). | Günther Deschner | 2008-02-14 | 2 | -37/+9 | |
| | | | | | | | | Guenther | |||||
| * | Fix IDL for lsa_LookupPrivValue. | Günther Deschner | 2008-02-14 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | Remove unused marshalling for LSA_ENUMPRIVSACCOUNT. | Günther Deschner | 2008-02-14 | 3 | -153/+0 | |
| | | | | | | | | Guenther | |||||
| * | Use rpccli_lsa_EnumPrivsAccount() in rpcclient. | Günther Deschner | 2008-02-14 | 1 | -7/+10 | |
| | | | | | | | | Guenther | |||||
| * | Remove white space. | Günther Deschner | 2008-02-14 | 1 | -60/+60 | |
| | | | | | | | | Guenther | |||||
| * | Use pidl for _lsa_EnumPrivsAccount(). | Günther Deschner | 2008-02-14 | 2 | -37/+40 | |
| | | | | | | | | Guenther | |||||
| * | Re-run make idl. | Günther Deschner | 2008-02-14 | 5 | -19/+32 | |
| | | | | | | | | Guenther | |||||
| * | Fix IDL for lsa_EnumPrivsAccount. | Günther Deschner | 2008-02-14 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | Fix typo. | Günther Deschner | 2008-02-14 | 1 | -3/+3 | |
| | | | | | | | | Guenther | |||||
| * | Remove accidential commit. | Günther Deschner | 2008-02-14 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | Remove unused marshalling for LSA_ENUM_ACCOUNTS. | Günther Deschner | 2008-02-14 | 3 | -156/+0 | |
| | | | | | | | | Guenther | |||||
| * | Use rpccli_lsa_EnumAccounts() in net and rpcclient. | Günther Deschner | 2008-02-14 | 2 | -32/+39 | |
| | | | | | | | | Guenther | |||||
| * | Use pidl for _lsa_EnumAccounts. | Günther Deschner | 2008-02-14 | 2 | -48/+25 | |
| | | | | | | | | Guenther | |||||
| * | Re-run make idl. | Günther Deschner | 2008-02-14 | 2 | -4/+4 | |
| | | | | | | | | Guenther | |||||
| * | Fix IDL for lsa_EnumAccounts. | Günther Deschner | 2008-02-14 | 1 | -3/+3 | |
| | | | | | | | | Guenther | |||||
| * | Try and fix the Darwin build with dynamic libs. | Michael Adam | 2008-02-14 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | Golly gosh, this one took me quite some time to figure out! Hopefully, I did not introduce any typos copying... Michael | |||||
| * | Remove unused marshalling for NET_LOGON_CTRL and NET_LOGON_CTRL2. | Günther Deschner | 2008-02-13 | 3 | -545/+0 | |
| | | | | | | | | Guenther | |||||
| * | Use pidl for _netr_LogonControl2. | Günther Deschner | 2008-02-13 | 2 | -50/+51 | |
| | | | | | | | | Guenther | |||||
| * | Add some netr_NETLOGON_INFO init functions. | Günther Deschner | 2008-02-13 | 1 | -3/+43 | |
| | | | | | | | | Guenther |