]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
17 years agoAdd generated ndr_eventlog leftover produced by recent pidl changes.
Günther Deschner [Sat, 16 Feb 2008 13:02:03 +0000 (14:02 +0100)] 
Add generated ndr_eventlog leftover produced by recent pidl changes.

Guenther

17 years agoRe-run make idl.
Günther Deschner [Sat, 16 Feb 2008 12:59:55 +0000 (13:59 +0100)] 
Re-run make idl.

Guenther

17 years agoFix IDL for netr_LogonSamLogonEx.
Günther Deschner [Sat, 16 Feb 2008 12:58:38 +0000 (13:58 +0100)] 
Fix IDL for netr_LogonSamLogonEx.

Guenther

17 years agoFix IDL for netr_LogonSamLogon.
Günther Deschner [Sat, 16 Feb 2008 12:57:12 +0000 (13:57 +0100)] 
Fix IDL for netr_LogonSamLogon.

Guenther

17 years agoAdd init_netr_SamInfo3 routine.
Günther Deschner [Sat, 16 Feb 2008 12:27:10 +0000 (13:27 +0100)] 
Add init_netr_SamInfo3 routine.

Guenther

17 years agoRemove unused marshalling for NET_REQ_CHAL and NET_AUTH2.
Günther Deschner [Fri, 15 Feb 2008 23:05:45 +0000 (00:05 +0100)] 
Remove unused marshalling for NET_REQ_CHAL and NET_AUTH2.

Guenther

17 years agoReplace DOM_CHAL with "struct netr_Credential" where we can right now.
Günther Deschner [Fri, 15 Feb 2008 22:57:19 +0000 (23:57 +0100)] 
Replace DOM_CHAL with "struct netr_Credential" where we can right now.

This allows to remove some more old netlogon client calls.

Guenther

17 years agoFix the netlogon rpc_server build.
Günther Deschner [Fri, 15 Feb 2008 22:36:31 +0000 (23:36 +0100)] 
Fix the netlogon rpc_server build.

Guenther

17 years agoRe-run make idl.
Günther Deschner [Fri, 15 Feb 2008 22:32:02 +0000 (23:32 +0100)] 
Re-run make idl.

Guenther

17 years agoFix IDL for netr_ServerReqChallenge, netr_ServerAuthenticate and
Günther Deschner [Fri, 15 Feb 2008 22:30:53 +0000 (23:30 +0100)] 
Fix IDL for netr_ServerReqChallenge, netr_ServerAuthenticate and
netr_ServerAuthenticate2 to match what is on NDR and to
generate a more appropriate samba3 netlogon client.

Guenther

17 years agoRemove unused marshalling for NET_SAM_LOGOFF.
Günther Deschner [Fri, 15 Feb 2008 21:38:29 +0000 (22:38 +0100)] 
Remove unused marshalling for NET_SAM_LOGOFF.

Guenther

17 years agoUse pidl for _netr_LogonSamLogoff().
Günther Deschner [Fri, 15 Feb 2008 20:46:42 +0000 (21:46 +0100)] 
Use pidl for _netr_LogonSamLogoff().

Guenther

17 years agoUse pidl for _netr_ServerAuthenticate2().
Günther Deschner [Fri, 15 Feb 2008 20:41:16 +0000 (21:41 +0100)] 
Use pidl for _netr_ServerAuthenticate2().

Guenther

17 years agoUse pidl for _netr_ServerAuthenticate().
Günther Deschner [Fri, 15 Feb 2008 20:24:39 +0000 (21:24 +0100)] 
Use pidl for _netr_ServerAuthenticate().

Guenther

17 years agoUse pidl for _netr_ServerPasswordSet().
Günther Deschner [Fri, 15 Feb 2008 20:13:50 +0000 (21:13 +0100)] 
Use pidl for _netr_ServerPasswordSet().

Guenther

17 years agoAdd netlogon_creds_server_check and netlogon_creds_server_step.
Günther Deschner [Fri, 15 Feb 2008 16:30:38 +0000 (17:30 +0100)] 
Add netlogon_creds_server_check and netlogon_creds_server_step.

Guenther

