summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
| | * wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex co...Stefan Metzmacher2008-02-151-1/+4
| | * libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-151-21/+7
| | * libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()Stefan Metzmacher2008-02-151-4/+36
| | * libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parametersStefan Metzmacher2008-02-151-12/+48
| | * Add orphaned target smbiconv to "make everything" targets.Michael Adam2008-02-151-1/+1
| | * Fix linkage of bin/smbiconv by adding needed libs and objects.Michael Adam2008-02-151-3/+3
| | * Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef rea...Michael Adam2008-02-151-0/+1
| | * Remove torture/samtest.h - last trace of late samtest.Michael Adam2008-02-151-37/+0
| | * Remove useless build-target bin/samtest. (The objects exist no more.)Michael Adam2008-02-151-4/+0
| | * Fix build of cifs.spnego with libtdb.Michael Adam2008-02-151-2/+2
| | * Use -ltdb instead of bin/libtdb.so for linking.Michael Adam2008-02-151-1/+1
| | * Fix build of smbumount with shared libtdb.Michael Adam2008-02-151-2/+2
| | * Fix building smbmount with shared libtdb.Michael Adam2008-02-151-2/+2
| * | Fix "warning: 'cmd' may be used uninitialized in this function"Jeremy Allison2008-02-141-0/+3
| |/
| * Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.Jeremy Allison2008-02-141-28/+81
| * Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.Jeremy Allison2008-02-141-20/+35
| * Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.Jeremy Allison2008-02-141-4/+16
| * Ensure invalidate_vuid() deletes any ntlmssp state.Jeremy Allison2008-02-141-0/+4
| * Allow auth_ntlmssp_end() to ignore null pointers passed in.Jeremy Allison2008-02-141-1/+6
| * Allow the mechOID to be written separately.Jeremy Allison2008-02-141-2/+4
| * Revert "Merge in J.Layton patch and resolve conflict."Simo Sorce2008-02-141-64/+26
| * Remove the regfio objects from the ldb commandlin tools object list - unused.Michael Adam2008-02-141-1/+1
| * Use the proper boolean constants.Michael Adam2008-02-141-3/+3
| * Clean up LIBTDB-related Makefile variables a bitMichael Adam2008-02-141-9/+1
| * Remove unused marshalling for LSA_REMOVE_ACCT_RIGHTS.Günther Deschner2008-02-143-120/+0
| * Use rpccli_lsa_RemoveAccountRights() in net and rpcclient.Günther Deschner2008-02-142-6/+36
| * Use pidl for _lsa_RemoveAccountRights.Günther Deschner2008-02-142-48/+13
| * Re-run make idl.Günther Deschner2008-02-144-8/+8
| * Fix IDL for lsa_RemoveAccountRights.Günther Deschner2008-02-141-3/+3
| * Remove unused marshalling for LSA_ENUM_ACCT_RIGHTS.Günther Deschner2008-02-143-178/+0
| * Use rpccli_lsa_EnumAccountRights in net and rpcclient.Günther Deschner2008-02-142-21/+27
| * Fix IDL for lsa_EnumAccountRights.Günther Deschner2008-02-141-2/+2
| * Use pidl for _lsa_EnumAccountRights().Günther Deschner2008-02-142-39/+52
| * Remove unused marshalling for LSA_ADD_ACCT_RIGHTS.Günther Deschner2008-02-143-111/+0
| * Use rpccli_lsa_AddAccountRights in net and rpcclient.Günther Deschner2008-02-142-5/+34
| * Use pidl for _lsa_AddAccountRights().Günther Deschner2008-02-142-47/+11
| * Re-run make idl.Günther Deschner2008-02-141-0/+3
| * Fix IDL for lsa_AddAccountRights.Günther Deschner2008-02-141-3/+3
| * Create symbols to export in libtdb dynamically from tdb.h.Michael Adam2008-02-144-7/+132
| * Add support for building and using shared and static libtdb library.Michael Adam2008-02-144-103/+207
| * Fix a typo.Michael Adam2008-02-141-1/+1
| * Remove unused marshalling for LSA_ADDPRIVS and LSA_REMOVEPRIVS.Günther Deschner2008-02-142-211/+0
| * Use pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount.Günther Deschner2008-02-143-71/+18
| * Add lsaaddpriv and lsadelpriv commands to rpcclient.Günther Deschner2008-02-141-4/+172
| * Fix IDL for lsa_AddPrivilegesToAccount.Günther Deschner2008-02-141-1/+1
| * Remove unused marshalling for LSA_LOOKUP_PRIV_VALUE.Günther Deschner2008-02-143-117/+0
| * Use rpccli_lsa_LookupPrivValue() in rpcclient.Günther Deschner2008-02-141-2/+8
| * Use pidl for _lsa_LookupPrivValue().Günther Deschner2008-02-142-37/+9
| * Fix IDL for lsa_LookupPrivValue.Günther Deschner2008-02-141-2/+2
| * Remove unused marshalling for LSA_ENUMPRIVSACCOUNT.Günther Deschner2008-02-143-153/+0