summaryrefslogtreecommitdiff
path: root/source4/script
AgeCommit message (Expand)AuthorFilesLines
2003-12-14added auto-generation of the server side boilerplate code for eachAndrew Tridgell1-1/+1
2003-12-08some systems don't have "which" and some systems don't have the "-nt"Andrew Tridgell1-9/+0
2003-12-08fixed shell scripting errorAndrew Tridgell1-1/+1
2003-12-08cope with yapp not being installedAndrew Tridgell1-2/+6
2003-12-08 * reduced the number of grammer conflicts a lot using (arbitrary)Andrew Tridgell1-1/+4
2003-12-02Add script useful for finding checks for headers that are never usedJelmer Vernooij1-0/+38
2003-11-28 * support multiple interfaces in one IDL file in pidlAndrew Tridgell1-3/+3
2003-11-28added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell1-0/+4
2003-11-23save about 35% of the time for "make idl" by processing multiple IDLAndrew Tridgell1-5/+17
2003-11-23by using a single proto.h we gain another factor of 4 in the speed ofAndrew Tridgell1-7/+8
2003-11-23final bit of tidyup and speedupAndrew Tridgell1-30/+13
2003-11-23much faster inner loop and neater codeAndrew Tridgell1-58/+54
2003-11-23fixed loadparm handling properlyAndrew Tridgell1-41/+20
2003-11-23nicer base type handlingAndrew Tridgell1-6/+6
2003-11-23reduced the number of magic types we need in mkproto.plAndrew Tridgell1-46/+54
2003-11-23get rid of our awk scriptsAndrew Tridgell2-224/+0
2003-11-23changed to perl for mkproto, patch from vanceAndrew Tridgell2-5/+144
2003-11-20we now use a copy of pidl inside the samba4 source tree atAndrew Tridgell1-1/+3
2003-11-20moved the pidl auto-generated files out of CVSAndrew Tridgell1-2/+5
2003-11-15simple method for auto-building rpc files if idl changes, andAndrew Tridgell1-3/+7
2003-11-09- added the rest of the LSA calls as stubsAndrew Tridgell1-1/+1
2003-11-09check for pidl.pl in path, not $HOME/pidl/Andrew Tridgell1-1/+1
2003-11-08- more generation fixesAndrew Tridgell1-0/+10
2003-08-16Add script that reports unused macros/definesJelmer Vernooij1-0/+33
2003-08-16Add script that detects useless AC_DEFINE()'s in configure.inJelmer Vernooij1-0/+30
2003-08-13first public release of samba4 codeAndrew Tridgell32-0/+1972