]> git.ipfire.org Git - thirdparty/samba.git/log
thirdparty/samba.git
17 years agoconfigure: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_
Stefan Metzmacher [Mon, 9 Jun 2008 08:27:12 +0000 (10:27 +0200)] 
configure: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_

AC_CACHE_VAL() variables must contain _cv_ to be cached.

metze

17 years agoconfigure: fix warnings with autoconf-2.62 rename samba_stat_hires => samba_cv_stat_hires
Stefan Metzmacher [Mon, 9 Jun 2008 08:23:27 +0000 (10:23 +0200)] 
configure: fix warnings with autoconf-2.62 rename samba_stat_hires => samba_cv_stat_hires

AC_CACHE_VAL() variables must contain _cv_ to be cached.

metze

17 years agoconfigure: fix warnings with autoconf-2.62 rename smb_krb5_ => smb_krb5_cv_
Stefan Metzmacher [Mon, 9 Jun 2008 08:19:21 +0000 (10:19 +0200)] 
configure: fix warnings with autoconf-2.62 rename smb_krb5_ => smb_krb5_cv_

AC_CACHE_VAL() variables must contain _cv_ to be cached.

metze

17 years agoBugfix noticed by Herb. On using the again: tag as a
Jeremy Allison [Sun, 8 Jun 2008 21:19:44 +0000 (14:19 -0700)] 
Bugfix noticed by Herb. On using the again: tag as a
goto target we were not reinitializing the array counts.

From Herb:

This is in the file nsswitch/winbindd_cm.c (samba-3.0.30) line 1236

We have a label again: where we keep trying to find the name of the DC
from the list of IPs returned by get_dcs. If we fail to figure out the
name we do a goto again at the end of the function. The problem is we
don't reset the num_dcs, num_addrs, etc and free the memory in the
various arrays. This seems wrong to me. I have a winbindd core where
I have 9 IPs returned for the DCs but at the time of the crash num_dcs
is 87 and if I look through the array dcs it keeps repeating entries
from the same group of 9

Jerry, Volker and Guenther please check.

Jeremy.

17 years agoAdd STREAMINFO op to vfs_full_audit
Volker Lendecke [Sat, 7 Jun 2008 07:04:03 +0000 (09:04 +0200)] 
Add STREAMINFO op to vfs_full_audit

Fix Coverity ID 552 and 553

17 years agoFix a memleak in secrets_fetch_afs_key
Volker Lendecke [Sat, 7 Jun 2008 06:51:35 +0000 (08:51 +0200)] 
Fix a memleak in secrets_fetch_afs_key

Coverity ID 570

17 years agoFix a memleak in secrets_fetch_trust_account_password_legacy
Volker Lendecke [Sat, 7 Jun 2008 06:50:02 +0000 (08:50 +0200)] 
Fix a memleak in secrets_fetch_trust_account_password_legacy

Coverity ID 571

17 years agoFix a memleak in fetch_ldap_pw
Volker Lendecke [Sat, 7 Jun 2008 06:48:13 +0000 (08:48 +0200)] 
Fix a memleak in fetch_ldap_pw

Fix Coverity ID 572, also fix the error check for secrets_fetch failing

17 years agoFix a crash in add_failed_connection_entry
Volker Lendecke [Thu, 5 Jun 2008 07:36:34 +0000 (09:36 +0200)] 
Fix a crash in add_failed_connection_entry

17 years agoAdd prototype for delete_negative_conn_cache
Volker Lendecke [Thu, 5 Jun 2008 07:36:13 +0000 (09:36 +0200)] 
Add prototype for delete_negative_conn_cache

17 years agoMake the gencache based conncache use talloc_tos()
Volker Lendecke [Thu, 5 Jun 2008 07:00:37 +0000 (09:00 +0200)] 
Make the gencache based conncache use talloc_tos()

17 years agoNegative conn cache uses gencache
Marc VanHeyningen [Wed, 4 Jun 2008 22:22:50 +0000 (15:22 -0700)] 
Negative conn cache uses gencache

17 years agopam_winbind: fix pam_sm_chauthtok for storing modified cached creds.
Günther Deschner [Fri, 6 Jun 2008 13:59:52 +0000 (15:59 +0200)] 
pam_winbind: fix pam_sm_chauthtok for storing modified cached creds.

Thanks to Bo Yang for pointing this out.

Guenther

