Age | Commit message (Expand) | Author | Files | Lines |
2008-05-21 | Refuse to install autogenerated proto header files. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-19 | Move IDL build script to rpc directory, make various bits and pieces easier t... | Jelmer Vernooij | 1 | -36/+0 |
2008-04-25 | When a test harness program fails, make the testsuite fail. | Andrew Bartlett | 1 | -1/+5 |
2008-04-14 | Move standard make compilation rules to build/make. | Jelmer Vernooij | 2 | -94/+0 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -0/+1 |
2008-03-28 | mkrelease: Add checks to ensure run from top-level directory of repository. | Andrew Kroeger | 1 | -0/+6 |
2008-03-29 | Add a few more safety catches to the mkrelease.sh script. | Andrew Bartlett | 1 | -2/+2 |
2008-03-29 | Don't leave release trees hanging around | Andrew Bartlett | 1 | -1/+2 |
2008-03-28 | mkrelease: Update to work with Git instead of SVN. | Andrew Kroeger | 1 | -3/+2 |
2008-03-18 | make: Fix make valgrindtest-env | Kai Blin | 1 | -1/+3 |
2008-02-29 | Allow absolute paths to be specified to mkproto.pl. | Jelmer Vernooij | 1 | -1/+3 |
2008-02-29 | Remove the now unused cflags script. | Jelmer Vernooij | 1 | -42/+0 |
2008-02-28 | Remove sDefault as static variable. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-11 | Use make variables in cflags file (now supported by cflags.pl) | Jelmer Vernooij | 1 | -3/+7 |
2008-02-11 | Support including files in the cflags.pl script. | Jelmer Vernooij | 1 | -10/+21 |
2008-01-10 | prepare the mkversion.sh infrastructure for git branches in the build-farm | Stefan Metzmacher | 1 | -77/+17 |
2008-01-05 | r26675: mkproto: Add --all argument, fix some perl warnings. | Jelmer Vernooij | 1 | -10/+9 |
2008-01-03 | r26657: pidl: Add basics for generating Python modules. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-03 | r26647: Mark 'valgrind_run' as executable | Andrew Bartlett | 1 | -0/+0 |
2007-12-26 | r26603: Don't install no longer available upgrade script. | Jelmer Vernooij | 1 | -1/+0 |
2007-12-24 | r26561: Fix make gdbtest, valgrindtest and testenv for shared libs. | Jelmer Vernooij | 2 | -2/+11 |
2007-12-24 | r26560: Add script for running in valgrind. | Jelmer Vernooij | 1 | -0/+2 |
2007-12-21 | r25923: Make sure to install phpldapadmin-config.php | Andrew Bartlett | 1 | -0/+1 |
2007-12-21 | r25733: fix filename substitution and bail out if yacc output isn't generated | Stefan Metzmacher | 1 | -2/+5 |
2007-12-21 | [GLUE] fix some executable bits on shell scripts | Stefan Metzmacher | 9 | -0/+0 |
2007-10-10 | r25555: Remove support for BOOL, True and False. | Jelmer Vernooij | 1 | -4/+1 |
2007-10-10 | r25449: Add convenience function for opening the default smb.conf for opencha... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25419: fix generation of git revision calculation | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25354: Thanks to Amin Azez <azez@ufomechanic.net> for finally getting me to | Andrew Bartlett | 2 | -1/+3 |
2007-10-10 | r25297: - fix sed arguments to make the replacement work | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r25115: move normalizing of the define string into a function | Stefan Metzmacher | 1 | -11/+15 |
2007-10-10 | r25056: Install some extra files. Patch from Stefan Gohmann | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r25051: Move SWAT back to the old-style form-submit modal. | Andrew Bartlett | 3 | -83/+37 |
2007-10-10 | r25039: Rename service -> loadparm_service, use context more. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24822: Merge from SAMBA_4_0_RELEASE: | Andrew Bartlett | 2 | -5/+22 |
2007-10-10 | r24819: We are preparing for alpha1, so update the mkversion script to cope w... | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r24724: Also install the .reg files for provisioning from an installed version. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r24709: Convert perl test harness output to subunit for nicer display. | Jelmer Vernooij | 1 | -0/+28 |
2007-10-10 | r24667: Finally merge the registry improvements that Wilco Baan Hofman and I ... | Jelmer Vernooij | 1 | -1/+6 |
2007-10-10 | r24338: Add callbacks for starting and finishing tests. | Jelmer Vernooij | 1 | -70/+0 |
2007-10-10 | r23684: Only use the bzr and git information when there's | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r23681: merge 23670 from SAMBA_3_0: | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r23605: Update mkversion.sh to support git and git-svn checkouts. | Kai Blin | 1 | -0/+20 |
2007-10-10 | r23542: Include function documentation in prototype headers. | Jelmer Vernooij | 1 | -0/+16 |
2007-10-10 | r23289: Provide support for GCC attributes _PURE_, _NONNULL_, _DEPRECATED_, _... | Jelmer Vernooij | 1 | -1/+6 |
2007-10-10 | r23262: Fix mkrelease.sh to work in the right directories | Andrew Bartlett | 1 | -6/+5 |
2007-10-10 | r23189: Work towards a totally scripted setup of LDAP backends, so others can | Andrew Bartlett | 1 | -0/+1 |