]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
17 years agonetapi: fix return code in NetShareAdd_r.
Günther Deschner [Thu, 4 Sep 2008 18:23:39 +0000 (20:23 +0200)] 
netapi: fix return code in NetShareAdd_r.

Guenther

17 years agoProtect against a closed socket
Volker Lendecke [Fri, 5 Sep 2008 09:47:48 +0000 (11:47 +0200)] 
Protect against a closed socket

17 years agoDo proper error handling if the socket is closed
Volker Lendecke [Fri, 5 Sep 2008 09:48:36 +0000 (11:48 +0200)] 
Do proper error handling if the socket is closed

17 years agoconfigure: fix typo in GNU ld version-script test.
Michael Adam [Fri, 5 Sep 2008 09:39:38 +0000 (11:39 +0200)] 
configure: fix typo in GNU ld version-script test.

Michael

17 years agoAdd workaround for docs build and dependency on parameters.all.xml
Gerald (Jerry) Carter [Mon, 25 Aug 2008 21:08:28 +0000 (16:08 -0500)] 
Add workaround for docs build and dependency on parameters.all.xml
(cherry picked from commit d4f5b5255f9b95050ddd9d67bd3958402be77918)

17 years agoFix winbindd crash bug with trusted domains. Bug #5736
James Ding [Thu, 4 Sep 2008 22:13:12 +0000 (15:13 -0700)] 
Fix winbindd crash bug with trusted domains. Bug #5736

17 years agoMerge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel
Herb Lewis [Thu, 4 Sep 2008 21:48:27 +0000 (14:48 -0700)] 
Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel

17 years agoUse different variable names for talloc and tdb object file names than
Jelmer Vernooij [Thu, 4 Sep 2008 21:43:58 +0000 (23:43 +0200)] 
Use different variable names for talloc and tdb object file names than
Samba 4.

17 years agoget rid of unneeded argument in get_methods and get_alloc_methods
Herb Lewis [Thu, 4 Sep 2008 21:35:27 +0000 (14:35 -0700)] 
get rid of unneeded argument in get_methods and get_alloc_methods

17 years agoIgnore unused pidl-generated files.
Jelmer Vernooij [Thu, 4 Sep 2008 21:05:48 +0000 (23:05 +0200)] 
Ignore unused pidl-generated files.

17 years agoMerge branch 'v3-devel' of ssh://jra@git.samba.org/data/git/samba into v3-devel
Jeremy Allison [Thu, 4 Sep 2008 18:51:55 +0000 (11:51 -0700)] 
Merge branch 'v3-devel' of ssh://jra@git.samba.org/data/git/samba into v3-devel

17 years agoCleanup of DC enumeration in get_dcs()
Steven Danneman [Wed, 3 Sep 2008 22:31:39 +0000 (15:31 -0700)] 
Cleanup of DC enumeration in get_dcs()

This is a fix for a few small inefficiencies/bugs in the get_dcs() path.

* because the third add_one_dc_unique() loop was outside the ADS check all DCs
  returned from the non-sitename lookup were being tacked onto the dc_name_ip
  list twice.
* add_one_dc_unique() now checks if the given IP address already exists before
  adding it to the list, making the returned list actually unique
* added more thorough doxygen comment headers

17 years agokerberos: fix indent of enc type lines in generated krb5.conf files.
Günther Deschner [Thu, 4 Sep 2008 13:11:22 +0000 (15:11 +0200)] 
kerberos: fix indent of enc type lines in generated krb5.conf files.

Guenther

17 years agoman pages: Several fixes for man wbinfo.
Karolin Seeger [Thu, 4 Sep 2008 09:25:55 +0000 (11:25 +0200)] 
man pages: Several fixes for man wbinfo.

-Tag replaceables
-Fix typos
-Unify indentation

Karolin

17 years agoFix bug #5729. Explicitly allow "-valid".
Jeremy Allison [Wed, 3 Sep 2008 20:06:36 +0000 (13:06 -0700)] 
Fix bug #5729. Explicitly allow "-valid".
Jeremy

17 years agoRevert "Split lookup_name() and create a new functiong called"
Simo Sorce [Wed, 3 Sep 2008 18:36:43 +0000 (14:36 -0400)] 
Revert "Split lookup_name() and create a new functiong called"