17 years agonetapi: use NetGroupSetInfo() for "net rpc group rename".
Günther Deschner [Fri, 6 Jun 2008 11:52:51 +0000 (13:52 +0200)] 
netapi: use NetGroupSetInfo() for "net rpc group rename".

Guenther

17 years agoMore correct fix (hopefully :-) for any memory leaks.
Jeremy Allison [Thu, 5 Jun 2008 21:27:26 +0000 (14:27 -0700)] 
More correct fix (hopefully :-) for any memory leaks.
Jerry promised to check :-). Vl also please review.
Jeremy.

17 years agonetdomjoin-gui: enable NetGetJoinInformation() call after successfull joining.
Günther Deschner [Thu, 5 Jun 2008 17:04:31 +0000 (19:04 +0200)] 
netdomjoin-gui: enable NetGetJoinInformation() call after successfull joining.

Now that libnetjoin reloads configuration after joining, we can rely on the
NetGetJoinInformation() output and use it for displaying the new domain name and
type.

Guenther

17 years agonetdomjoin-gui: fix more gtk runtime warnings.
Günther Deschner [Thu, 5 Jun 2008 17:02:09 +0000 (19:02 +0200)] 
netdomjoin-gui: fix more gtk runtime warnings.

Guenther

17 years agolibnetjoin: add libnet_join_rollback().
Günther Deschner [Thu, 5 Jun 2008 17:00:05 +0000 (19:00 +0200)] 
libnetjoin: add libnet_join_rollback().

This is required now if the join verify failed and we already
modified the local configuration.

Guenther

17 years agolibnetjoin: First store configuration and then verify the join.
Günther Deschner [Thu, 5 Jun 2008 16:58:27 +0000 (18:58 +0200)] 
libnetjoin: First store configuration and then verify the join.

Jerry, this fixes the issues while joining with "config backend = registry".

Guenther

17 years agomailslot: always pull a command 25 type reply.
Günther Deschner [Thu, 5 Jun 2008 16:54:14 +0000 (18:54 +0200)] 
mailslot: always pull a command 25 type reply.

Guenther

17 years agonet: fix debuglevel handling.
Günther Deschner [Thu, 5 Jun 2008 16:40:26 +0000 (18:40 +0200)] 
net: fix debuglevel handling.

Kai, that one actually needs to stay a global external variable in order to
support debuglevel definition only on the commandline for net.

Guenther

17 years agoSamba3-HOWTO: Add improvements/fixes.
Karolin Seeger [Thu, 5 Jun 2008 13:18:41 +0000 (15:18 +0200)] 
Samba3-HOWTO: Add improvements/fixes.

These improvements/fixes were reported by
Pete Boyd <petes-bugs@thegoldenear.org> in bug #4203.

Karolin

17 years agoFix a memleak caused by a crappy get_sorted_dc_list() API
Volker Lendecke [Thu, 5 Jun 2008 08:38:58 +0000 (10:38 +0200)] 
Fix a memleak caused by a crappy get_sorted_dc_list() API

17 years agoFix a memleak in ads_find_dc() in case get_sorted_dc_list() fails
Volker Lendecke [Thu, 5 Jun 2008 08:25:02 +0000 (10:25 +0200)] 
Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails

This is really not a proper place to fix this, but as get_gc_list() and friends
are about to be replaced anyway, just work around the broken existing API

17 years agonetdomjoin-gui: disable annoying "reboot now" dialog.
Günther Deschner [Wed, 4 Jun 2008 23:11:23 +0000 (01:11 +0200)] 
netdomjoin-gui: disable annoying "reboot now" dialog.

Guenther

17 years agolibnetjoin: correctly copy returned lsa policy sid.
Günther Deschner [Wed, 4 Jun 2008 16:05:15 +0000 (18:05 +0200)] 
libnetjoin: correctly copy returned lsa policy sid.

Guenther

17 years agonetdomjoin-gui: some minor fixes + hunting down typecast bugs.
Günther Deschner [Tue, 3 Jun 2008 13:19:46 +0000 (15:19 +0200)] 
netdomjoin-gui: some minor fixes + hunting down typecast bugs.

Guenther

17 years agonet: fix popt context memleak.
Günther Deschner [Wed, 4 Jun 2008 00:44:24 +0000 (02:44 +0200)] 
net: fix popt context memleak.

Guenther

