Changeset 1023
- Timestamp:
- May 16, 2017, 10:08:35 AM (8 years ago)
- Location:
- trunk/guitools/shared
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/shared/cltinit.vrs
r1017 r1023 1 1 /* Perform basic Samba Client init stuff */ 2 3 /* Samba Client Initialization 4 Copyright (C) 2007-2017 Herwig Bauernfeind for bww bitwise works GmbH. 5 6 This program is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 3 of the License, or 9 (at your option) any later version. 10 11 This program is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with this program. If not, see <http://www.gnu.org/licenses/>. 18 */ 2 19 3 20 /*:VRX */ -
trunk/guitools/shared/inittempdir.vrs
r990 r1023 1 1 /* Initialize the temporary directory */ 2 3 /* Temporary directory Initialization 4 Copyright (C) 2007-2017 Herwig Bauernfeind for bww bitwise works GmbH. 5 6 This program is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 3 of the License, or 9 (at your option) any later version. 10 11 This program is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with this program. If not, see <http://www.gnu.org/licenses/>. 18 */ 2 19 3 20 /*:VRX */ -
trunk/guitools/shared/masterpasswd.vrs
r1022 r1023 1 1 /* REXX Function Library for master.passwd management */ 2 3 /* 4 Copyright (C) 2007-2017 Herwig Bauernfeind for bww bitwise works GmbH. 5 6 This program is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 3 of the License, or 9 (at your option) any later version. 10 11 This program is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with this program. If not, see <http://www.gnu.org/licenses/>. 18 */ 19 2 20 3 21 /* Currently implemented functions: */ -
trunk/guitools/shared/rxrpclib.vrs
r786 r1023 1 /* REXX Function Library for RPC calls */ 1 /* Samba REXX Function Library for RPC calls */ 2 3 /* 4 Copyright (C) 2007-2017 Herwig Bauernfeind for bww bitwise works GmbH. 5 6 This program is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 3 of the License, or 9 (at your option) any later version. 10 11 This program is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with this program. If not, see <http://www.gnu.org/licenses/>. 18 */ 19 2 20 3 21 /* Currently implemented functions: */ -
trunk/guitools/shared/sambainit.vrs
r990 r1023 1 1 /* Perform basic Samba init stuff */ 2 3 /* Samba Server Initialization 4 Copyright (C) 2007-2017 Herwig Bauernfeind for bww bitwise works GmbH. 5 6 This program is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 3 of the License, or 9 (at your option) any later version. 10 11 This program is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with this program. If not, see <http://www.gnu.org/licenses/>. 18 */ 19 2 20 3 21 /*:VRX */ -
trunk/guitools/shared/smbtree.vrs
r990 r1023 1 /* Routines to handle smbtree output */ 1 /* Samba REXX Routines to handle smbtree output */ 2 3 /* 4 Copyright (C) 2007-2017 Herwig Bauernfeind for bww bitwise works GmbH. 5 6 This program is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 3 of the License, or 9 (at your option) any later version. 10 11 This program is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with this program. If not, see <http://www.gnu.org/licenses/>. 18 */ 19 2 20 3 21 /*:VRX */ -
trunk/guitools/shared/swat.vrs
r990 r1023 1 /* Find Apache HtPasswd */ 2 3 /* 4 Copyright (C) 2007-2017 Herwig Bauernfeind for bww bitwise works GmbH. 5 6 This program is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 3 of the License, or 9 (at your option) any later version. 10 11 This program is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with this program. If not, see <http://www.gnu.org/licenses/>. 18 */ 19 1 20 /*:VRX _FindHtpasswd 2 21 */ -
trunk/guitools/shared/textini.vrs
r638 r1023 1 1 /* Deal with text INI files like smb.conf or WIN.INI */ 2 3 /* 4 Copyright (C) 2007-2017 Herwig Bauernfeind for bww bitwise works GmbH. 5 6 This program is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 3 of the License, or 9 (at your option) any later version. 10 11 This program is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 15 16 You should have received a copy of the GNU General Public License 17 along with this program. If not, see <http://www.gnu.org/licenses/>. 18 */ 19 2 20 3 21 /* Available functions: */ -
trunk/guitools/shared/usercredmem.vrs
r660 r1023 1 1 /* Provide routines to store/check/access user credentials 2 2 stored in a shared memory object */ 3 4 /* 5 Copyright (C) 2007-2017 Herwig Bauernfeind for bww bitwise works GmbH. 6 7 This program is free software: you can redistribute it and/or modify 8 it under the terms of the GNU General Public License as published by 9 the Free Software Foundation, either version 3 of the License, or 10 (at your option) any later version. 11 12 This program is distributed in the hope that it will be useful, 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 GNU General Public License for more details. 16 17 You should have received a copy of the GNU General Public License 18 along with this program. If not, see <http://www.gnu.org/licenses/>. 19 */ 3 20 4 21 _ucInitObj: procedure expose ucMem
Note:
See TracChangeset
for help on using the changeset viewer.