-
ffd05c98
by Howard Chu at 2022-10-13T15:47:41+00:00
ITS#9931 test079: fix ldapsearch invocations
-
edb67331
by Howard Chu at 2022-10-13T16:00:13+00:00
ITS#9931 test scripts: fix BSD vs GNU date syntax
-
6a16ee52
by Howard Chu at 2022-10-13T16:00:24+00:00
ITS#9931 test082 fix sed portability
-
1112612b
by Howard Chu at 2022-10-13T16:00:56+00:00
ITS#9931 test scripts: fix BSD vs GNU date syntax
-
0ac10c3a
by Quanah Gibson-Mount at 2022-10-13T16:01:15+00:00
ITS#9931
-
54da3da2
by Howard Chu at 2022-10-13T16:01:24+00:00
ITS#9926 test085 additional fix
Git doesn't recreate empty directories, make it explicitly
-
acf30be2
by Connor Smith at 2022-10-13T16:01:57+00:00
ITS#9925 Fix some ancient #ifdef checks
Use #elif defined(...) for HAVE_WINSOCK and MACOS. All other instances
of these macros use #ifdef or similar. A compiler may warn about them
not being defined.
In libraries/liblber/sockbuf.c, (DOS && PCNFS) and (DOS && NCSA) were
replaced with HAVE_PCNFS and HAVE_NCSA, respectively. It seems logical
to do the same at the only remaining occurrence of DOS, PCNFS, and NCSA.
Use #if HARDCODE_DATA consistently, replacing two instances of #ifdef.
HARDCODE_DATA is always defined, and this way you can set HARDCODE_DATA
to 0 and have it work, rather than it going down the wrong branch and
failing in these two cases.
-
b3a5e20e
by Quanah Gibson-Mount at 2022-10-13T16:02:16+00:00
ITS#9925