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