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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r15265: Try to find inet_pton in -lnsl (should fix linking on sun1)
Jelmer Vernooij
2
-1
/
+15
2007-10-10
r15263: Remove another use of patsubst (should make tru64 happy)
Jelmer Vernooij
3
-1
/
+11
2007-10-10
r15262: Only include getprogname if it is needed by the system. This should
Jelmer Vernooij
2
-5
/
+21
2007-10-10
r15261: Work around AIX defining open as open64 again
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r15260: Don't dereference NULL pointers to obtain array lengths - found by
Jelmer Vernooij
1
-0
/
+14
2007-10-10
r15259: try to find the place that causes trouble on some build farm host
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r15258: Another attempt at fixing getaddrinfo on IRIX
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15257: Look for headers before trying to use them in any tests. This
Jelmer Vernooij
2
-7
/
+8
2007-10-10
r15256: Use libroken's getaddrinfo if it is not provided by the system. Should
Jelmer Vernooij
2
-1
/
+2
2007-10-10
r15254: Fix heimdal's addrinfo subsystem for those systems that need it. This
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15253: Fix dependency on tdr_regf.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15252: Fix inet_aton (required for Tru64 and Solaris)
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15249: Fix typos
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r15248: Fix automatic dependencies build
Jelmer Vernooij
5
-16
/
+36
2007-10-10
r15247: Get rid of patsubst macro as it is not supported by some makes and re...
Jelmer Vernooij
2
-10
/
+23
2007-10-10
r15246: flags need to represented as bits 0x01,0x02,0x04,0x08,0x10,...
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15245: forgot one header
Simo Sorce
1
-0
/
+9
2007-10-10
r15242: allow to use LDB_FLG_RECONNECT
Simo Sorce
1
-0
/
+4
2007-10-10
r15241: Add helper function to set reconnect status defaults
Simo Sorce
1
-0
/
+11
2007-10-10
r15239: (hopefully) fix Samba4 build on AIX
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15238: Add some code to automatically reconnect if we want to.
Simo Sorce
3
-11
/
+134
2007-10-10
r15237: Add primitive Samba 4 backend for cifs posix clients (based on simple...
Steve French
5
-1
/
+1265
2007-10-10
r15236: Fix -MT detection
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15235: fix all gtk tools...
Stefan Metzmacher
4
-4
/
+8
2007-10-10
r15234: Remove heimdal include paths from global CFLAGS
Jelmer Vernooij
2
-9
/
+5
2007-10-10
r15233: Fix loading shared modules
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r15232: Look for CC flags, not C++ flags..
Jelmer Vernooij
2
-77
/
+2
2007-10-10
r15231: Try to fix detection of ability of CC to generate dependencies
Jelmer Vernooij
3
-3
/
+9
2007-10-10
r15230: Add include dir for -Iheimdal_build earlier on - this should fix sun1
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15226: Fix order of typedef specification - caught by kblin
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15225: Use talloc_zero() to avoid use of uninitialised values later on.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r15224: Check whether -MT is actually supported by the compiler before using
Jelmer Vernooij
3
-3
/
+4
2007-10-10
r15223: Move heimdal's -I parameters from the global list of includes to
Jelmer Vernooij
7
-61
/
+38
2007-10-10
r15222: Use more standard UUIDs. Should help AIX build.
Andrew Bartlett
2
-2
/
+2
2007-10-10
r15221: We don't need to have these rcsid strings in Samba's use of Heimdal.
Andrew Bartlett
1
-2
/
+1
2007-10-10
r15220: Another attempt to fix the bug found by the IBM Checker
Jelmer Vernooij
1
-1
/
+5
2007-10-10
r15219: Look for gai_strerror in more places, so we don't conflict with the
Andrew Bartlett
2
-7
/
+17
2007-10-10
r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.
Jelmer Vernooij
3
-2
/
+7
2007-10-10
r15213: Remove helper macro for bcopy() - this causes problems
Jelmer Vernooij
1
-5
/
+0
2007-10-10
r15212: Simplify setproctitle code
Jelmer Vernooij
1
-6
/
+7
2007-10-10
r15211: REQUIRED_SUBSYSTEMS for binaries are gone, use PRIVATE_DEPENDENCIES here
Alexander Bokovoy
1
-2
/
+2
2007-10-10
r15208: Change _GNU_SOURCE propagation to apply only to generated files as An...
Alexander Bokovoy
1
-4
/
+28
2007-10-10
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
64
-310
/
+310
2007-10-10
r15206: Heimdal is always compiled with _GNU_SOURCE enabled (in its configure...
Alexander Bokovoy
1
-2
/
+2
2007-10-10
r15205: Allow additional LDFLAGS, fixes #3961.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r15204: Fix MD5Update prototype
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r15203: Allow system 'bool' type to be defined in another header then stdbool.h
Jelmer Vernooij
2
-1
/
+12
2007-10-10
r15202: Don't derefence NULL pointers - found by the IBM Checker
Jelmer Vernooij
1
-1
/
+5
2007-10-10
r15201: Use abs() rather then ABS()
Jelmer Vernooij
5
-15
/
+8
2007-10-10
r15200: Move MIN/MAX macros to libreplace as some systems have them
Jelmer Vernooij
5
-15
/
+19
[next]