Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Fix the netlogon rpc_server build. | Günther Deschner | 2008-02-15 | 1 | -5/+5 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Re-run make idl. | Günther Deschner | 2008-02-15 | 6 | -47/+71 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Fix IDL for netr_ServerReqChallenge, netr_ServerAuthenticate and | Günther Deschner | 2008-02-15 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | netr_ServerAuthenticate2 to match what is on NDR and to generate a more appropriate samba3 netlogon client. Guenther | |||||
| | * | Remove unused marshalling for NET_SAM_LOGOFF. | Günther Deschner | 2008-02-15 | 2 | -61/+0 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use pidl for _netr_LogonSamLogoff(). | Günther Deschner | 2008-02-15 | 2 | -51/+15 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use pidl for _netr_ServerAuthenticate2(). | Günther Deschner | 2008-02-15 | 2 | -78/+34 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵ | Jeremy Allison | 2008-02-15 | 3 | -126/+87 | |
| |\| | | | | | | | | | | v3-2-test | |||||
| | * | Use pidl for _netr_ServerAuthenticate(). | Günther Deschner | 2008-02-15 | 2 | -63/+23 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use pidl for _netr_ServerPasswordSet(). | Günther Deschner | 2008-02-15 | 2 | -63/+19 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Add netlogon_creds_server_check and netlogon_creds_server_step. | Günther Deschner | 2008-02-15 | 1 | -0/+45 | |
| | | | | | | | | | | | | Guenther | |||||
| * | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵ | Jeremy Allison | 2008-02-15 | 22 | -2762/+1362 | |
| |\| | | | | | | | | | | v3-2-test | |||||
| | * | Reformat copied reg_savekey/reg_restorekey code. | Michael Adam | 2008-02-15 | 1 | -86/+119 | |
| | | | | | | | | | | | | | | | | | | Sticking to coding rules. Michael | |||||
| | * | Move the implementation of _winreg_RestoreKey to reg_api.c | Michael Adam | 2008-02-15 | 3 | -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 | |||||
| | * | Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.c | Michael Adam | 2008-02-15 | 2 | -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 | |||||
| | * | Adapt a comment to current circumstances. | Michael Adam | 2008-02-15 | 1 | -3/+1 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Rename registry_init_regdb() to registry_init_smbconf(). | Michael Adam | 2008-02-15 | 3 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | That's what it actually is. Michael | |||||
| | * | Add libtdb dependency to libsmbclient, libsmbsharemodes and libnetapi. | Michael Adam | 2008-02-15 | 1 | -6/+6 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Remove unused marshalling for NET_SAM_SYNC. | Günther Deschner | 2008-02-15 | 3 | -1563/+0 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Convert "net rpc vampire/samdump" to pidl generated functions. | Günther Deschner | 2008-02-15 | 1 | -388/+556 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use rpccli_netr_DatabaseSync2() in rpcclient. | Günther Deschner | 2008-02-15 | 1 | -15/+44 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Re-run make idl. | Günther Deschner | 2008-02-15 | 5 | -15/+49 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Fix IDL for netr_DatabaseSync2. | Günther Deschner | 2008-02-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Remove unused marshalling for NET_SAM_DELTAS. | Günther Deschner | 2008-02-15 | 3 | -216/+0 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use rpccli_netr_DatabaseDeltas() in rpcclient. | Günther Deschner | 2008-02-15 | 1 | -87/+159 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Add netlogon_creds_client_check and netlogon_creds_client_step. | Günther Deschner | 2008-02-15 | 1 | -0/+31 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Re-run make idl. | Günther Deschner | 2008-02-15 | 5 | -15/+49 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Fix IDL for netr_DatabaseDeltas. | Günther Deschner | 2008-02-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Remove some unused/redundant set of netlogon headers. | Günther Deschner | 2008-02-15 | 1 | -41/+0 | |
| | | | | | | | | | | | | Guenther | |||||
| | * | Use -ltdb instead of bin/libtdb.so for linking. | Michael Adam | 2008-02-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Fix the build on IRIX by placing the object files before the shared libs in ↵ | Michael Adam | 2008-02-15 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | linking. Michael | |||||
| | * | Fix a pointer to int conversion warning: cast the int instead. | Michael Adam | 2008-02-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Fix two const warnings. | Michael Adam | 2008-02-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Try to fix the build of smbiconv on systems without native iconv. | Michael Adam | 2008-02-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Use the smb_iconv_t instead of iconv_t. Michael | |||||
| | * | Remove libwbclient.a from standard (static) libsmbclient object list. | Michael Adam | 2008-02-15 | 1 | -11/+13 | |
| | | | | | | | | | | | | Michael | |||||
| | * | wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex ↵ | Stefan Metzmacher | 2008-02-15 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | code path metze | |||||
| | * | libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx() | Stefan Metzmacher | 2008-02-15 | 1 | -21/+7 | |
| | | | | | | | | | | | | metze | |||||
| | * | libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx() | Stefan Metzmacher | 2008-02-15 | 1 | -4/+36 | |
| | | | | | | | | | | | | metze | |||||
| | * | libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parameters | Stefan Metzmacher | 2008-02-15 | 1 | -12/+48 | |
| | | | | | | | | | | | | metze | |||||
| | * | Add orphaned target smbiconv to "make everything" targets. | Michael Adam | 2008-02-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Fix linkage of bin/smbiconv by adding needed libs and objects. | Michael Adam | 2008-02-15 | 1 | -3/+3 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef ↵ | Michael Adam | 2008-02-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | realloc. Michael | |||||
| | * | Remove torture/samtest.h - last trace of late samtest. | Michael Adam | 2008-02-15 | 1 | -37/+0 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Remove useless build-target bin/samtest. (The objects exist no more.) | Michael Adam | 2008-02-15 | 1 | -4/+0 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Fix build of cifs.spnego with libtdb. | Michael Adam | 2008-02-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Use -ltdb instead of bin/libtdb.so for linking. | Michael Adam | 2008-02-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Fix build of smbumount with shared libtdb. | Michael Adam | 2008-02-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | Michael | |||||
| | * | Fix building smbmount with shared libtdb. | Michael Adam | 2008-02-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | Michael | |||||
| * | | Fix "warning: 'cmd' may be used uninitialized in this function" | Jeremy Allison | 2008-02-14 | 1 | -0/+3 | |
| |/ | | | | | | | Jeremy. | |||||
| * | Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP. | Jeremy Allison | 2008-02-14 | 1 | -28/+81 | |
| | | | | | | | | | | Previously we didn't implement the 'NEGO' part of SPNEGO :-). Jeremy. | |||||
| * | Currently we don't SPNEGO negotiate back to NTLMSSP. Note this. | Jeremy Allison | 2008-02-14 | 1 | -20/+35 | |
| | | | | | | | | Jeremy. |