CVS update: samba4/source/script

2004-02-02 Thread Stefan Metzmacher

Date:   Mon Feb  2 07:06:28 2004
Author: metze

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv6981/script

Modified Files:
build_idl.sh 
Log Message:
some systems doesn't have ./ in PATH
so use ./build/pidl/pidl.pl

metze


Revisions:
build_idl.sh1.16 = 1.17

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/build_idl.sh.diff?r1=1.16r2=1.17


CVS update: samba4/source/script

2004-01-29 Thread Stefan Metzmacher

Date:   Thu Jan 29 09:54:42 2004
Author: metze

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv9309/script

Added Files:
find_unused_options.sh 
Log Message:
add find_unused_options.sh

this script finds unused lp_*() functions

use it like this:
   [EMAIL PROTECTED]:~/samba/source./script/find_unused_options.sh

metze


Revisions:
find_unused_options.sh  NONE = 1.1

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/find_unused_options.sh?rev=1.1


CVS update: samba4/source/script

2004-01-28 Thread Stefan Metzmacher

Date:   Wed Jan 28 12:47:52 2004
Author: metze

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv26955/source/script

Added Files:
mkversion.sh 
Log Message:
merge the version.h autogeneration stuff from 3.0

metze


Revisions:
mkversion.shNONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/mkversion.sh?rev=1.1


CVS update: samba4/source/script

2004-01-02 Thread Jelmer Vernooij

Date:   Fri Jan  2 13:47:13 2004
Author: jelmer

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv15177

Modified Files:
find_unused_header_checks.pl 
Log Message:
Add note about new configure structure.

Revisions:
find_unused_header_checks.pl1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/find_unused_header_checks.pl.diff?r1=1.1r2=1.2


CVS update: samba4/source/script

2003-12-15 Thread tridge

Date:   Mon Dec 15 12:13:34 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv29100

Modified Files:
build_idl.sh 
Log Message:
lots of shells don't have the -nt test, so use hackish find command
instead


Revisions:
build_idl.sh1.15 = 1.16

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/build_idl.sh.diff?r1=1.15r2=1.16


CVS update: samba4/source/script

2003-12-15 Thread tridge

Date:   Tue Dec 16 03:34:23 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv1961

Modified Files:
mkproto.pl 
Log Message:
more portability fixes. We now almost compile on solaris



Revisions:
mkproto.pl  1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/mkproto.pl.diff?r1=1.7r2=1.8


CVS update: samba4/source/script

2003-12-14 Thread tridge

Date:   Sun Dec 14 13:21:58 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv8002

Modified Files:
build_idl.sh 
Log Message:
added auto-generation of the server side boilerplate code for each
pipe. 

The server side code gets generated as librpc/gen_ndr/ndr_NAME_s.c and
gets included in the pipe module




Revisions:
build_idl.sh1.13 = 1.14

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/build_idl.sh.diff?r1=1.13r2=1.14


CVS update: samba4/source/script

2003-12-14 Thread tridge

Date:   Mon Dec 15 05:37:15 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv22240

Modified Files:
build_idl.sh 
Log Message:
a script fix for the build farm


Revisions:
build_idl.sh1.14 = 1.15

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/build_idl.sh.diff?r1=1.14r2=1.15


CVS update: samba4/source/script

2003-12-02 Thread Jelmer Vernooij

Date:   Tue Dec  2 10:13:18 2003
Author: jelmer

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv27047

Added Files:
find_unused_header_checks.pl 
Log Message:
Add script useful for finding checks for headers that are never used

Revisions:
find_unused_header_checks.plNONE = 1.1

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/find_unused_header_checks.pl?rev=1.1


CVS update: samba4/source/script

2003-11-27 Thread tridge

Date:   Fri Nov 28 00:47:58 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv13654

Modified Files:
build_idl.sh 
Log Message:
added auto-generation of the IDL interface tables. This makes two less
places that need to be edited when someone adds a new IDL file.


Revisions:
build_idl.sh1.7 = 1.8

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/build_idl.sh.diff?r1=1.7r2=1.8


CVS update: samba4/source/script

2003-11-27 Thread tridge

Date:   Fri Nov 28 03:47:40 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv2180

Modified Files:
build_idl.sh 
Log Message:
 * support multiple interfaces in one IDL file in pidl

 * make far more generated functions static

 * get rid of gen_rpc, and include the client calls in ndr_*.c

 * added placeholder IDL for a number of intefaces (dcom, wzcsvc, browser etc)



Revisions:
build_idl.sh1.8 = 1.9

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/build_idl.sh.diff?r1=1.8r2=1.9


CVS update: samba4/source/script

2003-11-22 Thread tridge

Date:   Sun Nov 23 01:29:42 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv7274

Modified Files:
mkproto.sh 
Added Files:
mkproto.pl 
Log Message:
changed to perl for mkproto, patch from vance


Revisions:
mkproto.pl  NONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/mkproto.pl?rev=1.1
mkproto.sh  1.1.1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/mkproto.sh.diff?r1=1.1.1.1r2=1.2


