index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wscript
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-20
build: Move jansson detection and related options to lib/util
Martin Schwenke
1
-26
/
+2
2026-01-20
build: add '--with-varlink' configure option
John Mulligan
1
-0
/
+5
2025-11-18
wscript: Fix help text spelling
Jennifer Sutton
1
-2
/
+2
2025-11-04
Remove previous himmelblau integration attempt
David Mulder
1
-12
/
+0
2025-05-16
wafsamba: Adjust for waf 2.1.5, add default for '--with/without-json'
Noel Power
1
-1
/
+1
2025-05-16
wafsamba: Adjust value type from string name(s) to actual
Andreas Schneider
1
-2
/
+2
2025-05-16
wafsamba: simplify mit kerberos detection
Noel Power
1
-17
/
+4
2025-02-20
wscript: Add --with-systemd-userdb option
Samuel Cabrero
1
-0
/
+5
2024-10-23
Add configure checks for glibc and openssl versions
David Mulder
1
-0
/
+8
2024-10-23
Introduce build option to enable Himmelblau
David Mulder
1
-0
/
+5
2024-10-23
Add simple WAF commands for building Rust bininaries
David Mulder
1
-0
/
+5
2024-07-03
build: --vendor-suffix instead of --vendor-patch-revision --vendor-name
Douglas Bagnall
1
-11
/
+1
2024-06-05
build: Make "samba4" public libraries provided (mostly) for OpenChange private
Andrew Bartlett
1
-1
/
+19
2024-05-31
build: Add --vendor-name --vendor-patch-revision options to ./configure
Andrew Bartlett
1
-0
/
+20
2024-04-23
s3:libads: always require ber_sockbuf_add_io() and LDAP_OPT_SOCKBUF
Stefan Metzmacher
1
-1
/
+1
2024-03-01
build: Move --with-ldap/--without-ldap from source3 build to top level
Andrew Bartlett
1
-0
/
+52
2024-03-01
build: Call conf.CHECK_XSLTPROC_MANPAGES() directly in wscript
Andrew Bartlett
1
-1
/
+1
2024-03-01
ldb: Honour --private-library=!ldb as meaning build as a public library
Andrew Bartlett
1
-0
/
+2
2024-01-04
wscript: use opt.PRIVATE_EXTENSION_DEFAULT('private-samba')
Stefan Metzmacher
1
-1
/
+1
2023-10-17
build: Add 'make printversion' to provide version string
Christof Schmitt
1
-0
/
+5
2023-08-30
wscript: Remove unused imports
Joseph Sutton
1
-3
/
+0
2023-08-30
wscript: Use ‘is’ to compare with singletons
Joseph Sutton
1
-11
/
+11
2023-08-30
wscript: Remove unused variable
Joseph Sutton
1
-1
/
+1
2023-06-30
build: Remove unused check for SHA1_Update and SHA1_RENAME_NEEDED
Andrew Bartlett
1
-1
/
+0
2023-06-30
crypto: Remove aesni-intel accelerated AES crypto functions
Andrew Bartlett
1
-1
/
+0
2023-06-06
Configure builtin heimdal to use KEYRING ccache
Łukasz Stelmach
1
-0
/
+15
2023-03-03
wscript: Fix invalid escape sequences
Joseph Sutton
1
-2
/
+2
2023-02-02
Python: remove pydoctor
Rob van der Linde
1
-37
/
+0
2022-12-12
tsocket: Fix the build on FreeBSD
Volker Lendecke
1
-0
/
+1
2022-11-08
krb5: Detect support for krb5_const_pac type
Joseph Sutton
1
-0
/
+1
2022-09-08
waf: Do not use as-needed if we build with Address Sanitizer
Andreas Schneider
1
-1
/
+2
2022-04-07
configure: Fail smbd w/o smb1 if selftest when configured with ad_dc
David Mulder
1
-0
/
+7
2022-04-07
configure: Add option for disabling the smb1 server
David Mulder
1
-0
/
+7
2022-04-04
waf: Check for GnuTLS earlier
Andreas Schneider
1
-2
/
+2
2021-08-12
wscript: fix installing pre-commit with 'git worktree'
Stefan Metzmacher
1
-5
/
+15
2021-05-14
build: wscript. Fix the build on FreeBSD with the clang ld.lld-XX linker.
Jeremy Allison
1
-0
/
+28
2021-04-28
build: Use bison at build time rather than lexyacc.sh to build the embedded h...
Andrew Bartlett
1
-0
/
+12
2021-04-07
build: Only add -Wl,--as-needed when supported
Martin Schwenke
1
-2
/
+2
2021-03-29
build: Notice if flex is missing at configure time
Andrew Bartlett
1
-3
/
+13
2021-03-26
build: Consolidate --with-ntvfs-fileserver into --enable-selftest when buildi...
Andrew Bartlett
1
-19
/
+2
2021-03-03
wscript: use --as-needed only if tested successfully
Björn Jacke
1
-1
/
+2
2020-08-07
Compile .l files (flex) with the waf rule at runtime
Andrew Bartlett
1
-0
/
+3
2020-06-12
build: Put the note from the bottom of the old BUILD_SYSTEMS.txt somewhere us...
Andrew Bartlett
1
-0
/
+19
2019-09-25
waf: Use waf function to add for -Wl,--as-needed
Andreas Schneider
1
-1
/
+1
2019-09-24
wscript: avoid inefficient string concatenations
Björn Jacke
1
-3
/
+2
2019-08-20
build: fix mandatory typo in zlib configure check
David Disseldorp
1
-1
/
+1
2019-08-17
third_party: Remove zlib from third_party
Andrew Bartlett
1
-4
/
+5
2019-04-30
waf: Remove configure steps from source4/lib/tls
Andreas Schneider
1
-2
/
+0
2019-04-30
waf: Add mandatory requirement for GnuTLS >= 3.2.0
Andreas Schneider
1
-0
/
+2
2019-03-21
build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in libraries
Andrew Bartlett
1
-2
/
+2
[next]