Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits: 2e932438 by Howard Chu at 2022-10-13T15:43:48+00:00 ITS#9931 test079: fix ldapsearch invocations
- - - - - 03076cba by Howard Chu at 2022-10-13T15:43:58+00:00 ITS#9931 test scripts: fix BSD vs GNU date syntax
- - - - - cff7eed2 by Howard Chu at 2022-10-13T15:44:04+00:00 ITS#9931 test082 fix sed portability
- - - - - 99c0b2dd by Howard Chu at 2022-10-13T15:44:12+00:00 ITS#9931 test scripts: fix BSD vs GNU date syntax
- - - - - 4bb6499a by Quanah Gibson-Mount at 2022-10-13T15:44:58+00:00 ITS#9931
- - - - - 233d4022 by Howard Chu at 2022-10-13T15:45:14+00:00 ITS#9926 test085 additional fix
Git doesn't recreate empty directories, make it explicitly
- - - - - b0503315 by Ondřej Kuzník at 2022-10-13T15:45:21+00:00 ITS#9907 Move TLS context cleanup into lload_global_destroy
- - - - - a804b5f5 by Connor Smith at 2022-10-13T15:45:30+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.
- - - - - 286912a2 by Quanah Gibson-Mount at 2022-10-13T15:46:05+00:00 ITS#9925
- - - - -
11 changed files:
- CHANGES - include/ac/socket.h - libraries/liblunicode/ucdata/ucgendat.c - servers/lloadd/init.c - servers/lloadd/main.c - tests/scripts/all - tests/scripts/functions.sh - tests/scripts/lloadd-all - tests/scripts/test079-proxy-timeout - tests/scripts/test082-remoteauth - tests/scripts/test085-homedir
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/c8d1e517cc218488ca7aafc...