summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Add libtdb dependency to libsmbclient, libsmbsharemodes and libnetapi.Michael Adam2008-02-151-6/+6
* Remove unused marshalling for NET_SAM_SYNC.Günther Deschner2008-02-153-1563/+0
* Convert "net rpc vampire/samdump" to pidl generated functions.Günther Deschner2008-02-151-388/+556
* Use rpccli_netr_DatabaseSync2() in rpcclient.Günther Deschner2008-02-151-15/+44
* Re-run make idl.Günther Deschner2008-02-155-15/+49
* Fix IDL for netr_DatabaseSync2.Günther Deschner2008-02-151-3/+3
* Remove unused marshalling for NET_SAM_DELTAS.Günther Deschner2008-02-153-216/+0
* Use rpccli_netr_DatabaseDeltas() in rpcclient.Günther Deschner2008-02-151-87/+159
* Add netlogon_creds_client_check and netlogon_creds_client_step.Günther Deschner2008-02-151-0/+31
* Re-run make idl.Günther Deschner2008-02-155-15/+49
* Fix IDL for netr_DatabaseDeltas.Günther Deschner2008-02-151-3/+3
* Remove some unused/redundant set of netlogon headers.Günther Deschner2008-02-151-41/+0
* Use -ltdb instead of bin/libtdb.so for linking.Michael Adam2008-02-151-1/+1
* Fix the build on IRIX by placing the object files before the shared libs in l...Michael Adam2008-02-151-4/+4
* Fix a pointer to int conversion warning: cast the int instead.Michael Adam2008-02-151-1/+1
* Fix two const warnings.Michael Adam2008-02-151-2/+2
* Try to fix the build of smbiconv on systems without native iconv.Michael Adam2008-02-151-1/+1
* Remove libwbclient.a from standard (static) libsmbclient object list.Michael Adam2008-02-151-11/+13
* 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
* 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