index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buildtools
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-09
waf: add --without-gettext option
Christian Ambach
1
-0
/
+3
2013-08-09
waf: fix build on AIX7
Christian Ambach
1
-1
/
+1
2013-07-09
waf: Build with RELRO if supported by the compiler.
Andreas Schneider
1
-0
/
+2
2013-05-29
build: Add missing new line to replaced python shebang line. (Fix bug #9909)
Michael Adam
1
-2
/
+2
2013-05-28
build: Remove unused tool for config.h comparison
Andrew Bartlett
2
-37
/
+0
2013-05-28
waf: build position independent executables
David Disseldorp
1
-2
/
+9
2013-05-27
build: Do not always regenerate the version.h file
Andrew Bartlett
1
-1
/
+5
2013-05-27
build: Remove binaries and libraries build groups
Andrew Bartlett
1
-4
/
+2
2013-05-20
buildtools: Fix compilation warnings
Matthieu Patou
1
-1
/
+1
2013-05-18
swat: Remove swat.
Kai Blin
1
-1
/
+0
2013-05-17
More generic check for OpenBSD platform
Vadim Zhukov
1
-2
/
+2
2013-05-06
configure: print a message when docbook.xsl is missing localy
Matthieu Patou
1
-0
/
+3
2013-04-11
build: Raise minimum python version to 2.5.0 for samba build
Andrew Bartlett
1
-2
/
+2
2013-04-10
build: Replace #!/usr/bin/env python with passed in PYTHON=
Andrew Bartlett
2
-1
/
+24
2013-04-09
wafsamba: fix samba_abi for default catch-all case
Alexander Bokovoy
1
-1
/
+3
2013-04-03
wafsamba: display the default value in help for SAMBA3_ADD_OPTION
Stefan Metzmacher
1
-1
/
+10
2013-03-25
build: Do not pass CPP="" to pidl, skip the env variable entirely
Andrew Bartlett
1
-1
/
+1
2013-03-25
build: Remove the forced use of only the first part of the compiler string
Andrew Bartlett
1
-2
/
+2
2013-03-02
build: Change bin/default/python -> bin/python symlink to bin/default/python_...
Andrew Bartlett
2
-4
/
+4
2013-03-01
wafsamba: add CHECK_VALUEOF() helper
Stefan Metzmacher
1
-1
/
+19
2013-01-15
wafsamba: use additional xml catalog file (bug #9512)
Björn Baumbach
1
-1
/
+2
2013-01-10
build: Remove bashism from SAMBAMANPAGES rule
Andrew Bartlett
1
-1
/
+2
2012-12-26
wafsamba: python-config is not always a script.
Jelmer Vernooij
1
-1
/
+1
2012-12-08
wafsamba: replace try:except: case with explicit comment about FIPS mode
Alexander Bokovoy
1
-8
/
+7
2012-12-08
wafsamba: Make sure md5 is really work before using it or overriding the hash...
Alexander Bokovoy
1
-0
/
+8
2012-12-04
BUG 9459: Install manpages only if we install the target.
Andreas Schneider
1
-4
/
+5
2012-11-09
build(waf): support AIX 6.1
Christian Ambach
1
-1
/
+1
2012-11-06
wafsamba.abi: Fix abi_match with both excludes and includes.
Jelmer Vernooij
2
-3
/
+20
2012-11-06
wafsamba.samba_abi: Add basic unit tests.
Jelmer Vernooij
2
-1
/
+51
2012-11-06
buildtools: Remove extra space from global: line
Andrew Bartlett
1
-1
/
+1
2012-11-06
wafsamba.samba_abi: Refactor abi_write_vscript to take file argument.
Jelmer Vernooij
1
-9
/
+13
2012-10-28
build: Remove support for IDL-generated files in git tree
Andrew Bartlett
1
-24
/
+2
2012-10-22
wafsamba: If we define a realname and a soname create a symlink.
Andreas Schneider
1
-0
/
+2
2012-10-19
buildtools/wafsamba: only display 'ok' if the result is True
Stefan Metzmacher
1
-2
/
+2
2012-10-11
wafsamba: Ignore some more symbols when checking for dupes.
Jelmer Vernooij
1
-1
/
+1
2012-10-11
build: Remove --disable-shared
Andrew Bartlett
2
-15
/
+2
2012-09-27
s4-python: Various formatting fixes.
Jelmer Vernooij
13
-27
/
+28
2012-09-20
waf: Make samba "ok" with directories for install being symlinks
Ira Cooper
1
-2
/
+2
2012-09-17
docs-xml: convert smb.conf.5 build to waf
Alexander Bokovoy
1
-2
/
+4
2012-09-12
build:dist: extend meaning of DIST_FILES to also recurse into directories
Michael Adam
1
-2
/
+16
2012-09-12
build:dist: make use of file / distfile more obvious in handling of DIST_FILE...
Michael Adam
1
-5
/
+2
2012-09-12
build:dist: extend samba_dist.DIST_FILES() to take optional parameter extend(...
Michael Adam
1
-1
/
+3
2012-09-12
build:waf dist: factor out function to add list of files to the tarball
Michael Adam
1
-22
/
+29
2012-09-12
wafsamba: Add a SAMBAMANPAGES function.
Andreas Schneider
1
-1
/
+15
2012-09-07
wafsamba/samba_abi: allow negative matches in abi_match
Alexander Bokovoy
1
-3
/
+12
2012-09-07
gen_abi.sh: filter out symbols not needed for ABI
Alexander Bokovoy
1
-1
/
+1
2012-09-07
wafsamba/samba_abi: fix signature parsing for structures
Alexander Bokovoy
1
-2
/
+3
2012-09-07
waf: Create catalog file for manpage generation.
Andreas Schneider
1
-1
/
+2
2012-09-07
wafsamba: Add a CONFIGURE_FILE option.
Andreas Schneider
2
-1
/
+52
2012-09-07
wafsamba: Add support for manpages in SAMBA_MODULE.
Andreas Schneider
1
-0
/
+2
[next]