This reverts commit 8594edf666c29fd4ddf1780da842683dd81483b6.

17 years agoThe msync manpage reports that msync *must* be called before munmap. Failure to do...
Simo Sorce [Wed, 3 Sep 2008 14:44:09 +0000 (10:44 -0400)] 
The msync manpage reports that msync *must* be called before munmap. Failure to do so may result in lost data. Fix an ifdef check, I really think we meant to check HAVE_MMAP here.

17 years agoMerge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel
Simo Sorce [Wed, 3 Sep 2008 15:52:54 +0000 (11:52 -0400)] 
Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-devel

17 years agofactor prs_append_some_data out of prs_append_some_prs_data
Volker Lendecke [Wed, 3 Sep 2008 12:22:48 +0000 (14:22 +0200)] 
factor prs_append_some_data out of prs_append_some_prs_data

17 years agoTiny logic simplification: remove an else branch
Volker Lendecke [Wed, 3 Sep 2008 10:52:29 +0000 (12:52 +0200)] 
Tiny logic simplification: remove an else branch

17 years agowinbindd: the ad trusted_domains call should return talloced strings.
Günther Deschner [Tue, 2 Sep 2008 19:51:30 +0000 (21:51 +0200)] 
winbindd: the ad trusted_domains call should return talloced strings.

Guenther

17 years agoRemove unused CLI_DO_RPC macros
Volker Lendecke [Tue, 2 Sep 2008 07:44:39 +0000 (09:44 +0200)] 
Remove unused CLI_DO_RPC macros

17 years agodoserr: add WERR_WRONG_PASSWORD.
Günther Deschner [Mon, 1 Sep 2008 15:07:33 +0000 (17:07 +0200)] 
doserr: add WERR_WRONG_PASSWORD.

Guenther

17 years agoFix some nonempty blank lines
Volker Lendecke [Mon, 1 Sep 2008 19:28:57 +0000 (21:28 +0200)] 
Fix some nonempty blank lines

17 years agoSlightly simplify logic: remove an else branch
Volker Lendecke [Mon, 1 Sep 2008 16:42:44 +0000 (18:42 +0200)] 
Slightly simplify logic: remove an else branch

17 years agoFix typo
Volker Lendecke [Mon, 1 Sep 2008 14:22:04 +0000 (16:22 +0200)] 
Fix typo

17 years agoFix Coverity ID 587
Volker Lendecke [Mon, 1 Sep 2008 11:46:27 +0000 (13:46 +0200)] 
Fix Coverity ID 587

The following test program prints "8" on 64-bit :-)

static void print_size(const char lenbuf[4])
{
        printf("sizeof(lenbuf) = %d\n", (int)sizeof(lenbuf));
}
int main(void)
{
        const char lenbuf[4];
        print_size(lenbuf);
        return 0;
}

Jeremy, please check :-)

Volker

17 years agoFix Coverity ID 589, dead code
Volker Lendecke [Sun, 31 Aug 2008 10:15:35 +0000 (12:15 +0200)] 
Fix Coverity ID 589, dead code

17 years agoRemove a duplicate retval check
Volker Lendecke [Sun, 31 Aug 2008 09:45:12 +0000 (11:45 +0200)] 
Remove a duplicate retval check

Jeremy, please check!

17 years agoFix Coverity ID 592
Volker Lendecke [Sun, 31 Aug 2008 09:34:01 +0000 (11:34 +0200)] 
Fix Coverity ID 592

The scanner did not figure out that we always have a primary domain, so it
complained about us potentially passing a NULL pointer down to
set_domain_online_request() where it is dereferenced.

Make the code a bit clearer.

17 years agoMerge branch 'v3-devel' of ssh://jra@git.samba.org/data/git/samba into v3-devel
Jeremy Allison [Fri, 29 Aug 2008 16:29:21 +0000 (09:29 -0700)] 
Merge branch 'v3-devel' of ssh://jra@git.samba.org/data/git/samba into v3-devel

17 years agoDeal with systems that don't initialize birthtime correctly.
Jeremy Allison [Fri, 29 Aug 2008 16:29:07 +0000 (09:29 -0700)] 
Deal with systems that don't initialize birthtime correctly.
Pointed out by SATOH Fumiyasu <fumiyas@osstech.jp>.
Jeremy.