17 years agoReformat copied reg_savekey/reg_restorekey code.
Michael Adam [Fri, 15 Feb 2008 16:25:16 +0000 (17:25 +0100)] 
Reformat copied reg_savekey/reg_restorekey code.

Sticking to coding rules.

Michael

17 years agoMove the implementation of _winreg_RestoreKey to reg_api.c
Michael Adam [Fri, 15 Feb 2008 14:31:31 +0000 (15:31 +0100)] 
Move the implementation of _winreg_RestoreKey to reg_api.c

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

17 years agoMove implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.c
Michael Adam [Fri, 15 Feb 2008 14:14:20 +0000 (15:14 +0100)] 
Move implementation of _winreg_SaveKey() from srv_winreg_nt.c to reg_api.c

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

17 years agoAdapt a comment to current circumstances.
Michael Adam [Fri, 15 Feb 2008 13:23:31 +0000 (14:23 +0100)] 
Adapt a comment to current circumstances.

Michael

17 years agoRename registry_init_regdb() to registry_init_smbconf().
Michael Adam [Fri, 15 Feb 2008 12:57:31 +0000 (13:57 +0100)] 
Rename registry_init_regdb() to registry_init_smbconf().

That's what it actually is.

Michael

17 years agoAdd libtdb dependency to libsmbclient, libsmbsharemodes and libnetapi.
Michael Adam [Fri, 15 Feb 2008 14:59:55 +0000 (15:59 +0100)] 
Add libtdb dependency to libsmbclient, libsmbsharemodes and libnetapi.

Michael

17 years agoRemove unused marshalling for NET_SAM_SYNC.
Günther Deschner [Fri, 15 Feb 2008 13:24:31 +0000 (14:24 +0100)] 
Remove unused marshalling for NET_SAM_SYNC.

Guenther

17 years agoConvert "net rpc vampire/samdump" to pidl generated functions.
Günther Deschner [Fri, 15 Feb 2008 13:13:11 +0000 (14:13 +0100)] 
Convert "net rpc vampire/samdump" to pidl generated functions.

Guenther

17 years agoUse rpccli_netr_DatabaseSync2() in rpcclient.
Günther Deschner [Fri, 15 Feb 2008 13:11:20 +0000 (14:11 +0100)] 
Use rpccli_netr_DatabaseSync2() in rpcclient.

Guenther

17 years agoRe-run make idl.
Günther Deschner [Fri, 15 Feb 2008 13:08:24 +0000 (14:08 +0100)] 
Re-run make idl.

Guenther

17 years agoFix IDL for netr_DatabaseSync2.
Günther Deschner [Fri, 15 Feb 2008 00:18:47 +0000 (01:18 +0100)] 
Fix IDL for netr_DatabaseSync2.

Guenther

17 years agoRemove unused marshalling for NET_SAM_DELTAS.
Günther Deschner [Fri, 15 Feb 2008 01:59:48 +0000 (02:59 +0100)] 
Remove unused marshalling for NET_SAM_DELTAS.

Guenther

17 years agoUse rpccli_netr_DatabaseDeltas() in rpcclient.
Günther Deschner [Fri, 15 Feb 2008 12:55:18 +0000 (13:55 +0100)] 
Use rpccli_netr_DatabaseDeltas() in rpcclient.

Guenther

17 years agoAdd netlogon_creds_client_check and netlogon_creds_client_step.
Günther Deschner [Fri, 15 Feb 2008 12:51:54 +0000 (13:51 +0100)] 
Add netlogon_creds_client_check and netlogon_creds_client_step.

Guenther

17 years agoRe-run make idl.
Günther Deschner [Fri, 15 Feb 2008 13:04:08 +0000 (14:04 +0100)] 
Re-run make idl.

Guenther

17 years agoFix IDL for netr_DatabaseDeltas.
Günther Deschner [Fri, 15 Feb 2008 00:23:59 +0000 (01:23 +0100)] 
Fix IDL for netr_DatabaseDeltas.

Guenther

17 years agoRemove some unused/redundant set of netlogon headers.
Günther Deschner [Fri, 15 Feb 2008 00:19:43 +0000 (01:19 +0100)] 
Remove some unused/redundant set of netlogon headers.

Guenther

