summaryrefslogtreecommitdiff
path: root/source4/script
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1585: add dcpromo.pl start, this should be configure aStefan Metzmacher2-1/+227
2007-10-10r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett1-1/+1
2007-10-10r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and serverAndrew Tridgell1-1/+6
2007-10-10r822: use 'Last Change Rev:' instead of 'Revision:' from the svn info outputStefan Metzmacher1-1/+1
2007-10-10r747: report an failure in mkproto.pl via mkproto.sh to makeStefan Metzmacher1-0/+6
2007-10-10r725: fix usage of $PERL to "$PERL" to handle perl -W correctStefan Metzmacher1-2/+2
2007-10-10r594: - make sure all users in the domain have the same base sid!Andrew Tridgell1-2/+11
2007-10-10r586: removed --clientfns from build_idl.sh (tim removed that code from pidl)Andrew Tridgell1-1/+1
2007-10-10r578: initial server side implementation of samr_CreateUser(),Andrew Tridgell1-2/+2
2007-10-10r458: this is the (very primitive) beginnings of a SAMR server forAndrew Tridgell1-0/+107
2007-10-10r412: as we decide to not do 3.0.2a releases anymore,Stefan Metzmacher1-6/+1
2007-10-10r356: Start of auto-generated client functions. Tridge can you take a lookTim Potter1-1/+1
2007-10-10r212: fix the svk stuffStefan Metzmacher1-7/+8
2007-10-10r211: svk has different revision numbers,Stefan Metzmacher1-7/+14
2007-10-10r205: update to the new version schemaStefan Metzmacher1-19/+11
2007-10-10r42: importing .cvsignore filesGerald Carter1-1/+0
2007-10-10r20: Add the registry library. Still needs a lot of work,Jelmer Vernooij1-1/+1
2004-02-02some systems doesn't have ./ in PATHStefan Metzmacher1-2/+2
2004-01-29add find_unused_options.shStefan Metzmacher1-0/+42
2004-01-28merge the version.h autogeneration stuff from 3.0Stefan Metzmacher1-0/+87
2004-01-13a script which find unused or undefined vars in Makefile or Makefile.inStefan Metzmacher1-0/+45
2004-01-13Add script for finding unused function checks in configure.inJelmer Vernooij1-0/+37
2004-01-02Add note about new configure structure.Jelmer Vernooij1-1/+3
2003-12-16more portability fixes. We now almost compile on solarisAndrew Tridgell1-1/+3
2003-12-15lots of shells don't have the -nt test, so use hackish find commandAndrew Tridgell1-2/+7
2003-12-15a script fix for the build farmAndrew Tridgell1-1/+2
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