summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-02-153-126/+87
|\ | | | | | | | | | | v3-2-test (This used to be commit 3957ada4b6aa1f349ac1504125c4013512829ced)
| * Use pidl for _netr_ServerAuthenticate().Günther Deschner2008-02-152-63/+23
| | | | | | | | | | Guenther (This used to be commit 943386c5dd601f5c8cf85bfcb08f731dd5a6437d)
| * Use pidl for _netr_ServerPasswordSet().Günther Deschner2008-02-152-63/+19
| | | | | | | | | | Guenther (This used to be commit 85b7489dd2e8181ee48caa8273020885a08bbb74)
| * Add netlogon_creds_server_check and netlogon_creds_server_step.Günther Deschner2008-02-151-0/+45
| | | | | | | | | | Guenther (This used to be commit ea0bf74918e7b009439452ea14ed68b0ce620787)
* | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-02-1522-2762/+1362
|\| | | | | | | | | | | v3-2-test (This used to be commit 847874ca757ac8ca32082305c8caed5abc7fed1d)
| * Reformat copied reg_savekey/reg_restorekey code.Michael Adam2008-02-151-86/+119
| | | | | | | | | | | | | | Sticking to coding rules. Michael (This used to be commit 2c54ef2d07ab440f1c163b666caedcb9c061543b)
| * Move the implementation of _winreg_RestoreKey to reg_api.cMichael Adam2008-02-153-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)
| * Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.cMichael Adam2008-02-152-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)
| * Adapt a comment to current circumstances.Michael Adam2008-02-151-3/+1
| | | | | | | | | | Michael (This used to be commit 84ec89ab9f7837e8a9830a0236fddc2d00d1c0d6)
| * Rename registry_init_regdb() to registry_init_smbconf().Michael Adam2008-02-153-4/+4
| | | | | | | | | | | | | | That's what it actually is. Michael (This used to be commit 9d3c27f55726dbdce41fcf71c8bc1a7829340268)
| * Add libtdb dependency to libsmbclient, libsmbsharemodes and libnetapi.Michael Adam2008-02-151-6/+6
| | | | | | | | | | Michael (This used to be commit 94d9d5023eee1bdfd8a06581683829cf265f2f0a)
| * Remove unused marshalling for NET_SAM_SYNC.Günther Deschner2008-02-153-1563/+0
| | | | | | | | | | Guenther (This used to be commit a94d93725a649c7a0ac1fcd61ea07579f65596da)
| * Convert "net rpc vampire/samdump" to pidl generated functions.Günther Deschner2008-02-151-388/+556
| | | | | | | | | | Guenther (This used to be commit f53393677d2c4b5ca117eed3ed660fafc4c650da)
| * Use rpccli_netr_DatabaseSync2() in rpcclient.Günther Deschner2008-02-151-15/+44
| | | | | | | | | | Guenther (This used to be commit 042173b00e023b4d4e7739524e24baa8803850bd)
| * Re-run make idl.Günther Deschner2008-02-155-15/+49
| | | | | | | | | | Guenther (This used to be commit 2add8790199079753c21ec2797e14b8bed2d8278)
| * Fix IDL for netr_DatabaseSync2.Günther Deschner2008-02-151-3/+3
| | | | | | | | | | Guenther (This used to be commit 6355a8ee9789b8a30b00876835c22a724e637cf1)
| * Remove unused marshalling for NET_SAM_DELTAS.Günther Deschner2008-02-153-216/+0
| | | | | | | | | | Guenther (This used to be commit 2dd01f07411744f1f8fec0bff7af554db08ab960)
| * Use rpccli_netr_DatabaseDeltas() in rpcclient.Günther Deschner2008-02-151-87/+159
| | | | | | | | | | Guenther (This used to be commit 72ad42fee30242eb57ae0db825127fdb8f9375fd)
| * Add netlogon_creds_client_check and netlogon_creds_client_step.Günther Deschner2008-02-151-0/+31
| | | | | | | | | | Guenther (This used to be commit 41d33a2507e3fae7837bb8e42b1ac30cc31c31dc)
| * Re-run make idl.Günther Deschner2008-02-155-15/+49
| | | | | | | | | | Guenther (This used to be commit 06f2f4c4707d13bfc5510f3ff068534a01456fe5)
| * Fix IDL for netr_DatabaseDeltas.Günther Deschner2008-02-151-3/+3
| | | | | | | | | | Guenther (This used to be commit a28729e48f5beffb4ffe324da30548d948fa51b4)
| * Remove some unused/redundant set of netlogon headers.Günther Deschner2008-02-151-41/+0
| | | | | | | | | | Guenther (This used to be commit 1cd556f763da2ffba6078135b9436906987f1235)
| * Use -ltdb instead of bin/libtdb.so for linking.Michael Adam2008-02-151-1/+1
| | | | | | | | | | Michael (This used to be commit 47b952b9a5bfeac248be393d2459fb67137644e4)
| * Fix the build on IRIX by placing the object files before the shared libs in ↵Michael Adam2008-02-151-4/+4
| | | | | | | | | | | | | | linking. Michael (This used to be commit f2c6585329ddd71acf5921c58435e53febb57b43)
| * Fix a pointer to int conversion warning: cast the int instead.Michael Adam2008-02-151-1/+1
| | | | | | | | | | Michael (This used to be commit 3cace4b7aa87a2f5bc7b6efd095366699d939511)
| * Fix two const warnings.Michael Adam2008-02-151-2/+2
| | | | | | | | | | Michael (This used to be commit 03db3bd0774e0435089eef15f88355133149d658)
| * Try to fix the build of smbiconv on systems without native iconv.Michael Adam2008-02-151-1/+1
| | | | | | | | | | | | | | Use the smb_iconv_t instead of iconv_t. Michael (This used to be commit bdc00a05b95a7a629a6cbf2af21760b6ff874bd9)
| * Remove libwbclient.a from standard (static) libsmbclient object list.Michael Adam2008-02-151-11/+13
| | | | | | | | | | Michael (This used to be commit 8e57df28861a11b8bf60d30e33120a286bfad7be)
| * wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex ↵Stefan Metzmacher2008-02-151-1/+4
| | | | | | | | | | | | | | code path metze (This used to be commit 432a77e0d7dbd52fd230e4ee9641b6ab4f4d3b73)
| * libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()Stefan Metzmacher2008-02-151-21/+7
| | | | | | | | | | metze (This used to be commit 237c2e9738ae29ca7046d6f886d6f777a6206045)
| * libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()Stefan Metzmacher2008-02-151-4/+36
| | | | | | | | | | metze (This used to be commit 423f139fd37496db2e690f20399357496367ed7c)
| * libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parametersStefan Metzmacher2008-02-151-12/+48
| | | | | | | | | | metze (This used to be commit 491ba9c0c9d479bc686c75242a3749f14d103fcd)
| * Add orphaned target smbiconv to "make everything" targets.Michael Adam2008-02-151-1/+1
| | | | | | | | | | Michael (This used to be commit 92cc5d88bbc63edac3e7c4b483c1a75f91263827)
| * Fix linkage of bin/smbiconv by adding needed libs and objects.Michael Adam2008-02-151-3/+3
| | | | | | | | | | Michael (This used to be commit fc08bf5a466b84e041a655eaa21a31006ede191f)
| * Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef ↵Michael Adam2008-02-151-0/+1
| | | | | | | | | | | | | | realloc. Michael (This used to be commit 113377a7929975bf29c2cfff1652781fae24e826)
| * Remove torture/samtest.h - last trace of late samtest.Michael Adam2008-02-151-37/+0
| | | | | | | | | | Michael (This used to be commit e846148116f84d1428b5c7e60a4181cc872cc3eb)
| * Remove useless build-target bin/samtest. (The objects exist no more.)Michael Adam2008-02-151-4/+0
| | | | | | | | | | Michael (This used to be commit e78831cf59196ff6e4f9384f83dbc180c4e341e2)
| * Fix build of cifs.spnego with libtdb.Michael Adam2008-02-151-2/+2
| | | | | | | | | | Michael (This used to be commit e5e621681db8300d7388167cba979cbdc8ff0aee)
| * Use -ltdb instead of bin/libtdb.so for linking.Michael Adam2008-02-151-1/+1
| | | | | | | | | | Michael (This used to be commit c47005189690f5a89a3aabe919e9ce2d2604dc5e)
| * Fix build of smbumount with shared libtdb.Michael Adam2008-02-151-2/+2
| | | | | | | | | | Michael (This used to be commit 61fb01f17b981b7317e87b9049e3fbf7f6476941)
| * Fix building smbmount with shared libtdb.Michael Adam2008-02-151-2/+2
| | | | | | | | | | Michael (This used to be commit 7f2c4b1a336310fedda4c36314d3b4aabbdf2c31)
* | Fix "warning: 'cmd' may be used uninitialized in this function"Jeremy Allison2008-02-141-0/+3
|/ | | | | Jeremy. (This used to be commit 58b0f022ffce7fda531f6f8ea7392a963e8ec0c5)
* Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.Jeremy Allison2008-02-141-28/+81
| | | | | | Previously we didn't implement the 'NEGO' part of SPNEGO :-). Jeremy. (This used to be commit 8767a0dab95c544878b4187157e494e740974bb8)
* Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.Jeremy Allison2008-02-141-20/+35
| | | | | Jeremy. (This used to be commit 67768fc71f9bd7ff3d61acc50360356b524ae923)
* Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.Jeremy Allison2008-02-141-4/+16
| | | | | Jeremy. (This used to be commit 8cd04b948bfba3896d40c9e314a197f60ad76833)
* Ensure invalidate_vuid() deletes any ntlmssp state.Jeremy Allison2008-02-141-0/+4
| | | | | Jeremy. (This used to be commit b41799c351c72b268ef094047a51766747671280)
* Allow auth_ntlmssp_end() to ignore null pointers passed in.Jeremy Allison2008-02-141-1/+6
| | | | | Jeremy. (This used to be commit b7628f3a47166791db4cd6451d52ea3881a45bed)
* Allow the mechOID to be written separately.Jeremy Allison2008-02-141-2/+4
| | | | | Jeremy. (This used to be commit e3e08c6e7d270e1be7a9d3042b1f36f5a291f90a)
* Revert "Merge in J.Layton patch and resolve conflict."Simo Sorce2008-02-141-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)
* Remove the regfio objects from the ldb commandlin tools object list - unused.Michael Adam2008-02-141-1/+1
| | | | | Michael (This used to be commit 047c5ba740c6b6c3d6bacf818dcdae8ec0af2292)