17 years agolibnetjoin: only close existing policy handles while unjoining.
Günther Deschner [Wed, 4 Jun 2008 00:43:41 +0000 (02:43 +0200)] 
libnetjoin: only close existing policy handles while unjoining.

Guenther

17 years agolibnetjoin: delete possible "realm" leftover parameter.
Günther Deschner [Tue, 3 Jun 2008 23:32:15 +0000 (01:32 +0200)] 
libnetjoin: delete possible "realm" leftover parameter.

Guenther

17 years agonet: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup".
Günther Deschner [Tue, 3 Jun 2008 23:30:37 +0000 (01:30 +0200)] 
net: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup".

Guenther

17 years agoutil_str: add talloc_asprintf_strlower_m().
Günther Deschner [Tue, 3 Jun 2008 23:29:22 +0000 (01:29 +0200)] 
util_str: add talloc_asprintf_strlower_m().

Guenther

17 years agonetapi: remove unrequired headers.
Günther Deschner [Tue, 3 Jun 2008 18:42:58 +0000 (20:42 +0200)] 
netapi: remove unrequired headers.

Guenther

17 years agoAlways set "registry shares = yes" for "include = registry"
Volker Lendecke [Tue, 3 Jun 2008 18:51:42 +0000 (20:51 +0200)] 
Always set "registry shares = yes" for "include = registry"

This fixes the case where "include = registry" is set in the smb.conf text file
and *only* shares (no [global] settings) are present in the registry.

Michael, please check!

Thanks,

Volker

17 years agobuild: fix build warning.
Günther Deschner [Tue, 3 Jun 2008 18:41:55 +0000 (20:41 +0200)] 
build: fix build warning.

Guenther

17 years agobuild: fix the build (missing protoype for lp_ldap_connection_timeout()).
Günther Deschner [Tue, 3 Jun 2008 18:41:29 +0000 (20:41 +0200)] 
build: fix the build (missing protoype for lp_ldap_connection_timeout()).

Guenther

17 years agowinbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.
Gerald W. Carter [Tue, 3 Jun 2008 16:18:44 +0000 (11:18 -0500)] 
winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.

Reduce the use of config parameters with run time information after discussion
with Guenther.

17 years agoRelease scripts: Update create-tarball to include docs and other packaging details.
Gerald W. Carter [Tue, 27 May 2008 21:27:21 +0000 (16:27 -0500)] 
Release scripts: Update create-tarball to include docs and other packaging details.

I've updated the create-tarball script to support command line options,
docs build (or copy and existing build), and to run the packaging update
scripts.

  $ release-scripts/create-tarball --help
  Usage release-scripts/create-tarball [options]
      --help             Print command usage
      --branch <name>    Specify the branch to to create the archive file from
      --copy-docs <dir>  Copy documentation from <dir> rather than building
      --tag <name>       Tag name for release
      --keyid <email>    The GnuPG key ID used to sign the release tag

17 years agoman pages: Add documentation for new parameter 'ldap connection timeout'.
Karolin Seeger [Tue, 3 Jun 2008 14:44:59 +0000 (16:44 +0200)] 
man pages: Add documentation for new parameter 'ldap connection timeout'.

Karolin

17 years agoAdd ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be controll...
Björn Jacke [Mon, 26 May 2008 09:29:24 +0000 (11:29 +0200)] 
Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be controlled via the ldap connection timeout parameter. This fixes fallbacks to secondary LDAP servers in multi LDAP server setups like in #4544