17 years agoUse -ltdb instead of bin/libtdb.so for linking.
Michael Adam [Fri, 15 Feb 2008 12:40:28 +0000 (13:40 +0100)] 
Use -ltdb instead of bin/libtdb.so for linking.

Michael

17 years agoFix the build on IRIX by placing the object files before the shared libs in linking.
Michael Adam [Fri, 15 Feb 2008 12:39:24 +0000 (13:39 +0100)] 
Fix the build on IRIX by placing the object files before the shared libs in linking.

Michael

17 years agoFix a pointer to int conversion warning: cast the int instead.
Michael Adam [Fri, 15 Feb 2008 12:14:20 +0000 (13:14 +0100)] 
Fix a pointer to int conversion warning: cast the int instead.

Michael

17 years agoFix two const warnings.
Michael Adam [Fri, 15 Feb 2008 12:12:38 +0000 (13:12 +0100)] 
Fix two const warnings.

Michael

17 years agoTry to fix the build of smbiconv on systems without native iconv.
Michael Adam [Fri, 15 Feb 2008 12:11:41 +0000 (13:11 +0100)] 
Try to fix the build of smbiconv on systems without native iconv.

Use the smb_iconv_t instead of iconv_t.

Michael

17 years agoRemove libwbclient.a from standard (static) libsmbclient object list.
Michael Adam [Fri, 15 Feb 2008 11:18:20 +0000 (12:18 +0100)] 
Remove libwbclient.a from standard (static) libsmbclient object list.

Michael

17 years agowbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex code path
Stefan Metzmacher [Fri, 15 Feb 2008 09:40:43 +0000 (10:40 +0100)] 
wbinfo: ask wbcAuthenticateUserEx() for user info to test the more complex code path

metze

17 years agolibwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()
Stefan Metzmacher [Fri, 15 Feb 2008 09:46:19 +0000 (10:46 +0100)] 
libwbclient: let wbcAuthenticateUser() use wbcAuthenticateUserEx()

metze

17 years agolibwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()
Stefan Metzmacher [Fri, 15 Feb 2008 09:34:46 +0000 (10:34 +0100)] 
libwbclient: implement WBC_AUTH_USER_LEVEL_PLAIN in wbcAuthenticateUserEx()

metze

17 years agolibwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parameters
Stefan Metzmacher [Fri, 15 Feb 2008 09:30:15 +0000 (10:30 +0100)] 
libwbclient: wbcAuthenticateUserEx() be more strict regarding invalid parameters

metze

17 years agoAdd orphaned target smbiconv to "make everything" targets.
Michael Adam [Fri, 15 Feb 2008 10:52:15 +0000 (11:52 +0100)] 
Add orphaned target smbiconv to "make everything" targets.

Michael

17 years agoFix linkage of bin/smbiconv by adding needed libs and objects.
Michael Adam [Fri, 15 Feb 2008 10:42:31 +0000 (11:42 +0100)] 
Fix linkage of bin/smbiconv by adding needed libs and objects.

Michael

17 years agoFix compiling torture/smbiconv.c: allow to use realloc directly by #undef realloc.
Michael Adam [Fri, 15 Feb 2008 10:39:25 +0000 (11:39 +0100)] 
Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef realloc.

Michael

17 years agoRemove torture/samtest.h - last trace of late samtest.
Michael Adam [Fri, 15 Feb 2008 10:27:42 +0000 (11:27 +0100)] 
Remove torture/samtest.h - last trace of late samtest.

Michael

17 years agoRemove useless build-target bin/samtest. (The objects exist no more.)
Michael Adam [Fri, 15 Feb 2008 10:27:01 +0000 (11:27 +0100)] 
Remove useless build-target bin/samtest. (The objects exist no more.)

Michael

17 years agoFix build of cifs.spnego with libtdb.
Michael Adam [Fri, 15 Feb 2008 10:15:13 +0000 (11:15 +0100)] 
Fix build of cifs.spnego with libtdb.

Michael

17 years agoUse -ltdb instead of bin/libtdb.so for linking.
Michael Adam [Fri, 15 Feb 2008 10:11:46 +0000 (11:11 +0100)] 
Use -ltdb instead of bin/libtdb.so for linking.

Michael

