summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-14Fix "warning: 'cmd' may be used uninitialized in this function"Jeremy Allison1-0/+3
2008-02-14Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.Jeremy Allison1-28/+81
2008-02-14Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.Jeremy Allison1-20/+35
2008-02-14Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.Jeremy Allison1-4/+16
2008-02-14Ensure invalidate_vuid() deletes any ntlmssp state.Jeremy Allison1-0/+4
2008-02-14Allow auth_ntlmssp_end() to ignore null pointers passed in.Jeremy Allison1-1/+6
2008-02-14Allow the mechOID to be written separately.Jeremy Allison1-2/+4
2008-02-14Revert "Merge in J.Layton patch and resolve conflict."Simo Sorce1-64/+26
2008-02-14Remove the regfio objects from the ldb commandlin tools object list - unused.Michael Adam1-1/+1
2008-02-14Use the proper boolean constants.Michael Adam1-3/+3
2008-02-14Clean up LIBTDB-related Makefile variables a bitMichael Adam1-9/+1
2008-02-14Remove unused marshalling for LSA_REMOVE_ACCT_RIGHTS.Günther Deschner3-120/+0
2008-02-14Use rpccli_lsa_RemoveAccountRights() in net and rpcclient.Günther Deschner2-6/+36
2008-02-14Use pidl for _lsa_RemoveAccountRights.Günther Deschner2-48/+13
2008-02-14Re-run make idl.Günther Deschner4-8/+8
2008-02-14Fix IDL for lsa_RemoveAccountRights.Günther Deschner1-3/+3
2008-02-14Remove unused marshalling for LSA_ENUM_ACCT_RIGHTS.Günther Deschner3-178/+0
2008-02-14Use rpccli_lsa_EnumAccountRights in net and rpcclient.Günther Deschner2-21/+27
2008-02-14Fix IDL for lsa_EnumAccountRights.Günther Deschner1-2/+2
2008-02-14Use pidl for _lsa_EnumAccountRights().Günther Deschner2-39/+52
2008-02-14Remove unused marshalling for LSA_ADD_ACCT_RIGHTS.Günther Deschner3-111/+0
2008-02-14Use rpccli_lsa_AddAccountRights in net and rpcclient.Günther Deschner2-5/+34
2008-02-14Use pidl for _lsa_AddAccountRights().Günther Deschner2-47/+11
2008-02-14Re-run make idl.Günther Deschner1-0/+3
2008-02-14Fix IDL for lsa_AddAccountRights.Günther Deschner1-3/+3
2008-02-14Create symbols to export in libtdb dynamically from tdb.h.Michael Adam4-7/+132
2008-02-14Add support for building and using shared and static libtdb library.Michael Adam4-103/+207
2008-02-14Fix a typo.Michael Adam1-1/+1
2008-02-14Remove unused marshalling for LSA_ADDPRIVS and LSA_REMOVEPRIVS.Günther Deschner2-211/+0
2008-02-14Use pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount.Günther Deschner3-71/+18
2008-02-14Add lsaaddpriv and lsadelpriv commands to rpcclient.Günther Deschner1-4/+172
2008-02-14Fix IDL for lsa_AddPrivilegesToAccount.Günther Deschner1-1/+1
2008-02-14Remove unused marshalling for LSA_LOOKUP_PRIV_VALUE.Günther Deschner3-117/+0
2008-02-14Use rpccli_lsa_LookupPrivValue() in rpcclient.Günther Deschner1-2/+8
2008-02-14Use pidl for _lsa_LookupPrivValue().Günther Deschner2-37/+9
2008-02-14Fix IDL for lsa_LookupPrivValue.Günther Deschner1-2/+2
2008-02-14Remove unused marshalling for LSA_ENUMPRIVSACCOUNT.Günther Deschner3-153/+0
2008-02-14Use rpccli_lsa_EnumPrivsAccount() in rpcclient.Günther Deschner1-7/+10
2008-02-14Remove white space.Günther Deschner1-60/+60
2008-02-14Use pidl for _lsa_EnumPrivsAccount().Günther Deschner2-37/+40
2008-02-14Re-run make idl.Günther Deschner5-19/+32
2008-02-14Fix IDL for lsa_EnumPrivsAccount.Günther Deschner1-1/+1
2008-02-14Fix typo.Günther Deschner1-3/+3
2008-02-14Remove accidential commit.Günther Deschner1-1/+1
2008-02-14Remove unused marshalling for LSA_ENUM_ACCOUNTS.Günther Deschner3-156/+0
2008-02-14Use rpccli_lsa_EnumAccounts() in net and rpcclient.Günther Deschner2-32/+39
2008-02-14Use pidl for _lsa_EnumAccounts.Günther Deschner2-48/+25
2008-02-14Re-run make idl.Günther Deschner2-4/+4
2008-02-14Fix IDL for lsa_EnumAccounts.Günther Deschner1-3/+3
2008-02-14Try and fix the Darwin build with dynamic libs.Michael Adam1-1/+3