17 years agoFix empty input fields in SWAT; [#5515].
Andreas Schneider [Tue, 3 Jun 2008 13:26:42 +0000 (15:26 +0200)] 
Fix empty input fields in SWAT; [#5515].

Signed-off-by: Stefan Metzmacher <metze@samba.org>
17 years agoFix saving of the config file in SWAT; [#5516].
Andreas Schneider [Tue, 3 Jun 2008 13:05:50 +0000 (15:05 +0200)] 
Fix saving of the config file in SWAT; [#5516].

The strlen of the source string passed to convert_string_allocate was too
short :)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
17 years agoFix bug reported by David Eisner <deisner@gmail.com>. When allocating cli
Jeremy Allison [Tue, 3 Jun 2008 01:37:16 +0000 (18:37 -0700)] 
Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cli
buffers for large read/write - make sure we take account of the large
read/write SMB headers as well as the buffer space.
Jeremy.

17 years agonetapi: fix some build warnings.
Günther Deschner [Mon, 2 Jun 2008 23:37:55 +0000 (01:37 +0200)] 
netapi: fix some build warnings.

Guenther

17 years agonetapi: use libnetapi_samr_lookup_and_open_alias().
Günther Deschner [Mon, 2 Jun 2008 22:42:00 +0000 (00:42 +0200)] 
netapi: use libnetapi_samr_lookup_and_open_alias().

Guenther

17 years agonetapi: add libnetapi_samr_lookup_and_open_alias().
Günther Deschner [Mon, 2 Jun 2008 22:41:36 +0000 (00:41 +0200)] 
netapi: add libnetapi_samr_lookup_and_open_alias().

Guenther

17 years agonetapi: use libnetapi_samr_open_builtin_domain().
Günther Deschner [Mon, 2 Jun 2008 22:13:59 +0000 (00:13 +0200)] 
netapi: use libnetapi_samr_open_builtin_domain().

Guenther

17 years agonetapi: add libnetapi_samr_open_builtin_domain().
Günther Deschner [Mon, 2 Jun 2008 22:13:39 +0000 (00:13 +0200)] 
netapi: add libnetapi_samr_open_builtin_domain().

Guenther

17 years agonetapi: let libnetapi_samr_open_domain return WERROR.
Günther Deschner [Mon, 2 Jun 2008 21:55:45 +0000 (23:55 +0200)] 
netapi: let libnetapi_samr_open_domain return WERROR.

Guenther

17 years agonetapi: add public header for NetLocalGroupSetInfo().
Günther Deschner [Mon, 2 Jun 2008 21:37:42 +0000 (23:37 +0200)] 
netapi: add public header for NetLocalGroupSetInfo().

Guenther

17 years agonetapi: Implement NetLocalGroupSetInfo().
Günther Deschner [Mon, 2 Jun 2008 21:36:25 +0000 (23:36 +0200)] 
netapi: Implement NetLocalGroupSetInfo().

Guenther

17 years agonetapi: add NetLocalGroupSetInfo() example code.
Günther Deschner [Mon, 2 Jun 2008 20:37:03 +0000 (22:37 +0200)] 
netapi: add NetLocalGroupSetInfo() example code.

Guenther

17 years agonetapi: add NetLocalGroupSetInfo() skeleton.
Günther Deschner [Mon, 2 Jun 2008 20:29:32 +0000 (22:29 +0200)] 
netapi: add NetLocalGroupSetInfo() skeleton.

Guenther

17 years agore-run make idl.
Günther Deschner [Mon, 2 Jun 2008 20:26:01 +0000 (22:26 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add NetLocalGroupSetInfo() to IDL.
Günther Deschner [Mon, 2 Jun 2008 20:25:07 +0000 (22:25 +0200)] 
netapi: add NetLocalGroupSetInfo() to IDL.

Guenther

17 years agonetapi: implement NetLocalGroupGetInfo().
Günther Deschner [Mon, 2 Jun 2008 20:20:14 +0000 (22:20 +0200)] 
netapi: implement NetLocalGroupGetInfo().

Guenther

17 years agonetapi: add NetLocalGroupGetInfo() example code.
Günther Deschner [Mon, 2 Jun 2008 18:28:31 +0000 (20:28 +0200)] 
netapi: add NetLocalGroupGetInfo() example code.

Guenther

17 years agonetapi: add NetLocalGroupGetInfo() to public headers.
Günther Deschner [Mon, 2 Jun 2008 18:27:49 +0000 (20:27 +0200)] 
netapi: add NetLocalGroupGetInfo() to public headers.

Guenther

17 years agonetapi: add NetLocalGroupGetInfo() skeleton.
Günther Deschner [Mon, 2 Jun 2008 18:20:27 +0000 (20:20 +0200)] 
netapi: add NetLocalGroupGetInfo() skeleton.

Guenther

17 years agore-run make idl.
Günther Deschner [Mon, 2 Jun 2008 18:19:36 +0000 (20:19 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add NetLocalGroupGetInfo() to IDL.
Günther Deschner [Mon, 2 Jun 2008 18:19:18 +0000 (20:19 +0200)] 
netapi: add NetLocalGroupGetInfo() to IDL.

Guenther

17 years agonetapi: add NetLocalGroupDel() example code.
Günther Deschner [Mon, 2 Jun 2008 17:46:04 +0000 (19:46 +0200)] 
netapi: add NetLocalGroupDel() example code.

Guenther

17 years agonetapi: add NetLocalGroupDel() to public headers.
Günther Deschner [Mon, 2 Jun 2008 17:45:23 +0000 (19:45 +0200)] 
netapi: add NetLocalGroupDel() to public headers.

Guenther

17 years agonetapi: Implement NetLocalGroupDel().
Günther Deschner [Mon, 2 Jun 2008 17:44:32 +0000 (19:44 +0200)] 
netapi: Implement NetLocalGroupDel().

Guenther

17 years agonetapi: add NetLocalGroupDel() skeleton.
Günther Deschner [Mon, 2 Jun 2008 17:20:25 +0000 (19:20 +0200)] 
netapi: add NetLocalGroupDel() skeleton.

Guenther

17 years agore-run make idl.
Günther Deschner [Mon, 2 Jun 2008 17:17:53 +0000 (19:17 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add NetLocalGroupDel() to IDL.
Günther Deschner [Mon, 2 Jun 2008 17:17:13 +0000 (19:17 +0200)] 
netapi: add NetLocalGroupDel() to IDL.

Guenther

17 years agonetapi: add NetLocalGroupAdd() example.
Günther Deschner [Mon, 2 Jun 2008 17:13:26 +0000 (19:13 +0200)] 
netapi: add NetLocalGroupAdd() example.

Guenther

17 years agonetapi: add NetLocalGroupAdd to public api.
Günther Deschner [Mon, 2 Jun 2008 17:12:54 +0000 (19:12 +0200)] 
netapi: add NetLocalGroupAdd to public api.

Guenther

17 years agonetapi: Implement NetLocalGroupAdd().
Günther Deschner [Mon, 2 Jun 2008 17:02:52 +0000 (19:02 +0200)] 
netapi: Implement NetLocalGroupAdd().

Guenther

17 years agonetapi: add NetLocalGroupAdd() skeleton.
Günther Deschner [Mon, 2 Jun 2008 15:34:53 +0000 (17:34 +0200)] 
netapi: add NetLocalGroupAdd() skeleton.

Guenther

17 years agore-run make idl.
Günther Deschner [Mon, 2 Jun 2008 15:31:58 +0000 (17:31 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add NetLocalGroupAdd() to IDL.
Günther Deschner [Mon, 2 Jun 2008 15:31:38 +0000 (17:31 +0200)] 
netapi: add NetLocalGroupAdd() to IDL.

Guenther

17 years agonetapi: use libnetapi_samr_open_domain().
Günther Deschner [Mon, 2 Jun 2008 15:31:00 +0000 (17:31 +0200)] 
netapi: use libnetapi_samr_open_domain().

Guenther

17 years agonetapi: add libnetapi_samr_open_domain().
Günther Deschner [Mon, 2 Jun 2008 15:29:55 +0000 (17:29 +0200)] 
netapi: add libnetapi_samr_open_domain().

Guenther

17 years agonetapi: Add NetGroupDelUser() example.
Günther Deschner [Mon, 2 Jun 2008 12:58:43 +0000 (14:58 +0200)] 
netapi: Add NetGroupDelUser() example.

Guenther

17 years agonetapi: Implement NetGroupDelUser().
Günther Deschner [Mon, 2 Jun 2008 12:58:01 +0000 (14:58 +0200)] 
netapi: Implement NetGroupDelUser().

Guenther

17 years agonetapi: add NetGroupAddUser() example.
Günther Deschner [Mon, 2 Jun 2008 12:48:45 +0000 (14:48 +0200)] 
netapi: add NetGroupAddUser() example.

Guenther

17 years agonetapi: implement NetGroupAddUser().
Günther Deschner [Mon, 2 Jun 2008 12:46:56 +0000 (14:46 +0200)] 
netapi: implement NetGroupAddUser().

Guenther

17 years agoerrors: add more WERRORs.
Günther Deschner [Mon, 2 Jun 2008 12:45:08 +0000 (14:45 +0200)] 
errors: add more WERRORs.

Guenther

17 years agonetapi: add dummy implementation for NetGroupAddUser() and NetGroupDelUser().
Günther Deschner [Mon, 2 Jun 2008 11:43:21 +0000 (13:43 +0200)] 
netapi: add dummy implementation for NetGroupAddUser() and NetGroupDelUser().

Guenther

17 years agore-run make idl.
Günther Deschner [Mon, 2 Jun 2008 11:41:58 +0000 (13:41 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add NetGroupAddUser() and NetGroupDelUser() to IDL.
Günther Deschner [Mon, 2 Jun 2008 11:41:35 +0000 (13:41 +0200)] 
netapi: add NetGroupAddUser() and NetGroupDelUser() to IDL.

Guenther

17 years agonetapi: add NetGroupGetInfo() example code.
Günther Deschner [Mon, 2 Jun 2008 11:07:02 +0000 (13:07 +0200)] 
netapi: add NetGroupGetInfo() example code.

Guenther

17 years agonetapi: Implement NetGroupGetInfo_r().
Günther Deschner [Mon, 2 Jun 2008 11:04:58 +0000 (13:04 +0200)] 
netapi: Implement NetGroupGetInfo_r().

Guenther

17 years agonetapi: add dummy implementation of NetGroupGetInfo().
Günther Deschner [Mon, 2 Jun 2008 11:04:15 +0000 (13:04 +0200)] 
netapi: add dummy implementation of NetGroupGetInfo().

Guenther

17 years agore-run make idl.
Günther Deschner [Mon, 2 Jun 2008 11:00:59 +0000 (13:00 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add NetGroupGetInfo() to IDL.
Günther Deschner [Mon, 2 Jun 2008 11:00:17 +0000 (13:00 +0200)] 
netapi: add NetGroupGetInfo() to IDL.

Guenther

17 years agonetapi: Add NetGroupSetInfo() example code.
Günther Deschner [Mon, 2 Jun 2008 10:59:30 +0000 (12:59 +0200)] 
netapi: Add NetGroupSetInfo() example code.

Guenther

17 years agonetapi: implement NetGroupSetInfo_r().
Günther Deschner [Mon, 2 Jun 2008 10:58:02 +0000 (12:58 +0200)] 
netapi: implement NetGroupSetInfo_r().

Guenther

17 years agonetapi: Add dummy implementation of NetGroupSetInfo().
Günther Deschner [Mon, 2 Jun 2008 10:54:17 +0000 (12:54 +0200)] 
netapi: Add dummy implementation of NetGroupSetInfo().

Guenther

17 years agore-run make idl.
Günther Deschner [Mon, 2 Jun 2008 10:48:46 +0000 (12:48 +0200)] 
re-run make idl.

Guenther

17 years agonetapi: add NetGroupSetInfo to IDL.
Günther Deschner [Mon, 2 Jun 2008 10:47:54 +0000 (12:47 +0200)] 
netapi: add NetGroupSetInfo to IDL.

Guenther

17 years agonetapi: let NetGroupAdd_l and NetGroupDel_l call the remote functions.
Günther Deschner [Wed, 28 May 2008 23:44:21 +0000 (01:44 +0200)] 
netapi: let NetGroupAdd_l and NetGroupDel_l call the remote functions.

Guenther

17 years agonetapi: add NetGroupDel() example code.
Günther Deschner [Wed, 28 May 2008 23:43:52 +0000 (01:43 +0200)] 
netapi: add NetGroupDel() example code.

Guenther

17 years agonetapi: implement NetGroupDel_r().
Günther Deschner [Wed, 28 May 2008 23:43:06 +0000 (01:43 +0200)] 
netapi: implement NetGroupDel_r().

Guenther

17 years agonet: Use NetGroupAdd() for adding domain groups.
Günther Deschner [Wed, 28 May 2008 12:57:35 +0000 (14:57 +0200)] 
net: Use NetGroupAdd() for adding domain groups.

Guenther

17 years agonetapi: add NetGroupAdd() example code.
Günther Deschner [Wed, 28 May 2008 12:56:45 +0000 (14:56 +0200)] 
netapi: add NetGroupAdd() example code.

Guenther

17 years agonetapi: implement NetGroupAdd_r().
Günther Deschner [Wed, 28 May 2008 12:48:30 +0000 (14:48 +0200)] 
netapi: implement NetGroupAdd_r().

Guenther

17 years agodoserr: Add WERR_GROUP_EXISTS and WERR_SPECIAL_ACCOUNT.
Günther Deschner [Wed, 28 May 2008 11:57:21 +0000 (13:57 +0200)] 
doserr: Add WERR_GROUP_EXISTS and WERR_SPECIAL_ACCOUNT.

Guenther