17 years agoFix build of smbumount with shared libtdb.
Michael Adam [Fri, 15 Feb 2008 10:10:53 +0000 (11:10 +0100)] 
Fix build of smbumount with shared libtdb.

Michael

17 years agoFix building smbmount with shared libtdb.
Michael Adam [Fri, 15 Feb 2008 10:08:56 +0000 (11:08 +0100)] 
Fix building smbmount with shared libtdb.

Michael

17 years agoCorrectly use SPNEGO to negotiate down from krb5 to NTLMSSP.
Jeremy Allison [Fri, 15 Feb 2008 02:10:50 +0000 (18:10 -0800)] 
Correctly use SPNEGO to negotiate down from krb5 to NTLMSSP.
Previously we didn't implement the 'NEGO' part of SPNEGO :-).
Jeremy.

17 years agoCurrently we don't SPNEGO negotiate back to NTLMSSP. Note this.
Jeremy Allison [Fri, 15 Feb 2008 02:08:23 +0000 (18:08 -0800)] 
Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.
Jeremy.

17 years agoCurrently we don't SPNEGO negotiate back to NTLMSSP. Note this.
Jeremy Allison [Fri, 15 Feb 2008 02:07:27 +0000 (18:07 -0800)] 
Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.
Jeremy.

17 years agoEnsure invalidate_vuid() deletes any ntlmssp state.
Jeremy Allison [Fri, 15 Feb 2008 02:06:16 +0000 (18:06 -0800)] 
Ensure invalidate_vuid() deletes any ntlmssp state.
Jeremy.

17 years agoAllow auth_ntlmssp_end() to ignore null pointers passed in.
Jeremy Allison [Fri, 15 Feb 2008 02:05:37 +0000 (18:05 -0800)] 
Allow auth_ntlmssp_end() to ignore null pointers passed in.
Jeremy.

17 years agoAllow the mechOID to be written separately.
Jeremy Allison [Thu, 14 Feb 2008 19:29:54 +0000 (11:29 -0800)] 
Allow the mechOID to be written separately.
Jeremy.

17 years agoRevert "Merge in J.Layton patch and resolve conflict."
Simo Sorce [Thu, 14 Feb 2008 17:03:32 +0000 (12:03 -0500)] 
Revert "Merge in J.Layton patch and resolve conflict."

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

17 years agoRemove the regfio objects from the ldb commandlin tools object list - unused.
Michael Adam [Thu, 14 Feb 2008 15:32:25 +0000 (16:32 +0100)] 
Remove the regfio objects from the ldb commandlin tools object list - unused.

Michael

17 years agoUse the proper boolean constants.
Michael Adam [Thu, 14 Feb 2008 14:35:07 +0000 (15:35 +0100)] 
Use the proper boolean constants.

Michael

17 years agoClean up LIBTDB-related Makefile variables a bit
Michael Adam [Thu, 14 Feb 2008 13:21:49 +0000 (14:21 +0100)] 
Clean up LIBTDB-related Makefile variables a bit

(removing commented out stuff).

Michael

17 years agoRemove unused marshalling for LSA_REMOVE_ACCT_RIGHTS.
Günther Deschner [Thu, 14 Feb 2008 14:29:51 +0000 (15:29 +0100)] 
Remove unused marshalling for LSA_REMOVE_ACCT_RIGHTS.

Guenther

17 years agoUse rpccli_lsa_RemoveAccountRights() in net and rpcclient.
Günther Deschner [Thu, 14 Feb 2008 14:28:26 +0000 (15:28 +0100)] 
Use rpccli_lsa_RemoveAccountRights() in net and rpcclient.

Guenther

17 years agoUse pidl for _lsa_RemoveAccountRights.
Günther Deschner [Thu, 14 Feb 2008 14:20:18 +0000 (15:20 +0100)] 
Use pidl for _lsa_RemoveAccountRights.

Guenther

17 years agoRe-run make idl.
Günther Deschner [Thu, 14 Feb 2008 14:21:54 +0000 (15:21 +0100)] 
Re-run make idl.

Guenther

17 years agoFix IDL for lsa_RemoveAccountRights.
Günther Deschner [Thu, 14 Feb 2008 14:20:47 +0000 (15:20 +0100)] 
Fix IDL for lsa_RemoveAccountRights.

