summaryrefslogtreecommitdiffstats
path: root/source4/script
Commit message (Collapse)AuthorAgeFilesLines
...
* r42: importing .cvsignore filesGerald Carter2007-10-101-1/+0
| | | | (This used to be commit 11717ae912449bde596ff6cf7d8fddcc86548f15)
* r20: Add the registry library. Still needs a lot of work,Jelmer Vernooij2007-10-101-1/+1
| | | | | see source/lib/registry/TODO for details. (This used to be commit 7cab3a00d7b4b1d95a3bfa6b28f318b4aaa5d493)
* some systems doesn't have ./ in PATHStefan Metzmacher2004-02-021-2/+2
| | | | | | | so use ./build/pidl/pidl.pl metze (This used to be commit 7aab10d507346ac8d748558e5b9dbcfe9a56f601)
* add find_unused_options.shStefan Metzmacher2004-01-291-0/+42
| | | | | | | | | | this script finds unused lp_*() functions use it like this: user@host:~/samba/source>./script/find_unused_options.sh metze (This used to be commit 350fbe3440e28bcb26f9a9e8b999b0c4a70de64d)
* merge the version.h autogeneration stuff from 3.0Stefan Metzmacher2004-01-281-0/+87
| | | | | metze (This used to be commit 24dc237e109f6dce69814b22e0fb7878a7f6bfa8)
* a script which find unused or undefined vars in Makefile or Makefile.inStefan Metzmacher2004-01-131-0/+45
| | | | | | | | | | | | | | call it like: script/find_unused_makefilevars.pl Makefile or script/find_unused_makefilevars.pl Makefile.in metze (This used to be commit ebecb6d05b97dc5bac8d9e48f8fad75dfbb44a74)
* Add script for finding unused function checks in configure.inJelmer Vernooij2004-01-131-0/+37
| | | | (This used to be commit 7c6a261871d2b44fe6eccfda7cb4f3c558dbf5e3)
* Add note about new configure structure.Jelmer Vernooij2004-01-021-1/+3
| | | | (This used to be commit 43130f370b84828fce3eb5501464eb2c47138acc)
* more portability fixes. We now almost compile on solarisAndrew Tridgell2003-12-161-1/+3
| | | | (This used to be commit f4abd20b8437703211676fb12ea23af8f0e4642a)
* lots of shells don't have the -nt test, so use hackish find commandAndrew Tridgell2003-12-151-2/+7
| | | | | instead (This used to be commit 2d57346c2d07e43c4630a7f7963173d84c5a7c92)
* a script fix for the build farmAndrew Tridgell2003-12-151-1/+2
| | | | (This used to be commit 5f6b0baa300d088a6d7fb91fcbceff594292eaa0)
* added auto-generation of the server side boilerplate code for eachAndrew Tridgell2003-12-141-1/+1
| | | | | | | | pipe. The server side code gets generated as librpc/gen_ndr/ndr_NAME_s.c and gets included in the pipe module (This used to be commit bd3dcfe5820489a838e19b244266bd9126af5eb4)
* some systems don't have "which" and some systems don't have the "-nt"Andrew Tridgell2003-12-081-9/+0
| | | | | flag to test. It's amazing that systems like that are ever sold. (This used to be commit fe91635da87104544946983c7c63d5c584db614a)
* fixed shell scripting errorAndrew Tridgell2003-12-081-1/+1
| | | | (This used to be commit b18dce549dd390681e70bc0e290d7ec4e44791c3)
* cope with yapp not being installedAndrew Tridgell2003-12-081-2/+6
| | | | (This used to be commit e41d95acc016087d77712d214a52813c00923d4d)
* * reduced the number of grammer conflicts a lot using (arbitrary)Andrew Tridgell2003-12-081-1/+4
| | | | | | | | | | | precedence rules * build a standalone parser. When we come to distributing Samba4 we can just include idl.pm and other developers won't need Parse::Yapp installed * avoid the recursive make in most cases in build_idl.sh (This used to be commit be2c2be459d1bed41c113590e70711cb89ad12b9)
* Add script useful for finding checks for headers that are never usedJelmer Vernooij2003-12-021-0/+38
| | | | (This used to be commit 0e5fdbc01bba7f1b000587d01a128c3bdbbbe03c)
* * support multiple interfaces in one IDL file in pidlAndrew Tridgell2003-11-281-3/+3
| | | | | | | | | * 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) (This used to be commit a2bdf0be0119023df3c2b9ea515ed355020f2625)
* added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell2003-11-281-0/+4
| | | | | places that need to be edited when someone adds a new IDL file. (This used to be commit ccd9ddeed679baa6cbb05ac728b381b50420e00f)
* save about 35% of the time for "make idl" by processing multiple IDLAndrew Tridgell2003-11-231-5/+17
| | | | | files at once, which means less perl startup time. (This used to be commit 64b2c67e479ddc754d18f752d347ba22a6d77682)
* by using a single proto.h we gain another factor of 4 in the speed ofAndrew Tridgell2003-11-231-7/+8
| | | | | "make proto" (This used to be commit f6bb118799887e8e29399343e377ba8e9f059f20)
* final bit of tidyup and speedupAndrew Tridgell2003-11-231-30/+13
| | | | (This used to be commit 1c980e6c4e89b24aa8fedf0b6684cd73f34b6c25)
* much faster inner loop and neater codeAndrew Tridgell2003-11-231-58/+54
| | | | (This used to be commit 9ea02c51d449095b7f17edb3fb82d3722cdd9c20)
* fixed loadparm handling properlyAndrew Tridgell2003-11-231-41/+20
| | | | (This used to be commit 945ada7e7ec0f4b4df559bc171b9b18d30eff834)
* nicer base type handlingAndrew Tridgell2003-11-231-6/+6
| | | | (This used to be commit e58384eb53b654768d2eb53c222529849674753c)
* reduced the number of magic types we need in mkproto.plAndrew Tridgell2003-11-231-46/+54
| | | | | | In general I prefer "struct foo" to just "foo" for most structures. There are exceptions. (This used to be commit 04eb12b56c653f98801ab29411f47564ab32fa58)
* get rid of our awk scriptsAndrew Tridgell2003-11-232-224/+0
| | | | (This used to be commit f11f757c871dcb66813e44a3144df0f927108d8e)
* changed to perl for mkproto, patch from vanceAndrew Tridgell2003-11-232-5/+144
| | | | (This used to be commit 9386326868f43dab95b5508ce0ca5a9c1160a2eb)
* we now use a copy of pidl inside the samba4 source tree atAndrew Tridgell2003-11-201-1/+3
| | | | | | | | source/build/pidl/ I imported the code using direct respository manipulation to preserve the commit history (This used to be commit 2ed87a52ccc343c281e29f5a18f3f99fe06beb28)
* moved the pidl auto-generated files out of CVSAndrew Tridgell2003-11-201-2/+5
| | | | (This used to be commit 49c72d42766a55e2833c004e721a47115000626b)
* simple method for auto-building rpc files if idl changes, andAndrew Tridgell2003-11-151-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)
* - added the rest of the LSA calls as stubsAndrew Tridgell2003-11-091-1/+1
| | | | | - auto-generate the client calls with 'make idl' (This used to be commit 8e52381313fc5a603b6d7e6ff090896c772096e9)
* check for pidl.pl in path, not $HOME/pidl/Andrew Tridgell2003-11-091-1/+1
| | | | (This used to be commit 9aacdb5b8ac26a7a6337aeb23f63513fbd2236f6)
* - more generation fixesAndrew Tridgell2003-11-081-0/+10
| | | | | - added auto-generation from the Makefile. Only called when you run "make idl" (This used to be commit 47a17e5a08dcb5ef2880f75a59bf417e161a71d3)
* Add script that reports unused macros/definesJelmer Vernooij2003-08-161-0/+33
| | | | (This used to be commit dd850b5bd8abc123f455b715fb62dd4d54297178)
* Add script that detects useless AC_DEFINE()'s in configure.inJelmer Vernooij2003-08-161-0/+30
| | | | (This used to be commit 37f55d8619b110d217ec826bcf2773849ed0f7f7)
* first public release of samba4 codeAndrew Tridgell2003-08-1332-0/+1972
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)