17 years agopackaging(RHEL-CTDB): add the cifs.upcall manpage to package.
Michael Adam [Thu, 28 Aug 2008 15:36:48 +0000 (17:36 +0200)] 
packaging(RHEL-CTDB): add the cifs.upcall manpage to package.

Michael

17 years agopackaging(RHEL-CTDB): Add the ldbtools' manpages to the package.
Michael Adam [Thu, 28 Aug 2008 15:14:45 +0000 (17:14 +0200)] 
packaging(RHEL-CTDB): Add the ldbtools' manpages to the package.

Michael

17 years agopackaging(RHEL-CTDB): fix direction of symlink for libnss_winbind.so.2
Michael Adam [Wed, 27 Aug 2008 13:53:00 +0000 (15:53 +0200)] 
packaging(RHEL-CTDB): fix direction of symlink for libnss_winbind.so.2

This is a workaround, until we have proper creation
of libnss_winbind.so.2 and .so as a symlink from the Makefile.

Michael

17 years agopackaging(RHEL-CTDB): move libnss_winbind.so bits closer together
Michael Adam [Wed, 27 Aug 2008 13:52:03 +0000 (15:52 +0200)] 
packaging(RHEL-CTDB): move libnss_winbind.so bits closer together

and comment on commented out libnss_wins.so installation

Michael

17 years agopackaging(RHEL-CTDB): remove duplicate installation of pam_smbpass.so
Michael Adam [Wed, 27 Aug 2008 10:58:06 +0000 (12:58 +0200)] 
packaging(RHEL-CTDB): remove duplicate installation of pam_smbpass.so

Michael

17 years agopackaging(RHEL-CTDB): remove library packaging hacks due to fixed Makfile.
Michael Adam [Fri, 29 Aug 2008 13:16:42 +0000 (15:16 +0200)] 
packaging(RHEL-CTDB): remove library packaging hacks due to fixed Makfile.

Use --libdir instead of --with-libdir .
Use new --with-modulesdir to separate LIBDIR and MODULESDIR.

This makes post "make install" hacks unnecessary.

Michael

17 years agopackaging(RHEL-CTDB): remove unused variable from makerpms.sh
Michael Adam [Wed, 27 Aug 2008 10:10:07 +0000 (12:10 +0200)] 
packaging(RHEL-CTDB): remove unused variable from makerpms.sh

Michael

17 years agopackaging(RHEL-CTDB): auto-detect samba version from spec in makerpms.sh
Michael Adam [Wed, 27 Aug 2008 10:09:40 +0000 (12:09 +0200)] 
packaging(RHEL-CTDB): auto-detect samba version from spec in makerpms.sh

Michael

17 years agolibnet_join: streamline logic of libnet_join_post_processing()
Michael Adam [Fri, 29 Aug 2008 15:55:28 +0000 (17:55 +0200)] 
libnet_join: streamline logic of libnet_join_post_processing()

Michael

17 years agolibnet: fix join by creating keytab after changing the config.
Michael Adam [Fri, 29 Aug 2008 15:43:12 +0000 (17:43 +0200)] 
libnet: fix join by creating keytab after changing the config.

Michael

17 years agowbinfo: add change-user-password command.
Günther Deschner [Fri, 15 Aug 2008 00:01:14 +0000 (02:01 +0200)] 
wbinfo: add change-user-password command.

Guenther

17 years agolibwbclient: add wbcChangeUserPassword and wbcChangeUserPasswordEx.
Günther Deschner [Fri, 15 Aug 2008 00:00:46 +0000 (02:00 +0200)] 
libwbclient: add wbcChangeUserPassword and wbcChangeUserPasswordEx.

Guenther

17 years agonetapi: fix NetGetJoinableOUs_l.
Günther Deschner [Fri, 29 Aug 2008 11:31:55 +0000 (13:31 +0200)] 
netapi: fix NetGetJoinableOUs_l.

It needs to try the dns domain name for the
ads connection.

Guenther

17 years agonetapi: fix some warnings in netdomjoin-gui.
Günther Deschner [Fri, 29 Aug 2008 10:59:56 +0000 (12:59 +0200)] 
netapi: fix some warnings in netdomjoin-gui.