Guenther

17 years agoRemove unused marshalling for LSA_ENUM_ACCT_RIGHTS.
Günther Deschner [Thu, 14 Feb 2008 14:11:35 +0000 (15:11 +0100)] 
Remove unused marshalling for LSA_ENUM_ACCT_RIGHTS.

Guenther

17 years agoUse rpccli_lsa_EnumAccountRights in net and rpcclient.
Günther Deschner [Thu, 14 Feb 2008 14:09:21 +0000 (15:09 +0100)] 
Use rpccli_lsa_EnumAccountRights in net and rpcclient.

Guenther

17 years agoFix IDL for lsa_EnumAccountRights.
Günther Deschner [Thu, 14 Feb 2008 14:02:59 +0000 (15:02 +0100)] 
Fix IDL for lsa_EnumAccountRights.

Guenther

17 years agoUse pidl for _lsa_EnumAccountRights().
Günther Deschner [Thu, 14 Feb 2008 14:02:31 +0000 (15:02 +0100)] 
Use pidl for _lsa_EnumAccountRights().

Guenther

17 years agoRemove unused marshalling for LSA_ADD_ACCT_RIGHTS.
Günther Deschner [Thu, 14 Feb 2008 13:35:27 +0000 (14:35 +0100)] 
Remove unused marshalling for LSA_ADD_ACCT_RIGHTS.

Guenther

17 years agoUse rpccli_lsa_AddAccountRights in net and rpcclient.
Günther Deschner [Thu, 14 Feb 2008 13:34:10 +0000 (14:34 +0100)] 
Use rpccli_lsa_AddAccountRights in net and rpcclient.

Guenther

17 years agoUse pidl for _lsa_AddAccountRights().
Günther Deschner [Thu, 14 Feb 2008 13:21:49 +0000 (14:21 +0100)] 
Use pidl for _lsa_AddAccountRights().

Guenther

17 years agoRe-run make idl.
Günther Deschner [Thu, 14 Feb 2008 13:36:30 +0000 (14:36 +0100)] 
Re-run make idl.

Guenther

17 years agoFix IDL for lsa_AddAccountRights.
Günther Deschner [Thu, 14 Feb 2008 13:22:25 +0000 (14:22 +0100)] 
Fix IDL for lsa_AddAccountRights.

Guenther

17 years agoCreate symbols to export in libtdb dynamically from tdb.h.
Michael Adam [Thu, 14 Feb 2008 13:15:07 +0000 (14:15 +0100)] 
Create symbols to export in libtdb dynamically from tdb.h.

This adds a general mechanism to create version-scripts for
linking shared libraries from one or several header files,
similar to mkproto.sh/awk.

Michael

17 years agoAdd support for building and using shared and static libtdb library.
Michael Adam [Thu, 14 Feb 2008 12:29:44 +0000 (13:29 +0100)] 
Add support for building and using shared and static libtdb library.

This should work with m4_include(lib/tdb/libtdb.m4) like already
done with talloc, but currently this does not work (yet) - tdb
code has to be merged from s4 before that.

Michael

17 years agoFix a typo.
Michael Adam [Wed, 13 Feb 2008 23:31:37 +0000 (00:31 +0100)] 
Fix a typo.

This had no negative side effect since currently TALLOC_OBJ
only consists of one object.

Michael

17 years agoRemove unused marshalling for LSA_ADDPRIVS and LSA_REMOVEPRIVS.
Günther Deschner [Thu, 14 Feb 2008 13:01:49 +0000 (14:01 +0100)] 
Remove unused marshalling for LSA_ADDPRIVS and LSA_REMOVEPRIVS.

Guenther

17 years agoUse pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount.
Günther Deschner [Thu, 14 Feb 2008 12:50:32 +0000 (13:50 +0100)] 
Use pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount.

Guenther

17 years agoAdd lsaaddpriv and lsadelpriv commands to rpcclient.
Günther Deschner [Thu, 14 Feb 2008 12:46:39 +0000 (13:46 +0100)] 
Add lsaaddpriv and lsadelpriv commands to rpcclient.

Guenther

