summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-02-15Rename registry_init_regdb() to registry_init_smbconf().Michael Adam3-4/+4
2008-02-15Add libtdb dependency to libsmbclient, libsmbsharemodes and libnetapi.Michael Adam1-6/+6
2008-02-15Remove unused marshalling for NET_SAM_SYNC.Günther Deschner3-1563/+0
2008-02-15Convert "net rpc vampire/samdump" to pidl generated functions.Günther Deschner1-388/+556
2008-02-15Use rpccli_netr_DatabaseSync2() in rpcclient.Günther Deschner1-15/+44
2008-02-15Re-run make idl.Günther Deschner5-15/+49
2008-02-15Fix IDL for netr_DatabaseSync2.Günther Deschner1-3/+3
2008-02-15Remove unused marshalling for NET_SAM_DELTAS.Günther Deschner3-216/+0
2008-02-15Use rpccli_netr_DatabaseDeltas() in rpcclient.Günther Deschner1-87/+159
2008-02-15Add netlogon_creds_client_check and netlogon_creds_client_step.Günther Deschner1-0/+31
2008-02-15Re-run make idl.Günther Deschner5-15/+49
2008-02-15Fix IDL for netr_DatabaseDeltas.Günther Deschner1-3/+3
2008-02-15Remove some unused/redundant set of netlogon headers.Günther Deschner1-41/+0
2008-02-15Use -ltdb instead of bin/libtdb.so for linking.Michael Adam1-1/+1
2008-02-15Fix the build on IRIX by placing the object files before the shared libs in l...Michael Adam1-4/+4
2008-02-15Fix a pointer to int conversion warning: cast the int instead.Michael Adam1-1/+1
2008-02-15Fix two const warnings.Michael Adam1-2/+2
2008-02-15Try to fix the build of smbiconv on systems without native iconv.Michael Adam1-1/+1
2008-02-15Remove libwbclient.a from standard (static) libsmbclient object list.Michael Adam1-11/+13
2008-02-15wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex co...Stefan Metzmacher1-1/+4
2008-02-15libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()Stefan Metzmacher1-21/+7
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