summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-15libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()Stefan Metzmacher1-4/+36
2008-02-15libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parametersStefan Metzmacher1-12/+48
2008-02-15Add orphaned target smbiconv to "make everything" targets.Michael Adam1-1/+1
2008-02-15Fix linkage of bin/smbiconv by adding needed libs and objects.Michael Adam1-3/+3
2008-02-15Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef rea...Michael Adam1-0/+1
2008-02-15Remove torture/samtest.h - last trace of late samtest.Michael Adam1-37/+0
2008-02-15Remove useless build-target bin/samtest. (The objects exist no more.)Michael Adam1-4/+0
2008-02-15Fix build of cifs.spnego with libtdb.Michael Adam1-2/+2
2008-02-15Use -ltdb instead of bin/libtdb.so for linking.Michael Adam1-1/+1
2008-02-15Fix build of smbumount with shared libtdb.Michael Adam1-2/+2
2008-02-15Fix building smbmount with shared libtdb.Michael Adam1-2/+2
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