mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
2a006a7e6b
functionalities into groups of subcontexts of net subcontext just the way it's done in net tool. This way we can pass common arguments when creating subcontext. Also, this may allow easier writing net tool completely as a script. At the moment there's a name resolve code segfault to be fixed. rafal (This used to be commit 25310d05927dab69d37248977f974bcaedbd081b)
29 lines
1022 B
C
29 lines
1022 B
C
/*
|
|
Unix SMB/CIFS implementation.
|
|
|
|
provide interfaces to libnet calls from ejs scripts
|
|
|
|
Copyright (C) Rafal Szczesniak 2005
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
*/
|
|
|
|
#include "lib/appweb/ejs/ejs.h"
|
|
|
|
|
|
void ejsnet_setup(void);
|
|
static int ejs_net_userman(MprVarHandle, int, struct MprVar**);
|
|
static int ejs_net_createuser(MprVarHandle, int, char**);
|