Guenther

17 years agonetapi: use NETSETUP join flags in examples.
Günther Deschner [Fri, 29 Aug 2008 10:52:23 +0000 (12:52 +0200)] 
netapi: use NETSETUP join flags in examples.

Guenther

17 years agonetapi: add NetJoinFlags to public header.
Günther Deschner [Fri, 29 Aug 2008 10:46:38 +0000 (12:46 +0200)] 
netapi: add NetJoinFlags to public header.

Guenther

17 years agore-run make idl.
Günther Deschner [Fri, 29 Aug 2008 10:46:18 +0000 (12:46 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add NetJoinFlags to IDL.
Günther Deschner [Fri, 29 Aug 2008 10:46:01 +0000 (12:46 +0200)] 
netapi: add NetJoinFlags to IDL.

Guenther

17 years agonetapi: add info21_to_USER_INFO_11 and support level 11 in NetUserEnum/GetInfo.
Günther Deschner [Thu, 28 Aug 2008 10:22:19 +0000 (12:22 +0200)] 
netapi: add info21_to_USER_INFO_11 and support level 11 in NetUserEnum/GetInfo.

Guenther

17 years agonetapi: add info21_to_USER_INFO_4 and support level 4 in NetUserEnum/GetInfo.
Günther Deschner [Thu, 28 Aug 2008 10:21:13 +0000 (12:21 +0200)] 
netapi: add info21_to_USER_INFO_4 and support level 4 in NetUserEnum/GetInfo.

Guenther

17 years agonetapi: add info21_to_USER_INFO_3 and support level 3 in NetUserEnum/GetInfo.
Günther Deschner [Thu, 28 Aug 2008 10:20:04 +0000 (12:20 +0200)] 
netapi: add info21_to_USER_INFO_3 and support level 3 in NetUserEnum/GetInfo.

Guenther

17 years agonetapi: add info21_to_USER_INFO_2 and support level 2 in NetUserEnum/GetInfo.
Günther Deschner [Thu, 28 Aug 2008 10:18:01 +0000 (12:18 +0200)] 
netapi: add info21_to_USER_INFO_2 and support level 2 in NetUserEnum/GetInfo.

Guenther

17 years agonetapi: add info21_to_USER_INFO_1 and support level 1 NetUserEnum/GetInfo.
Günther Deschner [Thu, 28 Aug 2008 10:15:23 +0000 (12:15 +0200)] 
netapi: add info21_to_USER_INFO_1 and support level 1 NetUserEnum/GetInfo.

Guenther

17 years agonetapi: add info21_to_USER_INFO_23.
Günther Deschner [Thu, 28 Aug 2008 10:08:31 +0000 (12:08 +0200)] 
netapi: add info21_to_USER_INFO_23.

Guenther

17 years agonetapi: add info21_to_USER_INFO_20.
Günther Deschner [Thu, 28 Aug 2008 10:07:25 +0000 (12:07 +0200)] 
netapi: add info21_to_USER_INFO_20.

Guenther

17 years agonetapi: add info21_to_USER_INFO_10.
Günther Deschner [Thu, 28 Aug 2008 10:05:43 +0000 (12:05 +0200)] 
netapi: add info21_to_USER_INFO_10.

Guenther

17 years agonetapi: add builtin handle to NetUserEnum.
Günther Deschner [Thu, 28 Aug 2008 10:00:07 +0000 (12:00 +0200)] 
netapi: add builtin handle to NetUserEnum.

Guenther

17 years agonetapi: prepare libnetapi_samr_lookup_user to lookup priv levels.
Günther Deschner [Thu, 28 Aug 2008 09:57:43 +0000 (11:57 +0200)] 
netapi: prepare libnetapi_samr_lookup_user to lookup priv levels.

Guenther

17 years agore-run make idl.
Günther Deschner [Thu, 28 Aug 2008 09:54:32 +0000 (11:54 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add USER_MAXSTORAGE_UNLIMITED to IDL.
Günther Deschner [Thu, 28 Aug 2008 09:54:16 +0000 (11:54 +0200)] 
netapi: add USER_MAXSTORAGE_UNLIMITED to IDL.

Guenther

17 years agonetapi: add NetShareAdd example code.
Günther Deschner [Wed, 27 Aug 2008 23:02:42 +0000 (01:02 +0200)] 
netapi: add NetShareAdd example code.

Guenther

17 years agonetapi: implement NetShareAdd_r.
Günther Deschner [Wed, 27 Aug 2008 23:02:01 +0000 (01:02 +0200)] 
netapi: implement NetShareAdd_r.

Guenther

17 years agonetapi: add NetShareAdd to public header.
Günther Deschner [Wed, 27 Aug 2008 23:06:12 +0000 (01:06 +0200)] 
netapi: add NetShareAdd to public header.

Guenther

17 years agonetapi: add NetShareAdd skeleton.
Günther Deschner [Wed, 27 Aug 2008 23:01:11 +0000 (01:01 +0200)] 
netapi: add NetShareAdd skeleton.

Guenther

17 years agore-run make idl.
Günther Deschner [Wed, 27 Aug 2008 22:58:50 +0000 (00:58 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add NetShareAdd to IDL.
Günther Deschner [Wed, 27 Aug 2008 22:58:24 +0000 (00:58 +0200)] 
netapi: add NetShareAdd to IDL.

Guenther

17 years agonetapi: add samr_rid_to_priv_level().
Günther Deschner [Wed, 27 Aug 2008 22:56:25 +0000 (00:56 +0200)] 
netapi: add samr_rid_to_priv_level().

Guenther

17 years agonetapi: better point out what levels are unknown in NetUserEnum.
Günther Deschner [Wed, 27 Aug 2008 22:23:51 +0000 (00:23 +0200)] 
netapi: better point out what levels are unknown in NetUserEnum.

Guenther

17 years agonetapi: add AF_OP constants to public header.
Günther Deschner [Wed, 27 Aug 2008 21:43:01 +0000 (23:43 +0200)] 
netapi: add AF_OP constants to public header.

Guenther

17 years agore-run make idl.
Günther Deschner [Wed, 27 Aug 2008 21:41:55 +0000 (23:41 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add AF_OP constants to IDL.
Günther Deschner [Wed, 27 Aug 2008 21:40:44 +0000 (23:40 +0200)] 
netapi: add AF_OP constants to IDL.

Guenther

17 years agonetapi: add USER_PRIV_* constants to public header.
Günther Deschner [Wed, 27 Aug 2008 20:38:32 +0000 (22:38 +0200)] 
netapi: add USER_PRIV_* constants to public header.

Guenther

17 years agore-run make idl.
Günther Deschner [Wed, 27 Aug 2008 20:36:19 +0000 (22:36 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add USER_PRIV_* constants to IDL.
Günther Deschner [Wed, 27 Aug 2008 20:35:14 +0000 (22:35 +0200)] 
netapi: add USER_PRIV_* constants to IDL.

Guenther

17 years agonetapi: give more correct error code in NetUserGetInfo.
Günther Deschner [Wed, 27 Aug 2008 17:28:34 +0000 (19:28 +0200)] 
netapi: give more correct error code in NetUserGetInfo.

Guenther

17 years agonetapi: always return correct account name in NetUserGetInfo/NetUserEnum.
Günther Deschner [Wed, 27 Aug 2008 17:26:37 +0000 (19:26 +0200)] 
netapi: always return correct account name in NetUserGetInfo/NetUserEnum.

Guenther

17 years agonetapi: add samr_acb_flags_to_netapi_flags for NetUserEnum and NetUserGetInfo.
Günther Deschner [Wed, 27 Aug 2008 17:25:07 +0000 (19:25 +0200)] 
netapi: add samr_acb_flags_to_netapi_flags for NetUserEnum and NetUserGetInfo.

Guenther

17 years agonetapi: display all available levels in NetUserGetInfo example.
Günther Deschner [Wed, 27 Aug 2008 17:16:30 +0000 (19:16 +0200)] 
netapi: display all available levels in NetUserGetInfo example.

Guenther

17 years agonetapi: fix public header for USER_INFO_4.
Günther Deschner [Wed, 27 Aug 2008 17:15:32 +0000 (19:15 +0200)] 
netapi: fix public header for USER_INFO_4.

Guenther

17 years agore-run make idl.
Günther Deschner [Wed, 27 Aug 2008 17:15:02 +0000 (19:15 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: fix IDL for USER_INFO_4.
Günther Deschner [Wed, 27 Aug 2008 17:14:32 +0000 (19:14 +0200)] 
netapi: fix IDL for USER_INFO_4.

Guenther

17 years agonet: now that "net rpc user" uses netapi calls exclusivly, net rpc shell needs
Günther Deschner [Wed, 27 Aug 2008 11:54:49 +0000 (13:54 +0200)] 
net: now that "net rpc user" uses netapi calls exclusivly, net rpc shell needs
to use netapi as well.

Guenther

17 years agonet: use netapi for "net rpc user info" to enumerate user group membership.
Günther Deschner [Wed, 27 Aug 2008 11:47:04 +0000 (13:47 +0200)] 
net: use netapi for "net rpc user info" to enumerate user group membership.

Guenther

17 years agonetapi: implement NetUserGetGroups_r.
Günther Deschner [Wed, 27 Aug 2008 11:37:56 +0000 (13:37 +0200)] 
netapi: implement NetUserGetGroups_r.

Guenther

17 years agonetapi: add NetUserGetGroups example code.
Günther Deschner [Wed, 27 Aug 2008 11:14:24 +0000 (13:14 +0200)] 
netapi: add NetUserGetGroups example code.

Guenther

17 years agonetapi: add NetUserGetGroups to public headers.
Günther Deschner [Wed, 27 Aug 2008 11:13:57 +0000 (13:13 +0200)] 
netapi: add NetUserGetGroups to public headers.

Guenther

17 years agonetapi: fix NetUserSetInfo return code for currently unsupported levels.
Günther Deschner [Wed, 27 Aug 2008 09:55:57 +0000 (11:55 +0200)] 
netapi: fix NetUserSetInfo return code for currently unsupported levels.

Guenther

17 years agonetapi: add skeleton for NetUserGetGroups.
Günther Deschner [Wed, 27 Aug 2008 09:49:55 +0000 (11:49 +0200)] 
netapi: add skeleton for NetUserGetGroups.

Guenther

17 years agore-run make idl.
Günther Deschner [Wed, 27 Aug 2008 09:48:06 +0000 (11:48 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add NetUserGetGroups to IDL.
Günther Deschner [Wed, 27 Aug 2008 09:47:39 +0000 (11:47 +0200)] 
netapi: add NetUserGetGroups to IDL.

Guenther

17 years agonet: use netapi function to set user password.
Günther Deschner [Wed, 27 Aug 2008 09:19:49 +0000 (11:19 +0200)] 
net: use netapi function to set user password.

Guenther

17 years agonet: use netapi function to list users.
Günther Deschner [Wed, 27 Aug 2008 09:14:15 +0000 (11:14 +0200)] 
net: use netapi function to list users.

Guenther

17 years agonetapi: support level 1014 in NetUserSetInfo.
Günther Deschner [Wed, 27 Aug 2008 00:18:30 +0000 (02:18 +0200)] 
netapi: support level 1014 in NetUserSetInfo.

Guenther

17 years agonetapi: support level 1024 in NetUserSetInfo.
Günther Deschner [Wed, 27 Aug 2008 00:11:54 +0000 (02:11 +0200)] 
netapi: support level 1024 in NetUserSetInfo.

Guenther

17 years agonetapi: support level 1051 in NetUserSetInfo.
Günther Deschner [Wed, 27 Aug 2008 00:02:30 +0000 (02:02 +0200)] 
netapi: support level 1051 in NetUserSetInfo.

Guenther

17 years agonetapi: support level 1053 in NetUserSetInfo.
Günther Deschner [Tue, 26 Aug 2008 23:53:10 +0000 (01:53 +0200)] 
netapi: support level 1053 in NetUserSetInfo.

Guenther

17 years agonetapi: support level 1052 in NetUserSetInfo.
Günther Deschner [Tue, 26 Aug 2008 23:47:33 +0000 (01:47 +0200)] 
netapi: support level 1052 in NetUserSetInfo.

Guenther

17 years agore-run make idl.
Günther Deschner [Tue, 26 Aug 2008 23:44:40 +0000 (01:44 +0200)] 
re-run make idl.

Guenther