summaryrefslogtreecommitdiff
path: root/source4/script
AgeCommit message (Collapse)AuthorFilesLines
2003-11-23final bit of tidyup and speedupAndrew Tridgell1-30/+13
(This used to be commit 1c980e6c4e89b24aa8fedf0b6684cd73f34b6c25)
2003-11-23much faster inner loop and neater codeAndrew Tridgell1-58/+54
(This used to be commit 9ea02c51d449095b7f17edb3fb82d3722cdd9c20)
2003-11-23fixed loadparm handling properlyAndrew Tridgell1-41/+20
(This used to be commit 945ada7e7ec0f4b4df559bc171b9b18d30eff834)
2003-11-23nicer base type handlingAndrew Tridgell1-6/+6
(This used to be commit e58384eb53b654768d2eb53c222529849674753c)
2003-11-23reduced the number of magic types we need in mkproto.plAndrew Tridgell1-46/+54
In general I prefer "struct foo" to just "foo" for most structures. There are exceptions. (This used to be commit 04eb12b56c653f98801ab29411f47564ab32fa58)
2003-11-23get rid of our awk scriptsAndrew Tridgell2-224/+0
(This used to be commit f11f757c871dcb66813e44a3144df0f927108d8e)
2003-11-23changed to perl for mkproto, patch from vanceAndrew Tridgell2-5/+144
(This used to be commit 9386326868f43dab95b5508ce0ca5a9c1160a2eb)
2003-11-20we now use a copy of pidl inside the samba4 source tree atAndrew Tridgell1-1/+3
source/build/pidl/ I imported the code using direct respository manipulation to preserve the commit history (This used to be commit 2ed87a52ccc343c281e29f5a18f3f99fe06beb28)
2003-11-20moved the pidl auto-generated files out of CVSAndrew Tridgell1-2/+5
(This used to be commit 49c72d42766a55e2833c004e721a47115000626b)
2003-11-15simple method for auto-building rpc files if idl changes, andAndrew Tridgell1-3/+7
auto-building proto.h if it doesn't exist. This should make life a little easier for developers (This used to be commit ab5939e79600841c5e7e31e9da8742bf2da4a184)
2003-11-09- added the rest of the LSA calls as stubsAndrew Tridgell1-1/+1
- auto-generate the client calls with 'make idl' (This used to be commit 8e52381313fc5a603b6d7e6ff090896c772096e9)
2003-11-09check for pidl.pl in path, not $HOME/pidl/Andrew Tridgell1-1/+1
(This used to be commit 9aacdb5b8ac26a7a6337aeb23f63513fbd2236f6)
2003-11-08- more generation fixesAndrew Tridgell1-0/+10
- added auto-generation from the Makefile. Only called when you run "make idl" (This used to be commit 47a17e5a08dcb5ef2880f75a59bf417e161a71d3)
2003-08-16Add script that reports unused macros/definesJelmer Vernooij1-0/+33
(This used to be commit dd850b5bd8abc123f455b715fb62dd4d54297178)
2003-08-16Add script that detects useless AC_DEFINE()'s in configure.inJelmer Vernooij1-0/+30
(This used to be commit 37f55d8619b110d217ec826bcf2773849ed0f7f7)
2003-08-13first public release of samba4 codeAndrew Tridgell32-0/+1972
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)