17 years agoFix IDL for lsa_AddPrivilegesToAccount.
Günther Deschner [Thu, 14 Feb 2008 11:47:04 +0000 (12:47 +0100)] 
Fix IDL for lsa_AddPrivilegesToAccount.

Guenther

17 years agoRemove unused marshalling for LSA_LOOKUP_PRIV_VALUE.
Günther Deschner [Thu, 14 Feb 2008 12:31:55 +0000 (13:31 +0100)] 
Remove unused marshalling for LSA_LOOKUP_PRIV_VALUE.

Guenther

17 years agoUse rpccli_lsa_LookupPrivValue() in rpcclient.
Günther Deschner [Thu, 14 Feb 2008 12:29:18 +0000 (13:29 +0100)] 
Use rpccli_lsa_LookupPrivValue() in rpcclient.

Guenther

17 years agoUse pidl for _lsa_LookupPrivValue().
Günther Deschner [Thu, 14 Feb 2008 12:25:42 +0000 (13:25 +0100)] 
Use pidl for _lsa_LookupPrivValue().

Guenther

17 years agoFix IDL for lsa_LookupPrivValue.
Günther Deschner [Thu, 14 Feb 2008 12:09:54 +0000 (13:09 +0100)] 
Fix IDL for lsa_LookupPrivValue.

Guenther

17 years agoRemove unused marshalling for LSA_ENUMPRIVSACCOUNT.
Günther Deschner [Thu, 14 Feb 2008 11:15:17 +0000 (12:15 +0100)] 
Remove unused marshalling for LSA_ENUMPRIVSACCOUNT.

Guenther

17 years agoUse rpccli_lsa_EnumPrivsAccount() in rpcclient.
Günther Deschner [Thu, 14 Feb 2008 11:13:13 +0000 (12:13 +0100)] 
Use rpccli_lsa_EnumPrivsAccount() in rpcclient.

Guenther

17 years agoRemove white space.
Günther Deschner [Thu, 14 Feb 2008 12:12:28 +0000 (13:12 +0100)] 
Remove white space.

Guenther

17 years agoUse pidl for _lsa_EnumPrivsAccount().
Günther Deschner [Thu, 14 Feb 2008 00:53:00 +0000 (01:53 +0100)] 
Use pidl for _lsa_EnumPrivsAccount().

Guenther

17 years agoRe-run make idl.
Günther Deschner [Thu, 14 Feb 2008 00:55:22 +0000 (01:55 +0100)] 
Re-run make idl.

Guenther

17 years agoFix IDL for lsa_EnumPrivsAccount.
Günther Deschner [Thu, 14 Feb 2008 00:51:15 +0000 (01:51 +0100)] 
Fix IDL for lsa_EnumPrivsAccount.

Guenther

17 years agoFix typo.
Günther Deschner [Thu, 14 Feb 2008 00:53:42 +0000 (01:53 +0100)] 
Fix typo.

Guenther

17 years agoRemove accidential commit.
Günther Deschner [Thu, 14 Feb 2008 00:45:07 +0000 (01:45 +0100)] 
Remove accidential commit.

Guenther

17 years agoRemove unused marshalling for LSA_ENUM_ACCOUNTS.
Günther Deschner [Thu, 14 Feb 2008 00:34:34 +0000 (01:34 +0100)] 
Remove unused marshalling for LSA_ENUM_ACCOUNTS.

Guenther

17 years agoUse rpccli_lsa_EnumAccounts() in net and rpcclient.
Günther Deschner [Thu, 14 Feb 2008 00:32:56 +0000 (01:32 +0100)] 
Use rpccli_lsa_EnumAccounts() in net and rpcclient.

Guenther

17 years agoUse pidl for _lsa_EnumAccounts.
Günther Deschner [Thu, 14 Feb 2008 00:16:03 +0000 (01:16 +0100)] 
Use pidl for _lsa_EnumAccounts.

Guenther

17 years agoRe-run make idl.
Günther Deschner [Thu, 14 Feb 2008 00:07:54 +0000 (01:07 +0100)] 
Re-run make idl.

Guenther

17 years agoFix IDL for lsa_EnumAccounts.
Günther Deschner [Thu, 14 Feb 2008 00:08:40 +0000 (01:08 +0100)] 
Fix IDL for lsa_EnumAccounts.

Guenther