CVS update: samba4/source/script

2003-11-22 Thread tridge

Date:   Sun Nov 23 01:30:59 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv7534

Removed Files:
makeunicodecasemap.awk mkproto.awk 
Log Message:
get rid of our awk scripts



Revisions:
makeunicodecasemap.awk  1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/makeunicodecasemap.awk?rev=1.1.1.1
mkproto.awk 1.1.1.1 = NONE

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/mkproto.awk?rev=1.1.1.1


CVS update: samba4/source/script

2003-11-22 Thread tridge

Date:   Sun Nov 23 01:53:42 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv9967

Modified Files:
mkproto.pl 
Log Message:
reduced the number of magic types we need in mkproto.pl

In general I prefer struct foo to just foo for most
structures. There are exceptions.




Revisions:
mkproto.pl  1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/mkproto.pl.diff?r1=1.1r2=1.2


CVS update: samba4/source/script

2003-11-22 Thread tridge

Date:   Sun Nov 23 02:00:40 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv10772/script

Modified Files:
mkproto.pl 
Log Message:
nicer base type handling

Revisions:
mkproto.pl  1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/mkproto.pl.diff?r1=1.2r2=1.3


CVS update: samba4/source/script

2003-11-22 Thread tridge

Date:   Sun Nov 23 02:11:55 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv12415

Modified Files:
mkproto.pl 
Log Message:
fixed loadparm handling properly


Revisions:
mkproto.pl  1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/mkproto.pl.diff?r1=1.3r2=1.4


CVS update: samba4/source/script

2003-11-22 Thread tridge

Date:   Sun Nov 23 02:33:46 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv14910

Modified Files:
mkproto.pl 
Log Message:
much faster inner loop and neater code



Revisions:
mkproto.pl  1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/mkproto.pl.diff?r1=1.4r2=1.5


CVS update: samba4/source/script

2003-11-22 Thread tridge

Date:   Sun Nov 23 02:44:23 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv16960

Modified Files:
mkproto.pl 
Log Message:
final bit of tidyup and speedup




Revisions:
mkproto.pl  1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/mkproto.pl.diff?r1=1.5r2=1.6


CVS update: samba4/source/script

2003-11-22 Thread tridge

Date:   Sun Nov 23 03:42:20 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv25168

Modified Files:
build_idl.sh 
Log Message:
save about 35% of the time for make idl by processing multiple IDL
files at once, which means less perl startup time.




Revisions:
build_idl.sh1.6 = 1.7

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/build_idl.sh.diff?r1=1.6r2=1.7


CVS update: samba4/source/script

2003-11-20 Thread tridge

Date:   Thu Nov 20 11:09:53 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv21958

Modified Files:
build_idl.sh 
Log Message:
moved the pidl auto-generated files out of CVS



Revisions:
build_idl.sh1.4 = 1.5

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/build_idl.sh.diff?r1=1.4r2=1.5


CVS update: samba4/source/script

2003-11-20 Thread tridge

Date:   Thu Nov 20 22:46:01 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv17279

Modified Files:
build_idl.sh 
Log Message:
we now use a copy of pidl inside the samba4 source tree at
source/build/pidl/

I imported the code using direct respository manipulation to preserve
the commit history








Revisions:
build_idl.sh1.5 = 1.6

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/build_idl.sh.diff?r1=1.5r2=1.6


CVS update: samba4/source/script

2003-11-15 Thread tridge

Date:   Sat Nov 15 21:25:05 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv29398

Modified Files:
build_idl.sh 
Log Message:
simple method for auto-building rpc files if idl changes, and
auto-building proto.h if it doesn't exist. This should make life a
little easier for developers


Revisions:
build_idl.sh1.3 = 1.4

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/build_idl.sh.diff?r1=1.3r2=1.4


CVS update: samba4/source/script

2003-11-09 Thread tridge

Date:   Sun Nov  9 08:30:18 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv16201

Modified Files:
build_idl.sh 
Log Message:
- added the rest of the LSA calls as stubs

- auto-generate the client calls with 'make idl'





Revisions:
build_idl.sh1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/build_idl.sh.diff?r1=1.2r2=1.3


CVS update: samba4/source/script

2003-11-08 Thread tridge

Date:   Sat Nov  8 13:23:20 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv10008

Added Files:
build_idl.sh 
Log Message:
- more generation fixes

- added auto-generation from the Makefile. Only called when you run make idl








Revisions:
build_idl.shNONE = 1.1
http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/build_idl.sh?rev=1.1


CVS update: samba4/source/script

2003-11-08 Thread tridge

Date:   Sun Nov  9 01:18:59 2003
Author: tridge

Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv29642

Modified Files:
build_idl.sh 
Log Message:
check for pidl.pl in path, not $HOME/pidl/




Revisions:
build_idl.sh1.1 = 1.2

http://www.samba.org/cgi-bin/cvsweb/samba4/source/script/build_idl.sh.diff?r1=1.1r2=1.2