| Commit message (Expand) | Author | Age | Files | Lines |
| * | r1904: catch the common gtk function prototypes with make proto | Stefan Metzmacher | 2007-10-10 | 1 | -1/+2 |
| * | r1585: add dcpromo.pl start, this should be configure a | Stefan Metzmacher | 2007-10-10 | 2 | -1/+227 |
| * | r1123: Make all lp_ string functions return 'const char *'. | Andrew Bartlett | 2007-10-10 | 1 | -1/+1 |
| * | r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and server | Andrew Tridgell | 2007-10-10 | 1 | -1/+6 |
| * | r822: use 'Last Change Rev:' instead of 'Revision:' from the svn info output | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
| * | r747: report an failure in mkproto.pl via mkproto.sh to make | Stefan Metzmacher | 2007-10-10 | 1 | -0/+6 |
| * | r725: fix usage of $PERL to "$PERL" to handle perl -W correct | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 |
| * | r594: - make sure all users in the domain have the same base sid! | Andrew Tridgell | 2007-10-10 | 1 | -2/+11 |
| * | r586: removed --clientfns from build_idl.sh (tim removed that code from pidl) | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
| * | r578: initial server side implementation of samr_CreateUser(), | Andrew Tridgell | 2007-10-10 | 1 | -2/+2 |
| * | r458: this is the (very primitive) beginnings of a SAMR server for | Andrew Tridgell | 2007-10-10 | 1 | -0/+107 |
| * | r412: as we decide to not do 3.0.2a releases anymore, | Stefan Metzmacher | 2007-10-10 | 1 | -6/+1 |
| * | r356: Start of auto-generated client functions. Tridge can you take a look | Tim Potter | 2007-10-10 | 1 | -1/+1 |
| * | r212: fix the svk stuff | Stefan Metzmacher | 2007-10-10 | 1 | -7/+8 |
| * | r211: svk has different revision numbers, | Stefan Metzmacher | 2007-10-10 | 1 | -7/+14 |
| * | r205: update to the new version schema | Stefan Metzmacher | 2007-10-10 | 1 | -19/+11 |
| * | r42: importing .cvsignore files | Gerald Carter | 2007-10-10 | 1 | -1/+0 |
| * | r20: Add the registry library. Still needs a lot of work, | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
| * | some systems doesn't have ./ in PATH | Stefan Metzmacher | 2004-02-02 | 1 | -2/+2 |
| * | add find_unused_options.sh | Stefan Metzmacher | 2004-01-29 | 1 | -0/+42 |
| * | merge the version.h autogeneration stuff from 3.0 | Stefan Metzmacher | 2004-01-28 | 1 | -0/+87 |
| * | a script which find unused or undefined vars in Makefile or Makefile.in | Stefan Metzmacher | 2004-01-13 | 1 | -0/+45 |
| * | Add script for finding unused function checks in configure.in | Jelmer Vernooij | 2004-01-13 | 1 | -0/+37 |
| * | Add note about new configure structure. | Jelmer Vernooij | 2004-01-02 | 1 | -1/+3 |
| * | more portability fixes. We now almost compile on solaris | Andrew Tridgell | 2003-12-16 | 1 | -1/+3 |
| * | lots of shells don't have the -nt test, so use hackish find command | Andrew Tridgell | 2003-12-15 | 1 | -2/+7 |
| * | a script fix for the build farm | Andrew Tridgell | 2003-12-15 | 1 | -1/+2 |
| * | added auto-generation of the server side boilerplate code for each | Andrew Tridgell | 2003-12-14 | 1 | -1/+1 |
| * | some systems don't have "which" and some systems don't have the "-nt" | Andrew Tridgell | 2003-12-08 | 1 | -9/+0 |
| * | fixed shell scripting error | Andrew Tridgell | 2003-12-08 | 1 | -1/+1 |
| * | cope with yapp not being installed | Andrew Tridgell | 2003-12-08 | 1 | -2/+6 |
| * | * reduced the number of grammer conflicts a lot using (arbitrary) | Andrew Tridgell | 2003-12-08 | 1 | -1/+4 |
| * | Add script useful for finding checks for headers that are never used | Jelmer Vernooij | 2003-12-02 | 1 | -0/+38 |
| * | * support multiple interfaces in one IDL file in pidl | Andrew Tridgell | 2003-11-28 | 1 | -3/+3 |
| * | added auto-generation of the IDL interface tables. This makes two less | Andrew Tridgell | 2003-11-28 | 1 | -0/+4 |
| * | save about 35% of the time for "make idl" by processing multiple IDL | Andrew Tridgell | 2003-11-23 | 1 | -5/+17 |
| * | by using a single proto.h we gain another factor of 4 in the speed of | Andrew Tridgell | 2003-11-23 | 1 | -7/+8 |
| * | final bit of tidyup and speedup | Andrew Tridgell | 2003-11-23 | 1 | -30/+13 |
| * | much faster inner loop and neater code | Andrew Tridgell | 2003-11-23 | 1 | -58/+54 |
| * | fixed loadparm handling properly | Andrew Tridgell | 2003-11-23 | 1 | -41/+20 |
| * | nicer base type handling | Andrew Tridgell | 2003-11-23 | 1 | -6/+6 |
| * | reduced the number of magic types we need in mkproto.pl | Andrew Tridgell | 2003-11-23 | 1 | -46/+54 |
| * | get rid of our awk scripts | Andrew Tridgell | 2003-11-23 | 2 | -224/+0 |
| * | changed to perl for mkproto, patch from vance | Andrew Tridgell | 2003-11-23 | 2 | -5/+144 |
| * | we now use a copy of pidl inside the samba4 source tree at | Andrew Tridgell | 2003-11-20 | 1 | -1/+3 |
| * | moved the pidl auto-generated files out of CVS | Andrew Tridgell | 2003-11-20 | 1 | -2/+5 |
| * | simple method for auto-building rpc files if idl changes, and | Andrew Tridgell | 2003-11-15 | 1 | -3/+7 |
| * | - added the rest of the LSA calls as stubs | Andrew Tridgell | 2003-11-09 | 1 | -1/+1 |
| * | check for pidl.pl in path, not $HOME/pidl/ | Andrew Tridgell | 2003-11-09 | 1 | -1/+1 |
| * | - more generation fixes | Andrew Tridgell | 2003-11-08 | 1 | -0/+10 |