summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2008-02-15Rename registry_init_regdb() to registry_init_smbconf().Michael Adam3-4/+4
That's what it actually is. Michael (This used to be commit 9d3c27f55726dbdce41fcf71c8bc1a7829340268)
2008-02-15Add libtdb dependency to libsmbclient, libsmbsharemodes and libnetapi.Michael Adam1-6/+6
Michael (This used to be commit 94d9d5023eee1bdfd8a06581683829cf265f2f0a)
2008-02-15Remove unused marshalling for NET_SAM_SYNC.Günther Deschner3-1563/+0
Guenther (This used to be commit a94d93725a649c7a0ac1fcd61ea07579f65596da)
2008-02-15Convert "net rpc vampire/samdump" to pidl generated functions.Günther Deschner1-388/+556
Guenther (This used to be commit f53393677d2c4b5ca117eed3ed660fafc4c650da)
2008-02-15Use rpccli_netr_DatabaseSync2() in rpcclient.Günther Deschner1-15/+44
Guenther (This used to be commit 042173b00e023b4d4e7739524e24baa8803850bd)
2008-02-15Re-run make idl.Günther Deschner5-15/+49
Guenther (This used to be commit 2add8790199079753c21ec2797e14b8bed2d8278)
2008-02-15Fix IDL for netr_DatabaseSync2.Günther Deschner1-3/+3
Guenther (This used to be commit 6355a8ee9789b8a30b00876835c22a724e637cf1)
2008-02-15Remove unused marshalling for NET_SAM_DELTAS.Günther Deschner3-216/+0
Guenther (This used to be commit 2dd01f07411744f1f8fec0bff7af554db08ab960)
2008-02-15Use rpccli_netr_DatabaseDeltas() in rpcclient.Günther Deschner1-87/+159
Guenther (This used to be commit 72ad42fee30242eb57ae0db825127fdb8f9375fd)
2008-02-15Add netlogon_creds_client_check and netlogon_creds_client_step.Günther Deschner1-0/+31
Guenther (This used to be commit 41d33a2507e3fae7837bb8e42b1ac30cc31c31dc)
2008-02-15Re-run make idl.Günther Deschner5-15/+49
Guenther (This used to be commit 06f2f4c4707d13bfc5510f3ff068534a01456fe5)
2008-02-15Fix IDL for netr_DatabaseDeltas.Günther Deschner1-3/+3
Guenther (This used to be commit a28729e48f5beffb4ffe324da30548d948fa51b4)
2008-02-15Remove some unused/redundant set of netlogon headers.Günther Deschner1-41/+0
Guenther (This used to be commit 1cd556f763da2ffba6078135b9436906987f1235)
2008-02-15Use -ltdb instead of bin/libtdb.so for linking.Michael Adam1-1/+1
Michael (This used to be commit 47b952b9a5bfeac248be393d2459fb67137644e4)
2008-02-15Fix the build on IRIX by placing the object files before the shared libs in ↵Michael Adam1-4/+4
linking. Michael (This used to be commit f2c6585329ddd71acf5921c58435e53febb57b43)
2008-02-15Fix a pointer to int conversion warning: cast the int instead.Michael Adam1-1/+1
Michael (This used to be commit 3cace4b7aa87a2f5bc7b6efd095366699d939511)
2008-02-15Fix two const warnings.Michael Adam1-2/+2
Michael (This used to be commit 03db3bd0774e0435089eef15f88355133149d658)
2008-02-15Try to fix the build of smbiconv on systems without native iconv.Michael Adam1-1/+1
Use the smb_iconv_t instead of iconv_t. Michael (This used to be commit bdc00a05b95a7a629a6cbf2af21760b6ff874bd9)
2008-02-15Remove libwbclient.a from standard (static) libsmbclient object list.Michael Adam1-11/+13
Michael (This used to be commit 8e57df28861a11b8bf60d30e33120a286bfad7be)
2008-02-15wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex ↵Stefan Metzmacher1-1/+4
code path metze (This used to be commit 432a77e0d7dbd52fd230e4ee9641b6ab4f4d3b73)
2008-02-15libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()Stefan Metzmacher1-21/+7
metze (This used to be commit 237c2e9738ae29ca7046d6f886d6f777a6206045)
2008-02-15libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()Stefan Metzmacher1-4/+36
metze (This used to be commit 423f139fd37496db2e690f20399357496367ed7c)
2008-02-15libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parametersStefan Metzmacher1-12/+48
metze (This used to be commit 491ba9c0c9d479bc686c75242a3749f14d103fcd)
2008-02-15Add orphaned target smbiconv to "make everything" targets.Michael Adam1-1/+1
Michael (This used to be commit 92cc5d88bbc63edac3e7c4b483c1a75f91263827)
2008-02-15Fix linkage of bin/smbiconv by adding needed libs and objects.Michael Adam1-3/+3
Michael (This used to be commit fc08bf5a466b84e041a655eaa21a31006ede191f)
2008-02-15Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef ↵Michael Adam1-0/+1
realloc. Michael (This used to be commit 113377a7929975bf29c2cfff1652781fae24e826)
2008-02-15Remove torture/samtest.h - last trace of late samtest.Michael Adam1-37/+0
Michael (This used to be commit e846148116f84d1428b5c7e60a4181cc872cc3eb)
2008-02-15Remove useless build-target bin/samtest. (The objects exist no more.)Michael Adam1-4/+0
Michael (This used to be commit e78831cf59196ff6e4f9384f83dbc180c4e341e2)
2008-02-15Fix build of cifs.spnego with libtdb.Michael Adam1-2/+2
Michael (This used to be commit e5e621681db8300d7388167cba979cbdc8ff0aee)
2008-02-15Use -ltdb instead of bin/libtdb.so for linking.Michael Adam1-1/+1
Michael (This used to be commit c47005189690f5a89a3aabe919e9ce2d2604dc5e)
2008-02-15Fix build of smbumount with shared libtdb.Michael Adam1-2/+2
Michael (This used to be commit 61fb01f17b981b7317e87b9049e3fbf7f6476941)
2008-02-15Fix building smbmount with shared libtdb.Michael Adam1-2/+2
Michael (This used to be commit 7f2c4b1a336310fedda4c36314d3b4aabbdf2c31)
2008-02-14Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.Jeremy Allison1-28/+81
Previously we didn't implement the 'NEGO' part of SPNEGO :-). Jeremy. (This used to be commit 8767a0dab95c544878b4187157e494e740974bb8)
2008-02-14Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.Jeremy Allison1-20/+35
Jeremy. (This used to be commit 67768fc71f9bd7ff3d61acc50360356b524ae923)
2008-02-14Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.Jeremy Allison1-4/+16
Jeremy. (This used to be commit 8cd04b948bfba3896d40c9e314a197f60ad76833)
2008-02-14Ensure invalidate_vuid() deletes any ntlmssp state.Jeremy Allison1-0/+4
Jeremy. (This used to be commit b41799c351c72b268ef094047a51766747671280)
2008-02-14Allow auth_ntlmssp_end() to ignore null pointers passed in.Jeremy Allison1-1/+6
Jeremy. (This used to be commit b7628f3a47166791db4cd6451d52ea3881a45bed)
2008-02-14Allow the mechOID to be written separately.Jeremy Allison1-2/+4
Jeremy. (This used to be commit e3e08c6e7d270e1be7a9d3042b1f36f5a291f90a)
2008-02-14Revert "Merge in J.Layton patch and resolve conflict."Simo Sorce1-64/+26
This reverts commit 6b1a118eaaab405eeef0cf3c0488a2747af562ba. We found that this patch does not play well with currently released cifs.ko code, so after discussions with Jeff Layton and Steve french we decided it is best to back it off and re-think a better approach. Jeff will send new patches later, but for now it is better to just revert to the previous code (This used to be commit c5b7d538ecfa93377ff20704633ac57dbf8dd530)
2008-02-14Remove the regfio objects from the ldb commandlin tools object list - unused.Michael Adam1-1/+1
Michael (This used to be commit 047c5ba740c6b6c3d6bacf818dcdae8ec0af2292)
2008-02-14Use the proper boolean constants.Michael Adam1-3/+3
Michael (This used to be commit 1c215325d1fb90f92fbe85011ab822892d5c994b)
2008-02-14Clean up LIBTDB-related Makefile variables a bitMichael Adam1-9/+1
(removing commented out stuff). Michael (This used to be commit 0755785d80f22fe7d8d5be682f4c7bd88c987c3c)
2008-02-14Remove unused marshalling for LSA_REMOVE_ACCT_RIGHTS.Günther Deschner3-120/+0
Guenther (This used to be commit 80e39330bf15cc57f2780a5b900d8a2b14d92fa9)
2008-02-14Use rpccli_lsa_RemoveAccountRights() in net and rpcclient.Günther Deschner2-6/+36
Guenther (This used to be commit 78200d88924bbef3df7185fc3a0e1753160a592f)
2008-02-14Use pidl for _lsa_RemoveAccountRights.Günther Deschner2-48/+13
Guenther (This used to be commit 39f8508f5d978a936779fdfd51b90fec4faa4301)
2008-02-14Re-run make idl.Günther Deschner4-8/+8
Guenther (This used to be commit 3436a54662fad1c69cfd1211f1afaa5a9d3d6d36)
2008-02-14Fix IDL for lsa_RemoveAccountRights.Günther Deschner1-3/+3
Guenther (This used to be commit d65b2504de6e433e1ca3ea8aa839b4209dd1b99a)
2008-02-14Remove unused marshalling for LSA_ENUM_ACCT_RIGHTS.Günther Deschner3-178/+0
Guenther (This used to be commit 34c0e64026b7f5f223c7d7f1d7e162b5659f3bd3)
2008-02-14Use rpccli_lsa_EnumAccountRights in net and rpcclient.Günther Deschner2-21/+27
Guenther (This used to be commit 6e9195329d9f2b26c959f64485902c032f140ec8)
2008-02-14Fix IDL for lsa_EnumAccountRights.Günther Deschner1-2/+2
Guenther (This used to be commit ef9b65dd115591d8976f0248cf1c639fd05c03d7)