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
/
source4
/
build
/
m4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r9939: Add configure check for yapp.
James Peach
1
-0
/
+2
2007-10-10
r9587: Fix SWAT data dir for --with-fhs
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r9494: Add ac-archive macro for checking GCC options. Use this to add to
James Peach
3
-4
/
+200
2007-10-10
r9369: an attempt to fix the build on HPUX. This is based on work by Don
Andrew Tridgell
1
-1
/
+1
2007-10-10
r9148: remove the aix stuff it didn't fix the build
Stefan Metzmacher
1
-8
/
+0
2007-10-10
r9108: try to get aix building...
Stefan Metzmacher
1
-0
/
+8
2007-10-10
r9063: - don't pollute the global $LIBS variable with -ldl
Stefan Metzmacher
1
-159
/
+7
2007-10-10
r8966: Simplify the makefile generation system a bit.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r8868: add comfigure check for c99 struct initialization,
Stefan Metzmacher
1
-0
/
+21
2007-10-10
r8853: fixed path to smb.conf
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8832: Automatically rebuilding C files if headers change (in developer mode)
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r8826: Make configure generate config.mk files (with the external libraries
Jelmer Vernooij
5
-224
/
+43
2007-10-10
r8713: Experiment to try and fix warnings on 64-bit machines without breaking
Tim Potter
1
-1
/
+1
2007-10-10
r8540: fixed network interface detection on several hosts
Andrew Tridgell
1
-3
/
+0
2007-10-10
r8533: improve --help output
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8532: this miight fix cross compilation for reactos
Andrew Tridgell
1
-0
/
+4
2007-10-10
r8462: added a test for %lld support to our snprintf() configure test.
Andrew Tridgell
1
-1
/
+5
2007-10-10
r8461: fixed integer64 handling on bit endian platforms. The ejs code used
Andrew Tridgell
1
-0
/
+1
2007-10-10
r8453: my solaris10 box doesn't have math.h
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8359: fix a shell warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r8356: avoid warning from AC_CHECK_HEADER that file is present but cannot be ...
Love Hörnquist Åstrand
1
-1
/
+7
2007-10-10
r8306: some more heimdal configure checks
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8020: - add --with-selftest-prefix option that specify the prefix used in ma...
Stefan Metzmacher
1
-0
/
+15
2007-10-10
r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'.
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r7895: hopefully this will fix the popt build on solaris
Andrew Tridgell
1
-0
/
+2
2007-10-10
r7866: Remove some unused autoconf macro calls.
Jelmer Vernooij
1
-17
/
+11
2007-10-10
r7790: Allow remembering more configure-level data (and
Jelmer Vernooij
2
-1
/
+4
2007-10-10
r7672: this should fix the crypt dependency problem (I hope!)
Andrew Tridgell
1
-3
/
+3
2007-10-10
r7425: configure check to see if a compiler can handle negative enum values
Stefan Metzmacher
2
-0
/
+17
2007-10-10
r7419: when we have both --enable-developer and --enable-debug we don't need ...
Andrew Tridgell
1
-9
/
+10
2007-10-10
r7302: remove dublicate includes
Stefan Metzmacher
1
-3
/
+0
2007-10-10
r7288: Remove empty wrapper function
Jelmer Vernooij
2
-21
/
+2
2007-10-10
r7284: more build issues for sqlite3
Derrell Lipman
1
-0
/
+1
2007-10-10
r7274: Move m4 files to seperate dir
Jelmer Vernooij
9
-0
/
+738
2007-10-10
r6825: Fall back to chsize if ftruncate is not available
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r6752: Patch by Steven Edwards to improve portability to mingw32
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r6538: Somehow building shared libraries was broken. Either AC_CANONICAL_HOST
Tim Potter
1
-0
/
+2
2007-10-10
r6485: Move LDAP detection M4 file and use it for the standalone ldb build
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5917: First step in using the new cli_credentials structure. This patch
Jelmer Vernooij
1
-16
/
+0
2007-10-10
r5906: Fix the usage of the internal popt (make proto should ignore it)
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
1
-3
/
+0
2007-10-10
r5194: added support for using epoll instead of select() on systems that have
Andrew Tridgell
1
-0
/
+3
2007-10-10
r5043: this broke more systems than it helped. Remove it and try to work
Andrew Tridgell
1
-9
/
+0
2007-10-10
r5042: another attempt to get solaris10 building
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5040: attempt to get solaris10 building by defining _XOPEN_SOURCE
Andrew Tridgell
1
-0
/
+9
2007-10-10
r4800: proper fix for the _GNU_SOURCE problem with comparison_fn_t
Andrew Tridgell
1
-11
/
+1
2007-10-10
r4799: comparison_fn_t is under __USE_GNU on GNU systems, therefore, we need ...
Alexander Bokovoy
1
-0
/
+5
2007-10-10
r4794: - disabled the ntacl command line utilities until they are rewritten t...
Andrew Tridgell
1
-604
/
+20
2007-10-10
r4717: fixed our usage of VA_COPY to be more standards compliant
Andrew Tridgell
1
-3
/
+13
2007-10-10
r4363: value "none required" is set if no library is needed (autoconf does th...
Jelmer Vernooij
1
-1
/
+7
[next]