summaryrefslogtreecommitdiffstats
path: root/source4/script
Commit message (Expand)AuthorAgeFilesLines
* r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2007-10-101-1/+1
* r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and serverAndrew Tridgell2007-10-101-1/+6
* r822: use 'Last Change Rev:' instead of 'Revision:' from the svn info outputStefan Metzmacher2007-10-101-1/+1
* r747: report an failure in mkproto.pl via mkproto.sh to makeStefan Metzmacher2007-10-101-0/+6
* r725: fix usage of $PERL to "$PERL" to handle perl -W correctStefan Metzmacher2007-10-101-2/+2
* r594: - make sure all users in the domain have the same base sid!Andrew Tridgell2007-10-101-2/+11
* r586: removed --clientfns from build_idl.sh (tim removed that code from pidl)Andrew Tridgell2007-10-101-1/+1
* r578: initial server side implementation of samr_CreateUser(),Andrew Tridgell2007-10-101-2/+2
* r458: this is the (very primitive) beginnings of a SAMR server forAndrew Tridgell2007-10-101-0/+107
* r412: as we decide to not do 3.0.2a releases anymore,Stefan Metzmacher2007-10-101-6/+1
* r356: Start of auto-generated client functions. Tridge can you take a lookTim Potter2007-10-101-1/+1
* r212: fix the svk stuffStefan Metzmacher2007-10-101-7/+8
* r211: svk has different revision numbers,Stefan Metzmacher2007-10-101-7/+14
* r205: update to the new version schemaStefan Metzmacher2007-10-101-19/+11
* r42: importing .cvsignore filesGerald Carter2007-10-101-1/+0
* r20: Add the registry library. Still needs a lot of work,Jelmer Vernooij2007-10-101-1/+1
* some systems doesn't have ./ in PATHStefan Metzmacher2004-02-021-2/+2
* add find_unused_options.shStefan Metzmacher2004-01-291-0/+42
* merge the version.h autogeneration stuff from 3.0Stefan Metzmacher2004-01-281-0/+87
* a script which find unused or undefined vars in Makefile or Makefile.inStefan Metzmacher2004-01-131-0/+45
* Add script for finding unused function checks in configure.inJelmer Vernooij2004-01-131-0/+37
* Add note about new configure structure.Jelmer Vernooij2004-01-021-1/+3
* more portability fixes. We now almost compile on solarisAndrew Tridgell2003-12-161-1/+3
* lots of shells don't have the -nt test, so use hackish find commandAndrew Tridgell2003-12-151-2/+7
* a script fix for the build farmAndrew Tridgell2003-12-151-1/+2
* added auto-generation of the server side boilerplate code for eachAndrew Tridgell2003-12-141-1/+1
* some systems don't have "which" and some systems don't have the "-nt"Andrew Tridgell2003-12-081-9/+0
* fixed shell scripting errorAndrew Tridgell2003-12-081-1/+1
* cope with yapp not being installedAndrew Tridgell2003-12-081-2/+6
* * reduced the number of grammer conflicts a lot using (arbitrary)Andrew Tridgell2003-12-081-1/+4
* Add script useful for finding checks for headers that are never usedJelmer Vernooij2003-12-021-0/+38
* * support multiple interfaces in one IDL file in pidlAndrew Tridgell2003-11-281-3/+3
* added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell2003-11-281-0/+4
* save about 35% of the time for "make idl" by processing multiple IDLAndrew Tridgell2003-11-231-5/+17
* by using a single proto.h we gain another factor of 4 in the speed ofAndrew Tridgell2003-11-231-7/+8
* final bit of tidyup and speedupAndrew Tridgell2003-11-231-30/+13
* much faster inner loop and neater codeAndrew Tridgell2003-11-231-58/+54
* fixed loadparm handling properlyAndrew Tridgell2003-11-231-41/+20
* nicer base type handlingAndrew Tridgell2003-11-231-6/+6
* reduced the number of magic types we need in mkproto.plAndrew Tridgell2003-11-231-46/+54
* get rid of our awk scriptsAndrew Tridgell2003-11-232-224/+0
* changed to perl for mkproto, patch from vanceAndrew Tridgell2003-11-232-5/+144
* we now use a copy of pidl inside the samba4 source tree atAndrew Tridgell2003-11-201-1/+3
* moved the pidl auto-generated files out of CVSAndrew Tridgell2003-11-201-2/+5
* simple method for auto-building rpc files if idl changes, andAndrew Tridgell2003-11-151-3/+7
* - added the rest of the LSA calls as stubsAndrew Tridgell2003-11-091-1/+1
* check for pidl.pl in path, not $HOME/pidl/Andrew Tridgell2003-11-091-1/+1
* - more generation fixesAndrew Tridgell2003-11-081-0/+10
* Add script that reports unused macros/definesJelmer Vernooij2003-08-161-0/+33
* Add script that detects useless AC_DEFINE()'s in configure.inJelmer Vernooij2003-08-161-0/+30