summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-02-15Use pidl for _netr_LogonSamLogoff().Günther Deschner2-51/+15
Guenther (This used to be commit a9683cbf4352ce331156f40b24a481fc87854b50)
2008-02-15Use pidl for _netr_ServerAuthenticate2().Günther Deschner2-78/+34
Guenther (This used to be commit 5d81cc136bcd8f53bedea6de5380b1147862c391)
2008-02-15Use pidl for _netr_ServerAuthenticate().Günther Deschner2-63/+23
Guenther (This used to be commit 943386c5dd601f5c8cf85bfcb08f731dd5a6437d)
2008-02-15Use pidl for _netr_ServerPasswordSet().Günther Deschner2-63/+19
Guenther (This used to be commit 85b7489dd2e8181ee48caa8273020885a08bbb74)
2008-02-15Add netlogon_creds_server_check and netlogon_creds_server_step.Günther Deschner1-0/+45
Guenther (This used to be commit ea0bf74918e7b009439452ea14ed68b0ce620787)
2008-02-15Reformat copied reg_savekey/reg_restorekey code.Michael Adam1-86/+119
Sticking to coding rules. Michael (This used to be commit 2c54ef2d07ab440f1c163b666caedcb9c061543b)
2008-02-15Move the implementation of _winreg_RestoreKey to reg_api.cMichael Adam3-127/+132
This removes the internals of reg_api from srv_winreg_nt.c entirely, only reg_api is used there, now. This enlarges the dependencies of reg_api somewhat now since it adds regfio. But this can be separated out later. The current goal is to achieve a complete use of reg_api. Michael (This used to be commit 2222acbac955cd6d5bd48d1ce5cf4b4c7c067093)
2008-02-15Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.cMichael Adam2-171/+168
This gives a new function reg_savekey() and hides a piece of the backend code from srv_winreg_nt.c. One step towards using reg_api throughout samba code. Michael (This used to be commit bf6340d00dd631fdc909c20632250977a3a112c4)
2008-02-15Adapt a comment to current circumstances.Michael Adam1-3/+1
Michael (This used to be commit 84ec89ab9f7837e8a9830a0236fddc2d00d1c0d6)
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)