Age | Commit message (Expand) | Author | Files | Lines |
2008-02-15 | Fix the netlogon rpc_server build. | Günther Deschner | 1 | -5/+5 |
2008-02-15 | Re-run make idl. | Günther Deschner | 6 | -47/+71 |
2008-02-15 | Fix IDL for netr_ServerReqChallenge, netr_ServerAuthenticate and | Günther Deschner | 1 | -3/+6 |
2008-02-15 | Remove unused marshalling for NET_SAM_LOGOFF. | Günther Deschner | 2 | -61/+0 |
2008-02-15 | Use pidl for _netr_LogonSamLogoff(). | Günther Deschner | 2 | -51/+15 |
2008-02-15 | Use pidl for _netr_ServerAuthenticate2(). | Günther Deschner | 2 | -78/+34 |
2008-02-15 | Use pidl for _netr_ServerAuthenticate(). | Günther Deschner | 2 | -63/+23 |
2008-02-15 | Use pidl for _netr_ServerPasswordSet(). | Günther Deschner | 2 | -63/+19 |
2008-02-15 | Add netlogon_creds_server_check and netlogon_creds_server_step. | Günther Deschner | 1 | -0/+45 |
2008-02-15 | Reformat copied reg_savekey/reg_restorekey code. | Michael Adam | 1 | -86/+119 |
2008-02-15 | Move the implementation of _winreg_RestoreKey to reg_api.c | Michael Adam | 3 | -127/+132 |
2008-02-15 | Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.c | Michael Adam | 2 | -171/+168 |
2008-02-15 | Adapt a comment to current circumstances. | Michael Adam | 1 | -3/+1 |
2008-02-15 | Rename registry_init_regdb() to registry_init_smbconf(). | Michael Adam | 3 | -4/+4 |
2008-02-15 | Add libtdb dependency to libsmbclient, libsmbsharemodes and libnetapi. | Michael Adam | 1 | -6/+6 |
2008-02-15 | Remove unused marshalling for NET_SAM_SYNC. | Günther Deschner | 3 | -1563/+0 |
2008-02-15 | Convert "net rpc vampire/samdump" to pidl generated functions. | Günther Deschner | 1 | -388/+556 |
2008-02-15 | Use rpccli_netr_DatabaseSync2() in rpcclient. | Günther Deschner | 1 | -15/+44 |
2008-02-15 | Re-run make idl. | Günther Deschner | 5 | -15/+49 |
2008-02-15 | Fix IDL for netr_DatabaseSync2. | Günther Deschner | 1 | -3/+3 |
2008-02-15 | Remove unused marshalling for NET_SAM_DELTAS. | Günther Deschner | 3 | -216/+0 |
2008-02-15 | Use rpccli_netr_DatabaseDeltas() in rpcclient. | Günther Deschner | 1 | -87/+159 |
2008-02-15 | Add netlogon_creds_client_check and netlogon_creds_client_step. | Günther Deschner | 1 | -0/+31 |
2008-02-15 | Re-run make idl. | Günther Deschner | 5 | -15/+49 |
2008-02-15 | Fix IDL for netr_DatabaseDeltas. | Günther Deschner | 1 | -3/+3 |
2008-02-15 | Remove some unused/redundant set of netlogon headers. | Günther Deschner | 1 | -41/+0 |
2008-02-15 | Use -ltdb instead of bin/libtdb.so for linking. | Michael Adam | 1 | -1/+1 |
2008-02-15 | Fix the build on IRIX by placing the object files before the shared libs in l... | Michael Adam | 1 | -4/+4 |
2008-02-15 | Fix a pointer to int conversion warning: cast the int instead. | Michael Adam | 1 | -1/+1 |
2008-02-15 | Fix two const warnings. | Michael Adam | 1 | -2/+2 |
2008-02-15 | Try to fix the build of smbiconv on systems without native iconv. | Michael Adam | 1 | -1/+1 |
2008-02-15 | Remove libwbclient.a from standard (static) libsmbclient object list. | Michael Adam | 1 | -11/+13 |
2008-02-15 | wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex co... | Stefan Metzmacher | 1 | -1/+4 |
2008-02-15 | libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx() | Stefan Metzmacher | 1 | -21/+7 |
2008-02-15 | libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx() | Stefan Metzmacher | 1 | -4/+36 |
2008-02-15 | libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parameters | Stefan Metzmacher | 1 | -12/+48 |
2008-02-15 | Add orphaned target smbiconv to "make everything" targets. | Michael Adam | 1 | -1/+1 |
2008-02-15 | Fix linkage of bin/smbiconv by adding needed libs and objects. | Michael Adam | 1 | -3/+3 |
2008-02-15 | Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef rea... | Michael Adam | 1 | -0/+1 |
2008-02-15 | Remove torture/samtest.h - last trace of late samtest. | Michael Adam | 1 | -37/+0 |
2008-02-15 | Remove useless build-target bin/samtest. (The objects exist no more.) | Michael Adam | 1 | -4/+0 |
2008-02-15 | Fix build of cifs.spnego with libtdb. | Michael Adam | 1 | -2/+2 |
2008-02-15 | Use -ltdb instead of bin/libtdb.so for linking. | Michael Adam | 1 | -1/+1 |
2008-02-15 | Fix build of smbumount with shared libtdb. | Michael Adam | 1 | -2/+2 |
2008-02-15 | Fix building smbmount with shared libtdb. | Michael Adam | 1 | -2/+2 |
2008-02-14 | Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP. | Jeremy Allison | 1 | -28/+81 |
2008-02-14 | Currently we don't SPNEGO negotiate back to NTLMSSP. Note this. | Jeremy Allison | 1 | -20/+35 |
2008-02-14 | Currently we don't SPNEGO negotiate back to NTLMSSP. Note this. | Jeremy Allison | 1 | -4/+16 |
2008-02-14 | Ensure invalidate_vuid() deletes any ntlmssp state. | Jeremy Allison | 1 | -0/+4 |
2008-02-14 | Allow auth_ntlmssp_end() to ignore null pointers passed in. | Jeremy Allison | 1 | -1/+6 |