Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (1h)  netbsd-8 (5d)  netbsd-10 (5d)  netbsd-9 (11d)  thorpej-ifq (175d)  thorpej-altq-separation (178d) 

2024-05-10 05:08:27 UTC Now

2019-08-12 17:19:02 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by mrg in ticket #1334):

sys/dev/usb/ohci.c: revision 1.289
sys/dev/usb/ohci.c: revision 1.290

adjust KASSERT() for sc_lock to handle polling case.
should fix usb kdb in ddb.  reported by martin.

-

relax an assert to be mutex_owned || polling.

half of the patch i sent for netbsd-8 in PR#54331.
the other half is already applied.

(martin)

2019-08-12 15:47:02 UTC MAIN commitmail json YAML

2019-08-12 15:37:26 UTC MAIN commitmail json YAML

Use same style test as acpi_md_OsWritable

(skrll)

2019-08-12 15:29:48 UTC MAIN commitmail json YAML

Correct the test for writeable memory.  There aren't any users of this at
this point.

(skrll)

2019-08-12 14:21:54 UTC MAIN commitmail json YAML

We need to link against libm for real, not just in spirit.

XXX pullup-9

(maya)

2019-08-12 11:46:40 UTC MAIN commitmail json YAML

2019-08-12 11:45:53 UTC MAIN commitmail json YAML

Rearrange so that sys/arch/arm/imx/fdt/files.imx6 can be included by
sys/arch/evbarm/conf/files.generic

(skrll)

2019-08-12 11:11:28 UTC MAIN commitmail json YAML

Fix some apparant typos of wscons defines.

These don't exist anywhere in /usr/include, but the corrected variants
do.

No idea why WSMOUSE_EVENT_VERSION is the odd one out. That seems incorrect
too.

(nia)

2019-08-12 10:28:04 UTC MAIN commitmail json YAML

Use PMAP_DEV in DEVMAP_ENTRY rather than pmap_map_chunk.  It's clearer and
means pmap_map_chunk can be made to map other memory types.

(skrll)

2019-08-12 09:34:53 UTC MAIN commitmail json YAML

Make this at least work for ASCII strings (there are way more users
than libcurses in various crunched environments, so the original assumption
of a very limited set of inputs was wrong).

(martin)

2019-08-12 09:18:30 UTC MAIN commitmail json YAML

2019-08-12 08:52:39 UTC MAIN commitmail json YAML

Trailing whitespace

(skrll)

2019-08-12 08:40:09 UTC MAIN commitmail json YAML

Fix an unused register field define

(skrll)

2019-08-12 08:04:28 UTC MAIN commitmail json YAML

Allow individual MDSETTARGETS/MDSET_SUFFIXES to define optional dependencies
between themselves.
Use that to make netbsd-RPI_INSTALL.img depend on netbsd-RPI_INSTALL.bin,
resolving the parallel build race.

(martin)

2019-08-12 07:59:17 UTC MAIN commitmail json YAML

Update for recent a9wdt changes

(skrll)

2019-08-12 05:40:42 UTC MAIN commitmail json YAML

On NetBSD the auxv tag is always 32 bits long. Gdb assumes it is 64 on _LP64.
This works most of the time, except for 64 bit big endian (sparc64 eg).

(christos)

2019-08-12 03:51:23 UTC MAIN commitmail json YAML

Give syspkg names to xbase shl.mi files

(uki)

2019-08-12 03:48:32 UTC MAIN commitmail json YAML

2019-08-12 00:01:23 UTC MAIN commitmail json YAML

remove mention of dv_private and note that usbnet must be first.
fix Ethernet capitalisation in one place.

(mrg)

2019-08-11 23:55:43 UTC MAIN commitmail json YAML

don't set dv_private.  it's a bad pattern and only didn't
trip kmem_free() lossage because struct usbnet is at the
start of the softc.

for now, enforce this as part of the ABI.

catch up urndis with tx_prepare checking buffer length,
and also add an assert to usbnet_start_locked() to match.

(mrg)

2019-08-11 22:55:03 UTC MAIN commitmail json YAML

relax an assert to be mutex_owned || polling.

half of the patch i sent for netbsd-8 in PR#54331.
the other half is already applied.

(mrg)

2019-08-11 22:27:15 UTC MAIN commitmail json YAML

npf.7: add xref to npf-params.7

(Adding directly here since this particular file isn't included in
rmind@'s upstream GitHub repo at present.)

(gutteridge)

2019-08-11 22:03:16 UTC MAIN commitmail json YAML

2019-08-11 21:33:09 UTC MAIN commitmail json YAML

minor rewording of a few places and add a new section to describe
the type of changes required to port a driver to usbnet interfaces.

(mrg)

2019-08-11 20:26:34 UTC MAIN commitmail json YAML

2019-08-11 20:25:14 UTC MAIN commitmail json YAML

npf-params(7): add more bpf.jit details.
From David H. Gutteridge.

(rmind)

2019-08-11 19:34:04 UTC MAIN commitmail json YAML

2019-08-11 17:50:26 UTC MAIN commitmail json YAML

Back out previous, it causes build fallout like:
release ===> etc/dreamcast/cdroms/installcd
shle--netbsdelf-install: .WAIT: stat: No such file or directory

(martin)

2019-08-11 15:52:55 UTC MAIN commitmail json YAML

Align output from db_md_cpuinfo_cmd

(skrll)

2019-08-11 13:55:18 UTC MAIN commitmail json YAML

Various suffixes for the same kernel image may depend on each
other, so .WAIT after creating one before moving on to the next.
Case at hand: evbarm/installation/instkernel:
netbsd-RPI_INSTALL.bin needs to be complete before netbsd-RPI_INSTALL.img
can be created.
Better solutions welcome...

(martin)

2019-08-11 13:16:10 UTC MAIN commitmail json YAML

urndis_attach: change "sc->sc_bulkout_no" to "un->un_ed[USBNET_ENDPT_TX]"
in DPRINTF().

Kernels ALL/amd64 and ALL/i386 compile again.

(hannken)

2019-08-11 12:16:59 UTC MAIN commitmail json YAML

Fix and improve USMSC_DEBUG

(skrll)

2019-08-11 11:42:23 UTC MAIN commitmail json YAML

Re-enable the QEMU specific timing limits, but only an increased upper
limit for now - let's see if that works on the test-bed.

(martin)

2019-08-11 11:17:36 UTC MAIN commitmail json YAML

2019-08-11 11:00:30 UTC MAIN commitmail json YAML

Live images built with MKDEBUG=yes fit in 2 GB since installing _pic.a
libraries was disabled in src/share/mk/bsd.own.mk 1.1150.

(gson)

2019-08-11 10:13:30 UTC netbsd-9 commitmail json YAML

2019-08-11 10:12:18 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #45):

usr.sbin/npf/npfctl/npf_show.c: revision 1.29

npfctl show/validate: fix couple bugs in multiple table/port representation.
Fixes PR/54122.

(martin)

2019-08-11 10:10:23 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #44):

usr.sbin/npf/npfctl/npfctl.h: revision 1.49
usr.sbin/npf/npfctl/npf_build.c: revision 1.51
usr.sbin/npf/npfctl/npf_bpf_comp.c: revision 1.14

NPF: fix BPF byte-code generation for a port-range used in a group.
Resolved PR/52609 and PR/54169.

(martin)

2019-08-11 10:05:06 UTC netbsd-8 commitmail json YAML

2019-08-11 10:04:03 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1333):

sys/kern/sys_lwp.c: revision 1.69 (patch)

Fix info leak: instead of using SS_INIT as a literal compound, use a global
variable from rodata. The compound gets pushed on the stack, the padding
of the structure was therefore not initialized, and was getting leaked to
userland in sys___sigaltstack14().

(martin)

2019-08-11 10:01:15 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1332):

sys/uvm/uvm_mmap.c: revision 1.173

Change 'npgs' from int to size_t. Otherwise the 64bit->32bit conversion
could lead to npgs=0, which is not expected. It later triggers a panic
in uvm_vsunlock().

Found by TriforceAFL (Akul Pillai).

(martin)

2019-08-11 08:57:36 UTC MAIN commitmail json YAML

2019-08-11 08:56:53 UTC MAIN commitmail json YAML

Appease module build

(skrll)

2019-08-11 08:26:46 UTC MAIN commitmail json YAML

Various fixes: Pp cleanup, use more macros, sort sections,
fix typos, Americanize spelling (like other man pages), fix macro arguments.

(wiz)

2019-08-11 07:58:16 UTC MAIN commitmail json YAML

Correct the length of the buffer to copy into the mbuf.  Spotted by
sc dying.

(skrll)

2019-08-11 07:12:08 UTC MAIN commitmail json YAML

2019-08-11 06:54:15 UTC MAIN commitmail json YAML

Add a check in smsc_tx_prepare for the mbuf being too big.  Discussed
with mrg@

(skrll)

2019-08-11 06:49:31 UTC MAIN commitmail json YAML

2019-08-11 06:46:35 UTC MAIN commitmail json YAML

Appease GCC maybe-uninitialized for optimization level -Os on amd64.

(rin)

2019-08-11 06:04:16 UTC MAIN commitmail json YAML

2019-08-11 05:14:42 UTC MAIN commitmail json YAML

void -Wsign-compare issue and add a stupid cast.

revert this if m_pkthdr.len becomes unsigned.

(mrg)

2019-08-11 02:37:04 UTC MAIN commitmail json YAML

copy a pattern from if_udav.c, which already had "too much" check.

even though overflow or underflow is really unlikely here, reorder
various expressions to reduce the likelyhood even further.

(mrg)

2019-08-11 01:31:19 UTC MAIN commitmail json YAML

- use usbnet_isowned*() more
- more const

(mrg)

2019-08-11 01:29:45 UTC MAIN commitmail json YAML

adjust some comments to reality.

(mrg)

2019-08-11 01:04:33 UTC MAIN commitmail json YAML

in tx_prepare callback make sure to reject any mbuf that is larger
than can fit in the buffer.  done at the driver and not usbnet
layer because the driver knows how much beyond the mbuf data needs
to be sent (headers and trailers.)

axen(4) had a KASSERT() for this condition, but there's no
invariant here we can check so it's best as an error return.

XXX: only tested on these drivers, needs to be copied to udav, smsc
and urndis after testing as well as the not commited conversions.

(mrg)

2019-08-10 23:47:13 UTC MAIN commitmail json YAML

Fix typo in pragma in sys/event.h

Reenable -Wconversion-null.

(kamil)

2019-08-10 23:33:10 UTC MAIN commitmail json YAML

oops. i must have deleted the 'u' in 'ustore.9' when partially
fixing the alphabeta ordering here.  fixes build.

(mrg)

2019-08-10 22:23:55 UTC MAIN commitmail json YAML

npfctl show/validate: fix couple bugs in multiple table/port representation.
Fixes PR/54122.

(rmind)

2019-08-10 21:13:54 UTC MAIN commitmail json YAML

Add the ifnet_t::if_npf_private field.  Bump the kernel version.
Fixes PR/54098.

(rmind)

2019-08-10 20:35:36 UTC MAIN commitmail json YAML

2019-08-10 20:33:01 UTC MAIN commitmail json YAML

Use common macro for _EV_SET() for integer types

Deduplicate code.

No functional change change intended.

(kamil)

2019-08-10 17:03:59 UTC MAIN commitmail json YAML

2019-08-10 16:50:24 UTC MAIN commitmail json YAML

2019-08-10 16:46:07 UTC MAIN commitmail json YAML

Really provide bus_funcs.h

(skrll)

2019-08-10 15:02:03 UTC MAIN commitmail json YAML

Handle more corner cases in sys/event.h for C++ EV_SET()

Handle the udata argument as Plain-Old-Data types separately.

- int, long int, long long int
- unsigned int, unsigned long int, unsigned long long int
- void *

This approach handles each of the POD types separately on purpose as
intermediate types such as intptr_t can be either int or long (even long
long) and handling them is not portable.

This approach is compatibile with C++98 and newer.

Fixes i386 usage.

(kamil)

2019-08-10 12:50:37 UTC MAIN commitmail json YAML

Add a script to compare the library lists so we can keep them in sync easier.

(christos)

2019-08-10 12:46:39 UTC MAIN commitmail json YAML

Make the X11 library lists consistent again.

(christos)

2019-08-10 12:20:17 UTC MAIN commitmail json YAML

Don't install PIC libraries by default because they are too big since they
contain debug symbols. I supplied a patch in PR/54449 to remove the debugging
symbols but folks preferred to not install them at all.

(christos)

2019-08-10 11:20:50 UTC MAIN commitmail json YAML

Add fallback defintion for C++ of _EV_SET with the last argument of type 0

Converting 0 to intptr and void* is ambiguous according to a C++ compiler.
New _EV_SET() accepts int type and casts it with static_cast<int>() to
intptr_t.

Reported and fix tested by <John D. Baker>

(kamil)

2019-08-10 08:46:09 UTC MAIN commitmail json YAML

Fix format in order not to confuse changes2html script.
Minor improvements of wording for my entry.

(rin)

2019-08-10 07:36:15 UTC MAIN commitmail json YAML

PR lib/54440: adapt the FreeBSD change to this test and calculate time
differences more exact, allowing between 0 and 1 s delay between the
expected wakeup and the actual event happening.
Also convert the QEMU special case code to the same scheme, but for now
disable it (with XXX mark) and see if the proper timing limits fix that
case too.
If not, we will re-enable the QEMU special case.

(martin)

2019-08-10 07:08:12 UTC MAIN commitmail json YAML

Rollback directory filehandle screening for FUSE lock operations

libfuse has a different usage of filehandles for files and directories.
A directory filehandle is valid only for directory operations such
as OPENDIR, READDIR, RELEASEDIR, FSYNCDIR. Change of src/lib/libperfuse/ops.c
1.85-1.86 made sure filehandles of directories were only sent for that
operations.

However, the status of lock operations GETLK, SETLK, SETLKW was overlooked.
The only FUSE filesystem I found using locks is GlusterFS, and it needs
directory filehandles to be provided on lock operations, otherwise locking
crashes the filesystem. Hence this change brings back filehandles for
lock operations on directories.

(manu)

2019-08-10 06:30:26 UTC MAIN commitmail json YAML

Initialize tcpalib for ums devices.

In r1.3 of src/sys/dev/hid/hidms.c, tpcalib is used for any hidms
device reporting absolute coordinates. So ums devices reporting
absolute coordinates also need to initialize tcpalib - do it for
all ums devices. An uninitialized tcpalib stops a mouse with
absolute coordinates from "moving".

OK: ryoon@

(yhardy)

2019-08-10 06:19:48 UTC netbsd-9 commitmail json YAML

2019-08-10 06:17:24 UTC netbsd-9 commitmail json YAML

src/doc/3RDPARTY@1.1640.2.2 / diff / nxr@1.1640.2.2
src/external/bsd/openldap/dist/ANNOUNCEMENT@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/CHANGES@1.1.1.7.6.1 / diff / nxr@1.1.1.7.6.1
src/external/bsd/openldap/dist/COPYRIGHT@1.1.1.7.6.1 / diff / nxr@1.1.1.7.6.1
src/external/bsd/openldap/dist/INSTALL@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/Makefile.in@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/README@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/build/dir.mk@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/build/info.mk@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/build/lib-shared.mk@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/build/lib-static.mk@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/build/lib.mk@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/build/ltmain.sh@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/build/man.mk@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/build/missing@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/build/mkdep@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/build/mkdep.aix@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/build/mkrelease@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/build/mkvers.bat@1.1.1.6.6.1 / diff / nxr@1.1.1.6.6.1
src/external/bsd/openldap/dist/build/mkversion@1.7.6.1 / diff / nxr@1.7.6.1
      :
(more 1171 files)
Pull up following revision(s) (requested by christos in ticket #41):

external/bsd/openldap/dist/include/openldap.h  up to 1.1.1.1
external/bsd/openldap/dist/servers/slapd/back-sock/extended.c up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8444/its8444 up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8444/slapd-provider1.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8444/slapd-provider2.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8444/slapd-provider3.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8444/slapd-provider4.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8616/its8616 up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8616/slapd-provider.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8663/its8663 up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8663/slapd-provider.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8667/accounting.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8667/administrative.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8667/its8667 up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8667/janitorial.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8667/root.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8667/slapd.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8752/its8752 up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8752/slapd.conf up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8752/slapd.conf.mmr up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8800/db.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8800/its8800 up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8800/slapd-provider1.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8800/slapd-provider2.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8800/slapd-provider3.ldif up to 1.1.1.1
external/bsd/openldap/dist/tests/data/regressions/its8800/slapd-provider4.ldif up to 1.1.1.1
external/bsd/openldap/dist/doc/man/man5/slapd-ldbm.5 delete
external/bsd/openldap/dist/tests/scripts/test058-syncrepl-asymmetric delete
external/bsd/openldap/dist/ANNOUNCEMENT        up to 1.1.1.7
external/bsd/openldap/dist/CHANGES              up to 1.1.1.8
external/bsd/openldap/dist/COPYRIGHT            up to 1.1.1.8
external/bsd/openldap/dist/INSTALL              up to 1.1.1.7
external/bsd/openldap/dist/Makefile.in          up to 1.1.1.7
external/bsd/openldap/dist/README              up to 1.1.1.7
external/bsd/openldap/dist/configure            up to 1.1.1.7
external/bsd/openldap/dist/configure.in        up to 1.1.1.7
external/bsd/openldap/dist/build/dir.mk        up to 1.1.1.7
external/bsd/openldap/dist/build/info.mk        up to 1.1.1.7
external/bsd/openldap/dist/build/lib-shared.mk  up to 1.1.1.7
external/bsd/openldap/dist/build/lib-static.mk  up to 1.1.1.7
external/bsd/openldap/dist/build/lib.mk        up to 1.1.1.7
external/bsd/openldap/dist/build/ltmain.sh      up to 1.1.1.7
external/bsd/openldap/dist/build/man.mk        up to 1.1.1.7
external/bsd/openldap/dist/build/missing        up to 1.1.1.7
external/bsd/openldap/dist/build/mkdep          up to 1.1.1.7
external/bsd/openldap/dist/build/mkdep.aix      up to 1.1.1.7
external/bsd/openldap/dist/build/mkrelease      up to 1.1.1.7
external/bsd/openldap/dist/build/mkvers.bat    up to 1.1.1.7
external/bsd/openldap/dist/build/mkversion      up to 1.8
external/bsd/openldap/dist/build/mod.mk        up to 1.1.1.7
external/bsd/openldap/dist/build/openldap.m4    up to 1.1.1.7
external/bsd/openldap/dist/build/rules.mk      up to 1.1.1.7
external/bsd/openldap/dist/build/srv.mk        up to 1.1.1.7
external/bsd/openldap/dist/build/top.mk        up to 1.1.1.7
external/bsd/openldap/dist/build/version.h      up to 1.1.1.7
external/bsd/openldap/dist/build/version.sh    up to 1.1.1.7
external/bsd/openldap/dist/build/version.var    up to 1.1.1.8
external/bsd/openldap/dist/clients/Makefile.in  up to 1.1.1.7
external/bsd/openldap/dist/clients/tools/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/clients/tools/common.c up to 1.8
external/bsd/openldap/dist/clients/tools/common.h up to 1.1.1.7
external/bsd/openldap/dist/clients/tools/ldapcompare.c up to 1.1.1.7
external/bsd/openldap/dist/clients/tools/ldapdelete.c up to 1.1.1.7
external/bsd/openldap/dist/clients/tools/ldapexop.c up to 1.1.1.7
external/bsd/openldap/dist/clients/tools/ldapmodify.c up to 1.1.1.7
external/bsd/openldap/dist/clients/tools/ldapmodrdn.c up to 1.1.1.7
external/bsd/openldap/dist/clients/tools/ldappasswd.c up to 1.1.1.7
external/bsd/openldap/dist/clients/tools/ldapsearch.c up to 1.1.1.7
external/bsd/openldap/dist/clients/tools/ldapurl.c up to 1.1.1.6
external/bsd/openldap/dist/clients/tools/ldapwhoami.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/COPYRIGHT up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/Makefile.am up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/configure up to 1.1.1.8
external/bsd/openldap/dist/contrib/ldapc++/configure.in up to 1.1.1.8
external/bsd/openldap/dist/contrib/ldapc++/version.sh up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/version.var up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/examples/Makefile.am up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/examples/Makefile.in up to 1.1.1.8
external/bsd/openldap/dist/contrib/ldapc++/examples/main.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/examples/readSchema.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/examples/startTls.cpp up to 1.1.1.5
external/bsd/openldap/dist/contrib/ldapc++/examples/urlTest.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAddRequest.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAddRequest.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAsynConnection.cpp up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAsynConnection.h up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAttrType.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAttrType.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAttribute.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAttribute.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAttributeList.cpp up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPAttributeList.h up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPBindRequest.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPBindRequest.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPCompareRequest.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPCompareRequest.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPConnection.cpp up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPConnection.h up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPConstraints.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPConstraints.h up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPControl.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPControl.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPControlSet.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPControlSet.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPDeleteRequest.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPDeleteRequest.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPEntry.cpp up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPEntry.h up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPEntryList.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPEntryList.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPException.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPException.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPExtRequest.cpp up to 1.1.1.5
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPExtRequest.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPExtResult.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPExtResult.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPMessage.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPMessage.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPMessageQueue.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPMessageQueue.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModDNRequest.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModDNRequest.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModList.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModList.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModification.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModification.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModifyRequest.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModifyRequest.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPObjClass.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPObjClass.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPRebind.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPRebind.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPRebindAuth.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPRebindAuth.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPReferenceList.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPReferenceList.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPRequest.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPRequest.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPResult.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPResult.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSaslBindResult.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSaslBindResult.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSchema.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSchema.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchReference.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchReference.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchRequest.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchRequest.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchResult.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchResult.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchResults.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPSearchResults.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPUrl.cpp up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPUrl.h up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPUrlList.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LDAPUrlList.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LdifReader.cpp up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldapc++/src/LdifReader.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LdifWriter.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/LdifWriter.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/Makefile.am up to 1.1.1.8
external/bsd/openldap/dist/contrib/ldapc++/src/Makefile.in up to 1.1.1.8
external/bsd/openldap/dist/contrib/ldapc++/src/SaslInteraction.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/SaslInteraction.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/SaslInteractionHandler.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/SaslInteractionHandler.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/StringList.cpp up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/StringList.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/TlsOptions.cpp up to 1.1.1.5
external/bsd/openldap/dist/contrib/ldapc++/src/TlsOptions.h up to 1.1.1.5
external/bsd/openldap/dist/contrib/ldapc++/src/debug.h up to 1.1.1.6
external/bsd/openldap/dist/contrib/ldapc++/src/ac/time.h up to 1.1.1.7
external/bsd/openldap/dist/contrib/ldaptcl/COPYRIGHT up to 1.1.1.5
external/bsd/openldap/dist/contrib/slapd-modules/README up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/acl/README.posixgroup up to 1.1.1.5
external/bsd/openldap/dist/contrib/slapd-modules/acl/posixgroup.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/addpartial/README up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/addpartial/addpartial-overlay.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/allop/README up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/allop/allop.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/allop/slapo-allop.5 up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/allowed/Makefile up to 1.1.1.6
external/bsd/openldap/dist/contrib/slapd-modules/allowed/README up to 1.1.1.6
external/bsd/openldap/dist/contrib/slapd-modules/allowed/allowed.c up to 1.1.1.6
external/bsd/openldap/dist/contrib/slapd-modules/autogroup/README up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/autogroup/autogroup.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/autogroup/slapo-autogroup.5 up to 1.1.1.2
external/bsd/openldap/dist/contrib/slapd-modules/cloak/cloak.c up to 1.1.1.6
external/bsd/openldap/dist/contrib/slapd-modules/cloak/slapo-cloak.5 up to 1.1.1.6
external/bsd/openldap/dist/contrib/slapd-modules/comp_match/Makefile up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/denyop/denyop.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/README up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/dsaschema.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/dupent/Makefile up to 1.1.1.4
external/bsd/openldap/dist/contrib/slapd-modules/dupent/dupent.c up to 1.1.1.4
external/bsd/openldap/dist/contrib/slapd-modules/kinit/README up to 1.1.1.4
external/bsd/openldap/dist/contrib/slapd-modules/kinit/kinit.c up to 1.1.1.4
external/bsd/openldap/dist/contrib/slapd-modules/lastbind/lastbind.c up to 1.1.1.4
external/bsd/openldap/dist/contrib/slapd-modules/lastbind/slapo-lastbind.5 up to 1.1.1.2
external/bsd/openldap/dist/contrib/slapd-modules/lastmod/lastmod.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/lastmod/slapo-lastmod.5 up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/noopsrch/Makefile up to 1.1.1.4
external/bsd/openldap/dist/contrib/slapd-modules/noopsrch/noopsrch.c up to 1.1.1.4
external/bsd/openldap/dist/contrib/slapd-modules/nops/nops.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/Makefile up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/README up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/alias.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/ether.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/group.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/host.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/netgroup.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/network.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/nssov.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/nssov.h up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/pam.c up to 1.1.1.6
external/bsd/openldap/dist/contrib/slapd-modules/nssov/passwd.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/protocol.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/rpc.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/service.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/shadow.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/nssov/slapo-nssov.5 up to 1.1.1.6
external/bsd/openldap/dist/contrib/slapd-modules/passwd/README up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/passwd/kerberos.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/passwd/netscape.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/passwd/radius.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/passwd/pbkdf2/README up to 1.1.1.3
external/bsd/openldap/dist/contrib/slapd-modules/passwd/pbkdf2/pw-pbkdf2.c up to 1.1.1.3
external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/README up to 1.1.1.6
external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/slapd-sha2.c up to 1.1.1.6
external/bsd/openldap/dist/contrib/slapd-modules/proxyOld/Makefile up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/proxyOld/README up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/proxyOld/proxyOld.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/samba4/Makefile up to 1.1.1.5
external/bsd/openldap/dist/contrib/slapd-modules/samba4/README up to 1.1.1.5
external/bsd/openldap/dist/contrib/slapd-modules/samba4/pguid.c up to 1.1.1.5
external/bsd/openldap/dist/contrib/slapd-modules/samba4/rdnval.c up to 1.1.1.5
external/bsd/openldap/dist/contrib/slapd-modules/samba4/vernum.c up to 1.1.1.5
external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/Makefile up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/README up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/smbk5pwd.c up to 1.1.1.8
external/bsd/openldap/dist/contrib/slapd-modules/trace/trace.c up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-tools/README up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapd-tools/statslog up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapi-plugins/addrdnvalues/README up to 1.1.1.7
external/bsd/openldap/dist/contrib/slapi-plugins/addrdnvalues/addrdnvalues.c up to 1.1.1.7
external/bsd/openldap/dist/doc/Makefile.in      up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/plain.sdf  up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/preamble.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/Makefile up to 1.1.1.8
external/bsd/openldap/dist/doc/guide/admin/README.spellcheck up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/abstract.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/access-control.sdf up to 1.1.1.8
external/bsd/openldap/dist/doc/guide/admin/admin.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/appendix-changes.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/appendix-common-errors.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/appendix-configs.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/appendix-contrib.sdf up to 1.1.1.8
external/bsd/openldap/dist/doc/guide/admin/appendix-deployments.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/appendix-ldap-result-codes.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/appendix-recommended-versions.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/appendix-upgrading.sdf up to 1.1.1.8
external/bsd/openldap/dist/doc/guide/admin/backends.sdf up to 1.1.1.8
external/bsd/openldap/dist/doc/guide/admin/config.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/dbtools.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/glossary.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/guide.html up to 1.1.1.8
external/bsd/openldap/dist/doc/guide/admin/guide.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/index.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/install.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/intro.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/limits.sdf up to 1.1.1.6
external/bsd/openldap/dist/doc/guide/admin/maintenance.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/master.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/monitoringslapd.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/overlays.sdf up to 1.1.1.8
external/bsd/openldap/dist/doc/guide/admin/preface.sdf up to 1.1.1.8
external/bsd/openldap/dist/doc/guide/admin/quickstart.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/referrals.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/replication.sdf up to 1.1.1.8
external/bsd/openldap/dist/doc/guide/admin/runningslapd.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/sasl.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/schema.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/security.sdf up to 1.1.1.8
external/bsd/openldap/dist/doc/guide/admin/slapdconf2.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/slapdconfig.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/title.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/tls.sdf up to 1.1.1.8
external/bsd/openldap/dist/doc/guide/admin/troubleshooting.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/admin/tuning.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/images/src/README.fonts up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/release/copyright-plain.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/release/copyright.sdf up to 1.1.1.8
external/bsd/openldap/dist/doc/guide/release/install.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/release/license-plain.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/guide/release/license.sdf up to 1.1.1.7
external/bsd/openldap/dist/doc/man/Makefile.in  up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man1/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man1/ldapcompare.1 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man1/ldapdelete.1 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man1/ldapmodify.1 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man1/ldapmodrdn.1 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man1/ldappasswd.1 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man1/ldapsearch.1 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man1/ldapurl.1 up to 1.1.1.6
external/bsd/openldap/dist/doc/man/man1/ldapwhoami.1 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/lber-decode.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/lber-encode.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/lber-memory.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/lber-sockbuf.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/lber-types.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap.3  up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_abandon.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_add.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_bind.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_compare.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_controls.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_delete.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_dup.3 up to 1.1.1.4
external/bsd/openldap/dist/doc/man/man3/ldap_error.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_extended_operation.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_first_attribute.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_first_entry.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_first_message.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_first_reference.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_get_dn.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_get_option.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_get_values.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_memory.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_modify.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_modrdn.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_open.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_parse_reference.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_parse_result.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_parse_sort_control.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_parse_vlv_control.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_rename.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_result.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_schema.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_search.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_sort.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_sync.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_tls.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man3/ldap_url.3 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/ldap.conf.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/ldif.5  up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapd-bdb.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapd-config.5 up to 1.1.1.8
external/bsd/openldap/dist/doc/man/man5/slapd-dnssrv.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapd-ldap.5 up to 1.1.1.8
external/bsd/openldap/dist/doc/man/man5/slapd-ldif.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapd-mdb.5 up to 1.1.1.4
external/bsd/openldap/dist/doc/man/man5/slapd-meta.5 up to 1.1.1.8
external/bsd/openldap/dist/doc/man/man5/slapd-monitor.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapd-ndb.5 up to 1.1.1.6
external/bsd/openldap/dist/doc/man/man5/slapd-null.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapd-passwd.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapd-relay.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapd-shell.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapd-sock.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapd.access.5 up to 1.1.1.8
external/bsd/openldap/dist/doc/man/man5/slapd.backends.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapd.conf.5 up to 1.1.1.8
external/bsd/openldap/dist/doc/man/man5/slapd.overlays.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapd.plugin.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapo-accesslog.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapo-auditlog.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapo-chain.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapo-collect.5 up to 1.1.1.6
external/bsd/openldap/dist/doc/man/man5/slapo-constraint.5 up to 1.1.1.8
external/bsd/openldap/dist/doc/man/man5/slapo-dds.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapo-dyngroup.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapo-dynlist.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapo-memberof.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapo-pbind.5 up to 1.1.1.5
external/bsd/openldap/dist/doc/man/man5/slapo-pcache.5 up to 1.1.1.8
external/bsd/openldap/dist/doc/man/man5/slapo-ppolicy.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapo-refint.5 up to 1.1.1.8
external/bsd/openldap/dist/doc/man/man5/slapo-retcode.5 up to 1.1.1.8
external/bsd/openldap/dist/doc/man/man5/slapo-rwm.5 up to 1.1.1.8
external/bsd/openldap/dist/doc/man/man5/slapo-sssvlv.5 up to 1.1.1.6
external/bsd/openldap/dist/doc/man/man5/slapo-syncprov.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapo-translucent.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapo-unique.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man5/slapo-valsort.5 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man8/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man8/slapacl.8 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man8/slapadd.8 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man8/slapauth.8 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man8/slapcat.8 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man8/slapd.8 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man8/slapdn.8 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man8/slapindex.8 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man8/slappasswd.8 up to 1.1.1.7
external/bsd/openldap/dist/doc/man/man8/slapschema.8 up to 1.1.1.6
external/bsd/openldap/dist/doc/man/man8/slaptest.8 up to 1.1.1.7
external/bsd/openldap/dist/include/Makefile.in  up to 1.8
external/bsd/openldap/dist/include/avl.h        up to 1.1.1.7
external/bsd/openldap/dist/include/getopt-compat.h up to 1.1.1.7
external/bsd/openldap/dist/include/lber.h      up to 1.1.1.7
external/bsd/openldap/dist/include/lber_pvt.h  up to 1.1.1.7
external/bsd/openldap/dist/include/lber_types.hin up to 1.1.1.7
external/bsd/openldap/dist/include/ldap.h      up to 1.1.1.8
external/bsd/openldap/dist/include/ldap_cdefs.h up to 1.1.1.7
external/bsd/openldap/dist/include/ldap_config.hin up to 1.1.1.7
external/bsd/openldap/dist/include/ldap_defaults.h up to 1.1.1.7
external/bsd/openldap/dist/include/ldap_features.hin up to 1.1.1.7
external/bsd/openldap/dist/include/ldap_int_thread.h up to 1.1.1.7
external/bsd/openldap/dist/include/ldap_log.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ldap_pvt.h  up to 1.2
external/bsd/openldap/dist/include/ldap_pvt_thread.h up to 1.1.1.7
external/bsd/openldap/dist/include/ldap_pvt_uc.h up to 1.1.1.7
external/bsd/openldap/dist/include/ldap_queue.h up to 1.6
external/bsd/openldap/dist/include/ldap_rq.h    up to 1.1.1.7
external/bsd/openldap/dist/include/ldap_schema.h up to 1.1.1.7
external/bsd/openldap/dist/include/ldap_utf8.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ldif.h      up to 1.1.1.7
external/bsd/openldap/dist/include/lutil.h      up to 1.1.1.7
external/bsd/openldap/dist/include/lutil_hash.h up to 1.1.1.7
external/bsd/openldap/dist/include/lutil_ldap.h up to 1.1.1.7
external/bsd/openldap/dist/include/lutil_lockf.h up to 1.1.1.7
external/bsd/openldap/dist/include/lutil_md5.h  up to 1.1.1.7
external/bsd/openldap/dist/include/lutil_sha1.h up to 1.1.1.7
external/bsd/openldap/dist/include/portable.hin up to 1.8
external/bsd/openldap/dist/include/rewrite.h    up to 1.1.1.7
external/bsd/openldap/dist/include/slapi-plugin.h up to 1.1.1.7
external/bsd/openldap/dist/include/sysexits-compat.h up to 1.1.1.7
external/bsd/openldap/dist/include/ac/alloca.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/assert.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/bytes.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/crypt.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/ctype.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/dirent.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/errno.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/fdset.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/localize.h up to 1.1.1.7
external/bsd/openldap/dist/include/ac/param.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/regex.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/setproctitle.h up to 1.1.1.7
external/bsd/openldap/dist/include/ac/signal.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/socket.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/stdarg.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/stdlib.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/string.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/sysexits.h up to 1.1.1.7
external/bsd/openldap/dist/include/ac/syslog.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/termios.h up to 1.1.1.7
external/bsd/openldap/dist/include/ac/time.h    up to 1.1.1.7
external/bsd/openldap/dist/include/ac/unistd.h  up to 1.1.1.7
external/bsd/openldap/dist/include/ac/wait.h    up to 1.1.1.7
external/bsd/openldap/dist/libraries/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/assert.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/bprint.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/debug.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/decode.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/dtest.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/encode.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/etest.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/idtest.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/io.c up to 1.1.1.8
external/bsd/openldap/dist/libraries/liblber/lber-int.h up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/memory.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/nt_err.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/options.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/sockbuf.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblber/stdio.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/Makefile.in up to 1.1.1.8
external/bsd/openldap/dist/libraries/libldap/abandon.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/add.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/addentry.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/apitest.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/assertion.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/bind.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/cancel.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/charray.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/compare.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/controls.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/cyrus.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/dds.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/delete.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/deref.c up to 1.1.1.6
external/bsd/openldap/dist/libraries/libldap/dnssrv.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/dntest.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/error.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/extended.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/fetch.c up to 1.1.1.4
external/bsd/openldap/dist/libraries/libldap/filter.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/free.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/ftest.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/getattr.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/getdn.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/getentry.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/getvalues.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/gssapi.c up to 1.1.1.6
external/bsd/openldap/dist/libraries/libldap/init.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/ldap-int.h up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/ldap-tls.h up to 1.1.1.6
external/bsd/openldap/dist/libraries/libldap/ldap_sync.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/ldif.c up to 1.1.1.4
external/bsd/openldap/dist/libraries/libldap/messages.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/modify.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/modrdn.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/open.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/options.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/os-ip.c up to 1.9
external/bsd/openldap/dist/libraries/libldap/os-local.c up to 1.10
external/bsd/openldap/dist/libraries/libldap/pagectrl.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/passwd.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/ppolicy.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/print.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/references.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/request.c up to 1.1.1.8
external/bsd/openldap/dist/libraries/libldap/result.c up to 1.1.1.8
external/bsd/openldap/dist/libraries/libldap/sasl.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/sbind.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/schema.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/search.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/sort.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/sortctrl.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/stctrl.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/string.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/t61.c up to 1.1.1.8
external/bsd/openldap/dist/libraries/libldap/test.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/tls2.c up to 1.1.1.6
external/bsd/openldap/dist/libraries/libldap/tls_g.c up to 1.1.1.6
external/bsd/openldap/dist/libraries/libldap/tls_m.c up to 1.1.1.6
external/bsd/openldap/dist/libraries/libldap/tls_o.c up to 1.7
external/bsd/openldap/dist/libraries/libldap/turn.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/txn.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/unbind.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/url.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/urltest.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/utf-8-conv.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/utf-8.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/util-int.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/vlvctrl.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap/whoami.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap_r/Makefile.in up to 1.1.1.8
external/bsd/openldap/dist/libraries/libldap_r/ldap_thr_debug.h up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap_r/rdwr.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap_r/rmutex.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap_r/rq.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap_r/thr_cthreads.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap_r/thr_debug.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap_r/thr_nt.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap_r/thr_posix.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap_r/thr_pth.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap_r/thr_stub.c up to 1.1.1.8
external/bsd/openldap/dist/libraries/libldap_r/thr_thr.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap_r/threads.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/libldap_r/tpool.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblmdb/CHANGES up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/COPYRIGHT up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/intro.doc up to 1.1.1.3
external/bsd/openldap/dist/libraries/liblmdb/lmdb.h up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/mdb.c up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/mdb_copy.1 up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/mdb_copy.c up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/mdb_dump.1 up to 1.1.1.3
external/bsd/openldap/dist/libraries/liblmdb/mdb_dump.c up to 1.1.1.3
external/bsd/openldap/dist/libraries/liblmdb/mdb_load.1 up to 1.1.1.3
external/bsd/openldap/dist/libraries/liblmdb/mdb_load.c up to 1.1.1.3
external/bsd/openldap/dist/libraries/liblmdb/mdb_stat.1 up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/mdb_stat.c up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/midl.c up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/midl.h up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/mtest.c up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/mtest2.c up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/mtest3.c up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/mtest4.c up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/mtest5.c up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/mtest6.c up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblmdb/sample-bdb.txt up to 1.1.1.3
external/bsd/openldap/dist/libraries/liblmdb/sample-mdb.txt up to 1.1.1.3
external/bsd/openldap/dist/libraries/liblunicode/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblunicode/ucstr.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblunicode/ucdata/ucdata.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblunicode/ucdata/ucdata.h up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblunicode/ucdata/ucgendat.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblunicode/ucdata/ucpgba.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblunicode/ucdata/ucpgba.h up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblunicode/ucdata/uctable.h up to 1.1.1.4
external/bsd/openldap/dist/libraries/liblunicode/ure/ure.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblunicode/ure/ure.h up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblunicode/ure/urestubs.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblunicode/utbm/utbm.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblunicode/utbm/utbm.h up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblunicode/utbm/utbmstub.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/avl.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/base64.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/detach.c up to 1.6
external/bsd/openldap/dist/libraries/liblutil/entropy.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/getopt.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/getpass.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/getpeereid.c up to 1.1.1.8
external/bsd/openldap/dist/libraries/liblutil/hash.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/lockf.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/md5.c up to 1.6
external/bsd/openldap/dist/libraries/liblutil/memcmp.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/ntservice.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/passfile.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/passwd.c up to 1.7
external/bsd/openldap/dist/libraries/liblutil/ptest.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/sasl.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/setproctitle.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/sha1.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/signal.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/sockpair.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/tavl.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/testavl.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/testtavl.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/utils.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/liblutil/uuid.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/config.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/context.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/info.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/ldapmap.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/map.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/params.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/parse.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/rewrite-int.h up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/rewrite-map.h up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/rewrite.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/rule.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/session.c up to 1.5
external/bsd/openldap/dist/libraries/librewrite/subst.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/var.c up to 1.1.1.7
external/bsd/openldap/dist/libraries/librewrite/xmap.c up to 1.1.1.7
external/bsd/openldap/dist/servers/Makefile.in  up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/abandon.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/aci.c  up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/acl.c  up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/aclparse.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/ad.c  up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/add.c  up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/alock.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/alock.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/at.c  up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/attr.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/ava.c  up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/backend.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/backglue.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/backover.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/bconfig.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/bind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/cancel.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/ch_malloc.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/compare.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/component.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/component.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/config.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/config.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/connection.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/controls.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/cr.c  up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/ctxcsn.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/daemon.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/delete.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/dn.c  up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/entry.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/extended.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/filter.c up to 1.6
external/bsd/openldap/dist/servers/slapd/filterentry.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/frontend.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/globals.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/index.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/init.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/ldapsync.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/limits.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/lock.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/main.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/matchedValues.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/modify.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/modrdn.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/mods.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/module.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/mr.c  up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/mra.c  up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/nt_svc.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/oc.c  up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/oidm.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/operation.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/operational.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/passwd.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/phonetic.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/proto-slap.h up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/referral.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/result.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/root_dse.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/sasl.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/saslauthz.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema_check.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema_init.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/schema_prep.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/schemaparse.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/search.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/sets.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/sets.h up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/sl_malloc.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slap.h up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/slapacl.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapadd.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapauth.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapcat.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapcommon.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapcommon.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapdn.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapindex.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slappasswd.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapschema.c up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/slaptest.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/starttls.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/str2filter.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/syncrepl.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/syntax.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/txn.c  up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/unbind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/user.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/value.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/zn_malloc.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/add.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/attr.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-bdb/back-bdb.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/bind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/cache.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/compare.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/config.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/dbcache.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/delete.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/dn2entry.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/dn2id.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-bdb/error.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/extended.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/filterindex.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/id2entry.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/idl.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/idl.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/index.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/init.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/key.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/modify.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/modrdn.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/monitor.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-bdb/nextid.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/operational.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/proto-bdb.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/referral.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/search.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/tools.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-bdb/trans.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-dnssrv/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-dnssrv/bind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-dnssrv/compare.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-dnssrv/config.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-dnssrv/init.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-dnssrv/proto-dnssrv.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-dnssrv/referral.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-dnssrv/search.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-hdb/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-hdb/back-bdb.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ldap/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ldap/add.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ldap/back-ldap.h up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-ldap/bind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ldap/chain.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ldap/compare.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ldap/config.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-ldap/delete.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ldap/distproc.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ldap/extended.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ldap/init.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-ldap/modify.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ldap/modrdn.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ldap/monitor.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ldap/pbind.c up to 1.1.1.5
external/bsd/openldap/dist/servers/slapd/back-ldap/proto-ldap.h up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-ldap/search.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-ldap/unbind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ldif/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ldif/ldif.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-mdb/Makefile.in up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/add.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/attr.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/back-mdb.h up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/bind.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/compare.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/config.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/delete.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/dn2entry.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/dn2id.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/extended.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/filterindex.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/id2entry.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/idl.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/idl.h up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/index.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/init.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/key.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/modify.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/modrdn.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/monitor.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/nextid.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/operational.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/proto-mdb.h up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/referral.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/search.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-mdb/tools.c up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/back-meta/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-meta/add.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-meta/back-meta.h up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-meta/bind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-meta/candidates.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-meta/compare.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-meta/config.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-meta/conn.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-meta/delete.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-meta/dncache.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-meta/init.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-meta/map.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-meta/modify.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-meta/modrdn.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-meta/proto-meta.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-meta/search.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-meta/suffixmassage.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-meta/unbind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/back-monitor.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/backend.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/bind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/cache.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/compare.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/conn.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/database.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-monitor/entry.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/init.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/listener.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/log.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/modify.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/operation.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/operational.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/overlay.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/proto-back-monitor.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/rww.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/search.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/sent.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/thread.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-monitor/time.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-ndb/Makefile.in up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/back-ndb/add.cpp up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/back-ndb/back-ndb.h up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/back-ndb/bind.cpp up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/back-ndb/compare.cpp up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/back-ndb/config.cpp up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/back-ndb/delete.cpp up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/back-ndb/init.cpp up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/back-ndb/modify.cpp up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/back-ndb/modrdn.cpp up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/back-ndb/ndbio.cpp up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/back-ndb/proto-ndb.h up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/back-ndb/search.cpp up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/back-ndb/tools.cpp up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/back-null/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-null/null.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-passwd/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-passwd/back-passwd.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-passwd/config.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-passwd/init.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-passwd/proto-passwd.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-passwd/search.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/SampleLDAP.pm up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/add.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/asperl_undefs.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/bind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/close.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/compare.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/config.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/delete.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/init.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/modify.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/modrdn.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/perl_back.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/proto-perl.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-perl/search.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-relay/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-relay/back-relay.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-relay/init.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-relay/op.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-relay/proto-back-relay.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/add.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/bind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/compare.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/config.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/delete.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/fork.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/init.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/modify.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/modrdn.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/proto-shell.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/result.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-shell/search.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/searchexample.conf up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/searchexample.sh up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/shell.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-shell/unbind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/add.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/back-sock.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/bind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/compare.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/config.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/delete.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/init.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/modify.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/modrdn.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/opensock.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/proto-sock.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/result.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/back-sock/search.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/searchexample.conf up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/searchexample.pl up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sock/unbind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/add.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/api.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/back-sql.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/bind.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/compare.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/config.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/delete.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/entry-id.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/init.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/modify.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/modrdn.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/operational.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/proto-sql.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/schema-map.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/search.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/sql-wrap.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/util.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/Makefile up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/dnreverse.cpp up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/accesslog.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/auditlog.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/collect.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/dds.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/deref.c up to 1.5
external/bsd/openldap/dist/servers/slapd/overlays/dyngroup.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/dynlist.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/overlays/memberof.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/overlays/overlays.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/pcache.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/overlays/ppolicy.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/overlays/refint.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/overlays/retcode.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/rwm.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/rwm.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/rwmconf.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/rwmdn.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/rwmmap.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/seqmod.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/sssvlv.c up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/overlays/syncprov.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/overlays/translucent.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/overlays/unique.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/overlays/valsort.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/README up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/collective.ldif up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/schema/collective.schema up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/corba.ldif up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/schema/corba.schema up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/core.ldif up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/core.schema up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/cosine.ldif up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/cosine.schema up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/duaconf.ldif up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/schema/duaconf.schema up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/dyngroup.ldif up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/schema/dyngroup.schema up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/inetorgperson.ldif up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/inetorgperson.schema up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/java.ldif up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/schema/java.schema up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/misc.ldif up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/schema/misc.schema up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/nis.ldif up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/nis.schema up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/openldap.ldif up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/openldap.schema up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/schema/pmi.ldif up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/schema/pmi.schema up to 1.1.1.6
external/bsd/openldap/dist/servers/slapd/schema/ppolicy.ldif up to 1.1.1.4
external/bsd/openldap/dist/servers/slapd/schema/ppolicy.schema up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/shell-backends/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/shell-backends/passwd-shell.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/shell-backends/shellutil.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/shell-backends/shellutil.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapi/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapi/plugin.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/slapi/printmsg.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapi/proto-slapi.h up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/slapi/slapi.h up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapi/slapi_dn.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapi/slapi_ext.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapi/slapi_ops.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapi/slapi_overlay.c up to 1.1.1.8
external/bsd/openldap/dist/servers/slapd/slapi/slapi_pblock.c up to 1.1.1.7
external/bsd/openldap/dist/servers/slapd/slapi/slapi_utils.c up to 1.1.1.7
external/bsd/openldap/dist/tests/Makefile.in    up to 1.1.1.7
external/bsd/openldap/dist/tests/run.in        up to 1.1.1.7
external/bsd/openldap/dist/tests/data/ditcontentrules.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/dynlist.out up to 1.1.1.3
external/bsd/openldap/dist/tests/data/idassert.out up to 1.1.1.2
external/bsd/openldap/dist/tests/data/memberof.out up to 1.1.1.4
external/bsd/openldap/dist/tests/data/ndb.conf  up to 1.1.1.6
external/bsd/openldap/dist/tests/data/retcode.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-2db.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-aci.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-acl.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-cache-master-proxyauthz.conf up to 1.1.1.2
external/bsd/openldap/dist/tests/data/slapd-cache-master.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-chain1.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-chain2.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-component.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-dds.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-deltasync-master.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-deltasync-slave.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-dn.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-dnssrv.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-dynlist.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-emptydn.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-glue-ldap.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-glue-syncrepl1.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-glue-syncrepl2.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-glue.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-idassert.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-ldapglue.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-ldapgluegroups.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-ldapgluepeople.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-limits.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-master.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-meta-target1.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-meta-target2.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-meta.conf up to 1.1.1.8
external/bsd/openldap/dist/tests/data/slapd-nis-master.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-passwd.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-ppolicy.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-proxyauthz.conf up to 1.1.1.2
external/bsd/openldap/dist/tests/data/slapd-proxycache.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-pw.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-ref-slave.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-referrals.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-refint.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-relay.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-repl-slave-remote.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-retcode.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-schema.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-sql-syncrepl-master.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-sql.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-syncrepl-master.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-syncrepl-multiproxy.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-syncrepl-slave-persist-ldap.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-syncrepl-slave-persist1.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-syncrepl-slave-persist3.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-syncrepl-slave-refresh1.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-syncrepl-slave-refresh2.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-translucent-local.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-translucent-remote.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-unique.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-valregex.conf up to 1.1.1.6
external/bsd/openldap/dist/tests/data/slapd-valsort.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd-whoami.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/slapd2.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/test-idassert1.ldif up to 1.1.1.2
external/bsd/openldap/dist/tests/data/test.schema up to 1.1.1.7
external/bsd/openldap/dist/tests/data/regressions/its4184/its4184 up to 1.1.1.7
external/bsd/openldap/dist/tests/data/regressions/its4326/its4326 up to 1.1.1.7
external/bsd/openldap/dist/tests/data/regressions/its4326/slapd.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/regressions/its4336/its4336 up to 1.1.1.7
external/bsd/openldap/dist/tests/data/regressions/its4336/slapd.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/regressions/its4337/its4337 up to 1.1.1.7
external/bsd/openldap/dist/tests/data/regressions/its4337/slapd.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/regressions/its4448/its4448 up to 1.1.1.7
external/bsd/openldap/dist/tests/data/regressions/its4448/slapd-meta.conf up to 1.1.1.7
external/bsd/openldap/dist/tests/data/regressions/its6794/its6794 up to 1.1.1.4
external/bsd/openldap/dist/tests/data/regressions/its6794/slapd-glue.conf up to 1.1.1.4
external/bsd/openldap/dist/tests/data/regressions/its8521/its8521 up to 1.1.1.2
external/bsd/openldap/dist/tests/progs/Makefile.in up to 1.1.1.7
external/bsd/openldap/dist/tests/progs/ldif-filter.c up to 1.1.1.5
external/bsd/openldap/dist/tests/progs/slapd-addel.c up to 1.1.1.7
external/bsd/openldap/dist/tests/progs/slapd-bind.c up to 1.1.1.7
external/bsd/openldap/dist/tests/progs/slapd-common.c up to 1.1.1.7
external/bsd/openldap/dist/tests/progs/slapd-common.h up to 1.1.1.7
external/bsd/openldap/dist/tests/progs/slapd-modify.c up to 1.1.1.7
external/bsd/openldap/dist/tests/progs/slapd-modrdn.c up to 1.1.1.7
external/bsd/openldap/dist/tests/progs/slapd-mtread.c up to 1.1.1.4
external/bsd/openldap/dist/tests/progs/slapd-read.c up to 1.1.1.7
external/bsd/openldap/dist/tests/progs/slapd-search.c up to 1.1.1.7
external/bsd/openldap/dist/tests/progs/slapd-tester.c up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/all    up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/conf.sh up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/defines.sh up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/its-all up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/monitor_data.sh up to 1.1.1.6
external/bsd/openldap/dist/tests/scripts/passwd-search up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/relay  up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/sql-all up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/sql-test000-read up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/sql-test001-concurrency up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/sql-test900-write up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/sql-test901-syncrepl up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/start-server up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/start-server-nolog up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/start-server2 up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/start-server2-nolog up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/startup_nis_ldap_server.sh up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test000-rootdse up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test001-slapadd up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test002-populate up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test003-search up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test004-modify up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test005-modrdn up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test006-acls up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test008-concurrency up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test009-referral up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test010-passwd up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test011-glue-slapadd up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test012-glue-populate up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test013-language up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test014-whoami up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test015-xsearch up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test016-subref up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test017-syncreplication-refresh up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test018-syncreplication-persist up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test019-syncreplication-cascade up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test020-proxycache up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test021-certificate up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test022-ppolicy up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test023-refint up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test024-unique up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test025-limits up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test026-dn up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test027-emptydn up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test028-idassert up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test029-ldapglue up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test030-relay up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test031-component-filter up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test032-chain up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test033-glue-syncrepl up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test034-translucent up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test035-meta up to 1.1.1.8
external/bsd/openldap/dist/tests/scripts/test036-meta-concurrency up to 1.1.1.8
external/bsd/openldap/dist/tests/scripts/test037-manage up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test038-retcode up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test039-glue-ldap-concurrency up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test040-subtree-rename up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test041-aci up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test042-valsort up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test043-delta-syncrepl up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test044-dynlist up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test045-syncreplication-proxied up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test046-dds up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test047-ldap up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test048-syncrepl-multiproxy up to 1.1.1.8
external/bsd/openldap/dist/tests/scripts/test049-sync-config up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test050-syncrepl-multimaster up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test051-config-undo up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test052-memberof up to 1.1.1.7
external/bsd/openldap/dist/tests/scripts/test054-syncreplication-parallel-load up to 1.1.1.6
external/bsd/openldap/dist/tests/scripts/test055-valregex up to 1.1.1.6
external/bsd/openldap/dist/tests/scripts/test056-monitor up to 1.1.1.6
external/bsd/openldap/dist/tests/scripts/test057-memberof-refint up to 1.1.1.6
external/bsd/openldap/dist/tests/scripts/test059-slave-config up to 1.1.1.4
external/bsd/openldap/dist/tests/scripts/test060-mt-hot up to 1.1.1.4
external/bsd/openldap/dist/tests/scripts/test061-syncreplication-initiation up to 1.1.1.4
external/bsd/openldap/dist/tests/scripts/test063-delta-multimaster up to 1.1.1.4
external/bsd/openldap/dist/tests/scripts/test065-proxyauthz up to 1.1.1.2
external/bsd/openldap/include/ldap_features.h  up to 1.6
external/bsd/openldap/include/portable.h        up to 1.8
doc/3RDPARTY: revision 1.1642

Import OpenLDAP 2.4.48

(martin)

2019-08-10 03:38:36 UTC MAIN commitmail json YAML

My work for rasops(9) was finished (hopefully).

I will send pull-up request for netbsd-9, if there are no new failures
reported within few days.

(rin)

2019-08-10 02:32:27 UTC MAIN commitmail json YAML

add a blank line after rcsid(s)

(mrg)

2019-08-10 02:17:36 UTC MAIN commitmail json YAML

reduce the scope of struct usbnet:
- move a large number of members internal to usbnet.c's new
  "struct usbnet_private".
- provide accessors for a few of these
- move struct usbnet_cdata into usbnet.c as well, but move
  bufsz, list count, and xfer flags back out into struct usbnet,
  and have them set as part of the setup efore usbnet_attach()
- split the intr pipe parts into their own structure
- move all the main usbnet*lock* code into usbnet.c too

usbnet_attach() goes down to 2 args, and the inputs needed are
now the full contents of 'struct usbnet' besides the driver
owned 'un_flags' and usbnet owned 'un_pri'.

welcome netbsd 9.99.6.

(mrg)

2019-08-10 01:24:17 UTC MAIN commitmail json YAML

2019-08-10 01:20:47 UTC MAIN commitmail json YAML

Set 4-bpp devcmap in a similar manner to non-RGB case of 8-bpp.
No functional changes since this is not in use (4-bpp is monochrome).

(rin)

2019-08-10 01:06:45 UTC MAIN commitmail json YAML

KASSERT -> KASSERTMSG so we actually display the overflowed values.

(mrg)

2019-08-10 01:04:05 UTC MAIN commitmail json YAML

rename _ifmedia_ioctl() to ifmedia_ioctl_locked().

(mrg)

2019-08-09 19:25:47 UTC netbsd-7 commitmail json YAML

2019-08-09 19:24:22 UTC netbsd-7 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1701):

sys/external/bsd/ipf/netinet/fil.c: revision 1.30

PR/54443: Edgar Fu�: ipf mistakenly regards UDP packet with checksum field
0xffff as bad

(martin)

2019-08-09 19:22:51 UTC netbsd-8 commitmail json YAML

2019-08-09 19:21:05 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1331):

sys/external/bsd/ipf/netinet/fil.c: revision 1.30

PR/54443: Edgar Fu�: ipf mistakenly regards UDP packet with checksum field
0xffff as bad

(martin)

2019-08-09 19:18:47 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #40):

sys/external/bsd/ipf/netinet/fil.c: revision 1.30

PR/54443: Edgar Fu�: ipf mistakenly regards UDP packet with checksum field
0xffff as bad

(martin)

2019-08-09 17:22:02 UTC MAIN commitmail json YAML

Fix bug introduced in rev. 1.69:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/wsfb/genfb.c#rev1.69

is_bgr should be initialized to false. Otherwise, color becomes strange
for depths 24 and 32 unless backend explicitly set "is_bgr" property.

(rin)

2019-08-09 16:16:26 UTC netbsd-9 commitmail json YAML

2019-08-09 16:15:06 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #39):

sys/dev/usb/if_aue.c: revision 1.156

Fix panic when setting multicast addresses. Write the hash table outside of
ETHER_LOC()/ETHER_UNLOCK().

(martin)

2019-08-09 16:13:36 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #38):

sys/dev/acpi/acpi_ec.c: revision 1.76
sys/dev/acpi/acpi_ec.c: revision 1.77

- Fix a bug that acpiec_space_handler() doesn't access more than 64bit
  correctly. Found by kUBSan on Thinkpad X220. acpiec0 accessed 128bits from
  address 0xa0. The error message was:
UBSan: Undefined Behavior in ../../../../dev/acpi/acpi_ec.c:672:32, shift exponent 64 is too large for 64-bit type 'long unsigned int'

- KNF.

- Make the case that width < 8 behave as the same as before. Pointed out by
  Joerg.

- Change "switch" to "if" for simplify.

(martin)

2019-08-09 16:06:39 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #37):

doc/3RDPARTY: revision 1.1641
sys/dev/pci/if_ena.c: revision 1.16
sys/arch/amd64/conf/GENERIC: revision 1.532

If the memory space's BAR and the MSI-X table is on the same BAR,
reserve the space. Almost the same as nvme_pci.c and xhci_pci.c.
Tested by ryoon@.

Add ena(4).

(martin)

2019-08-09 16:03:13 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by msaitoh in ticket #36):

sys/dev/pci/if_et.c: revision 1.25
sys/dev/pci/if_et.c: revision 1.26
sys/dev/pci/if_etreg.h: revision 1.2
sys/dev/pci/if_etreg.h: revision 1.3

Avoid undefined behavior when reset the chip. found by kUBSan.

Add missing ifioctl_common() for SIOCSIFFLAGS to make if_flags controllable.

Make et(4) work:
- Enabling TX/RX in et_init() will always fail when cable is not plugged in,
  if this happens, we delay TX/RX enablement until link is up. From FreeBSD.
- Modify flow control stuff a little (from FrerBSD). It still doesn't work.
- KNF. Part of OpenBSD 1.12.

(martin)

2019-08-09 15:59:53 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by rin in ticket #35):

sys/arch/amd64/conf/ALL: revision 1.121
sys/arch/i386/conf/XEN3PAE_DOM0: revision 1.14
sys/arch/amd64/conf/XEN3_DOM0: revision 1.168
sys/arch/i386/conf/GENERIC: revision 1.1210
sys/arch/amd64/conf/GENERIC: revision 1.534

xhci(4) is considered stable enough. So, remove misleading comments.

XXX
pullup to netbsd-9

(martin)

2019-08-09 12:05:52 UTC MAIN commitmail json YAML

2019-08-09 11:42:03 UTC MAIN commitmail json YAML

Fix color range overflow; we cannot make bright colors more brighter.

(rin)

2019-08-09 11:08:20 UTC MAIN commitmail json YAML

When legacy Apple 4-bpp color palette is used, make green dark so that
kernel messages are printed nicely on white background.

(rin)

2019-08-09 11:05:53 UTC MAIN commitmail json YAML

Mimic macppc color/font settings, which also reduces differences b/w
color and monochrome color depths.

(rin)

2019-08-09 10:05:44 UTC MAIN commitmail json YAML

little bit verbose for slow machines

(rin)

2019-08-09 09:52:48 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by roy in ticket #34):

sbin/reboot/reboot.c: revision 1.41

reboot: fix arg order for logwtmpx(3)
Matches the correct order from init(8).

Thanks to Sascha Wildner <swildner@dragonflybsd.org>

(martin)

2019-08-09 08:10:39 UTC MAIN commitmail json YAML

PR/54307: Rin Okuyama: Lots of jemalloc assertions in latest -current

(christos)

2019-08-09 08:05:57 UTC MAIN commitmail json YAML

Add CONSPEED option, which changes baud rate of serial console.

(rin)

2019-08-09 08:04:16 UTC MAIN commitmail json YAML

Fix build without vga at pci.

(rin)

2019-08-09 08:02:23 UTC MAIN commitmail json YAML

Add xhci(4). Just working for me.

(rin)

2019-08-09 08:01:06 UTC MAIN commitmail json YAML

2019-08-09 07:54:06 UTC MAIN commitmail json YAML

2019-08-09 06:46:35 UTC MAIN commitmail json YAML

missed commit should be paired with if_ure.c 1.20.

(mrg)

2019-08-09 06:44:42 UTC MAIN commitmail json YAML

switch to usbnet as softc, using un_flags.

(mrg)

2019-08-09 06:38:39 UTC MAIN commitmail json YAML

switch urndis(4) to usbnet.  thanks to maya@ for testing and helping
fix the few issues in the conversion.

(mrg)

2019-08-09 06:27:21 UTC MAIN commitmail json YAML

2019-08-09 06:21:01 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #33):
usr.sbin/sysinst/disks.c: revision 1.50
Do not even consider to fsck partitions where we do not know the file
system type. Add v7fs support.

(msaitoh)

2019-08-09 06:20:12 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #32):
usr.sbin/sysinst/disks.c: revision 1.49
Do not try to fsck partitions we are never going to mount.
Found by Andreas Gustafsson's baremetal test bed.

(msaitoh)

2019-08-09 02:56:51 UTC MAIN commitmail json YAML

update ethernet driver notes: mark udav as done, and every thing
except umb(4) as patch available, with urndis probably working
(need to test the latest change before being commited.)

still need testers for:  aue, cue, kue, mue, upl and url.
no umb patch yet.

(mrg)

2019-08-09 02:52:59 UTC MAIN commitmail json YAML

use new un_flags member of usbnet:
- axen(4) and cdce(4) are now able to use struct usbnet directly
  as softc, udav also done but untested

(mrg)

2019-08-09 02:14:35 UTC MAIN commitmail json YAML

ride 9.99.5 bump: add un_flags here.  many of the softc's only have
a flags member to control device-specific issues, and this means
they can use "struct usbnet" as their softc directly.

(mrg)

2019-08-09 01:17:33 UTC MAIN commitmail json YAML

update usbnet some:
- move rx/tx xfer flags into usbnet_cdata
- move the callbacks into usbnet_ops structure
- move rx/tx xfer flags arguments from usbnet_init_rx_tx()
  and move them all into usbnet_attach() arguments
- s/miibus/mii/ in some places for consistency

other clean up:
- create wrapper functions for callbacks, move knowledge about
  special handling (OK to be missing, error eating) there.
- use cdata pointer if already available
- provide some more macros (will be real functions later) for
  accessing usbnet members, use existing ones more

bump kernel version.

(mrg)

2019-08-08 21:29:16 UTC MAIN commitmail json YAML

NPF: fix BPF byte-code generation for a port-range used in a group.
Resolved PR/52609 and PR/54169.

(rmind)

2019-08-08 21:14:12 UTC MAIN commitmail json YAML

reboot: fix arg order for logwtmpx(3)

Matches the correct order from init(1).

Thanks to Sascha Wildner <swildner@dragonflybsd.org>

(roy)

2019-08-08 18:08:41 UTC MAIN commitmail json YAML

When modules are unloaded, we call sysctl_teardown() before calling
the module's modcmd(CMD_FINI) code.  If the modcmd() call returns an
error, we attempted to re-instate the module's sysctl stuff.

This doesn't work well for built-in modulesi (where "unload" actually
means "disable"), since they don't have any ``struct kobj''.

So check first, and don't try to find the __link_set_sysctl_funcs for
built-in modules.

(pgoyette)

2019-08-08 18:03:41 UTC MAIN commitmail json YAML

fix arm64 build (new le32toh() call needs sys/endian.h which is
probably include by some other header on amd64?)

(mrg)

2019-08-08 16:06:14 UTC MAIN commitmail json YAML

2019-08-08 14:38:53 UTC MAIN commitmail json YAML

PR/54443: Edgar Fu�: ip mistakenly regards UDP packet with checksum field
0xffff as bad

(christos)

2019-08-08 14:00:33 UTC MAIN commitmail json YAML

src/external/bsd/compiler_rt/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/include/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/include/sanitizer/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/include/xray/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/lib/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m32/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m32/shlib_version@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m64/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m64/shlib_version@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m32/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m32/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m64/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m32/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/Makefile@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/common.mk@1.1 / diff / nxr@1.1
src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dd-m64/Makefile@1.1 / diff / nxr@1.1
      :
(more 35 files)
Add compiler-rt build rules for LLVM sanitizers &co

Add build rules for LLVM in all the supported variations for NetBSD/amd64:

- asan
- xray
- tsan, dd
- libfuzzer
- msan
- safestack
- ubsan

These build rules compile functional sanitizers.

The build rules are still not hooked into the distribution build, as there
is pending work on backporting improvements for the llvm-8 branch needed
for netbsd-9 and newer.

(kamil)

2019-08-08 13:52:14 UTC MAIN commitmail json YAML

2019-08-08 13:50:58 UTC MAIN commitmail json YAML

2019-08-08 13:45:19 UTC MAIN commitmail json YAML

Do not even consider to fsck partitions where we do not know the file
system type. Add v7fs support.

(martin)

2019-08-08 11:52:59 UTC netbsd-9 commitmail json YAML

2019-08-08 11:52:14 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #31):

etc/mtree/NetBSD.dist.base: revision 1.201

Change uname and gname to sync with etc/mtree/special.
It was missing in rev 1.195 changes.

(martin)

2019-08-08 11:48:59 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by nakayama in ticket #30):

etc/rc.d/autounmountd: revision 1.2
etc/rc.d/ip6addrctl: revision 1.3
etc/rc.d/automountd: revision 1.2
etc/rc.d/automount: revision 1.2

Add $_rc_subr_loaded before ". /etc/rc.subr" for speedup and consistency.

(martin)

2019-08-08 11:41:16 UTC MAIN commitmail json YAML

Do not try to fsck partitions we are never going to mount.
Found by Andreas Gustafsson's baremetal test bed.

(martin)

2019-08-08 09:56:41 UTC MAIN commitmail json YAML

EAP-pwd: Run through prf result processing even if it >= prime

This reduces differences in timing and memory access within the
hunting-and-pecking loop for ECC groups that have a prime that is not
close to a power of two (e.g., Brainpool curves).

Signed-off-by: Jouni Malinen <j@w1.fi>
(cherry picked from commit cd803299ca485eb857e37c88f973fccfbb8600e5)

(christos)

2019-08-08 09:56:10 UTC MAIN commitmail json YAML

SAE: Run through prf result processing even if it >= prime

This reduces differences in timing and memory access within the
hunting-and-pecking loop for ECC groups that have a prime that is not
close to a power of two (e.g., Brainpool curves).

Signed-off-by: Jouni Malinen <j@w1.fi>
(cherry picked from commit 147bf7b88a9c231322b5b574263071ca6dbb0503)

(christos)

2019-08-08 09:55:32 UTC MAIN commitmail json YAML

OpenSSL: Use BN_bn2binpad() or BN_bn2bin_padded() if available

This converts crypto_bignum_to_bin() to use the OpenSSL/BoringSSL
functions BN_bn2binpad()/BN_bn2bin_padded(), when available, to avoid
differences in runtime and memory access patterns depending on the
leading bytes of the BIGNUM value.

OpenSSL 1.0.2 and LibreSSL do not include such functions, so those cases
are still using the previous implementation where the BN_num_bytes()
call may result in different memory access pattern.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
(cherry picked from commit 1e237903f5b5d3117342daf006c5878cdb45e3d3)

(christos)

2019-08-08 08:58:40 UTC MAIN commitmail json YAML

EAP-pwd: Use const_time_memcmp() for pwd_value >= prime comparison

This reduces timing and memory access pattern differences for an
operation that could depend on the used password.

(christos)

2019-08-08 08:55:48 UTC MAIN commitmail json YAML

SAE: Use const_time_memcmp() for pwd_value >= prime comparison

This reduces timing and memory access pattern differences for an
operation that could depend on the used password.

(christos)

2019-08-08 06:16:40 UTC MAIN commitmail json YAML

Teach urndis to handle some REMOTE_NDIS_INDICATE_STATUS_MSG. If the status
is reasonable, don't tell userland we got an error. Stops spurious EIO.
From openbsd.

(maya)

2019-08-08 05:54:48 UTC netbsd-9 commitmail json YAML

2019-08-08 05:53:03 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #29):
usr.sbin/sysinst/disks.c: revision 1.48
When creating the /etc/fstab for new installs, the sense of the "noauto"
flag was inverted (editor mishap?)

(msaitoh)

2019-08-08 05:51:44 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #28):
usr.sbin/sysinst/disklabel.c: revision 1.11
usr.sbin/sysinst/target.c: revision 1.10
usr.sbin/sysinst/disks.c: revision 1.47
usr.sbin/sysinst/txtwalk.c: revision 1.2
usr.sbin/sysinst/partitions.h: revision 1.5
usr.sbin/sysinst/txtwalk.h: revision 1.2
usr.sbin/sysinst/arch/ews4800mips/md.h: revision 1.4
usr.sbin/sysinst/gpt.c: revision 1.9
usr.sbin/sysinst/defs.h: revision 1.43
Support upgrade of systems using NAME= syntax in /etc/fstab.
Make supported file system types dynamic - instead of hardcoding the
available types at compile time, check for available newfs_* helper
binaries in the actual install environment at runtime.

(msaitoh)

2019-08-08 05:50:20 UTC MAIN commitmail json YAML

urndis: list macallan's newer samsung instead of some other samsung.

(this strongly suggests anything in-between will work too)

(maya)

2019-08-08 04:25:21 UTC MAIN commitmail json YAML

2019-08-08 00:20:54 UTC MAIN commitmail json YAML

Try to improve formatting and naration.

(uwe)

2019-08-07 22:26:29 UTC MAIN commitmail json YAML

match USB_PRODUCT_SAMSUNG_ANDROID too
now this works with my Galaxy S8 active

(macallan)

2019-08-07 20:45:53 UTC MAIN commitmail json YAML

validate the length of args (like other filesystems)

ok riastradh

(maya)

2019-08-07 20:34:12 UTC MAIN commitmail json YAML

Compare against 0 for missing endpoint.  From mrg@

(skrll)

2019-08-07 19:58:50 UTC MAIN commitmail json YAML

Fix previous: Link to module(9). Suggested by pgoyette.

(wiz)

2019-08-07 19:30:00 UTC MAIN commitmail json YAML

Add $_rc_subr_loaded before ". /etc/rc.subr" for speedup and consistency.

(nakayama)

2019-08-07 19:21:48 UTC MAIN commitmail json YAML

2019-08-07 19:16:36 UTC MAIN commitmail json YAML

Remove Pp in wrong places. Fix Xref.

(wiz)

2019-08-07 19:13:49 UTC MAIN commitmail json YAML

Remove leading zero in date.

(wiz)

2019-08-07 19:08:10 UTC MAIN commitmail json YAML

Remove superfluous Pp.

(wiz)

2019-08-07 19:07:09 UTC MAIN commitmail json YAML

New sentence, new line. Sort SEE ALSO.

(wiz)

2019-08-07 16:14:51 UTC MAIN commitmail json YAML

Make rasops_erase{rows,cols}() public again; hp300/diofb uses them.

Pointed out by martin.

(rin)

2019-08-07 15:37:46 UTC MAIN commitmail json YAML

Mark the libc fegetround weak reference unused.

Not all .c files that include gdtoaimp.h use it, which makes clang
unhappy.

(riastradh)

2019-08-07 15:29:03 UTC MAIN commitmail json YAML

Avoid undefined behavior in jme_mii_write(). Found by kUBSan.

(msaitoh)

2019-08-07 14:58:04 UTC MAIN commitmail json YAML

2019-08-07 13:46:02 UTC MAIN commitmail json YAML

- Stop showing struct rasops_info; readers can read the header itself.
- Correct description for optimized font widths.
- Remove strange blank line.

(rin)

2019-08-07 13:23:12 UTC MAIN commitmail json YAML

We support anti-aliasing for depth 2.
Use switch appropriately.

(rin)

2019-08-07 13:22:00 UTC MAIN commitmail json YAML

Document interaction of SYSCTL_SETUP functions and the module loader.

(pgoyette)

2019-08-07 13:02:16 UTC MAIN commitmail json YAML

Undo local diffs.

Whitespace, and header not needed.

(maya)

2019-08-07 12:36:36 UTC MAIN commitmail json YAML

Separate general putchar for 1-4bpp from rasops_bitops:
- Support anti-aliasing for 2bpp, which works perfectly!
- Support scaling underline dimensions with font height.

(rin)

2019-08-07 12:33:48 UTC MAIN commitmail json YAML

2019-08-07 12:27:49 UTC MAIN commitmail json YAML

Scaling dimensions of underline by font height.

Currently,
- offset of underline is fixed to 1-row from bottom of characters, and
- height of underline is fixed to 1.

Both are good for standard 8x16 fonts. However, it is too thin for
larger fonts, especially when used on display of high resolution.

Also, 1-row offset of underline is ugly for small fonts, e.g.,
spleen5x8.

Therefore, adjust offset and height as,
- no changes for standard 16-height fonts.
- scaling by font height for larger fonts.
- set offset to zero for fonts of height smaller than 16.

(rin)

2019-08-07 12:09:31 UTC MAIN commitmail json YAML

Modify struct rasops_info again (ride 9.99.4 bump).
- remove ri_buf and friends.
- remove ri_stamp and frieds.
- introduce ri_ul, which will be used for scaling underline with font.

Also add hack for ri_ul; adjust its size to obsoleted member, ri_delta,
which was only used rasops routines internally. Now, size and offsets of
all members of struct rasops_info become same with netbsd-9, -8, and -7,
again. So we can safelly pull up fixes to any release branches!

(rin)

2019-08-07 11:57:40 UTC MAIN commitmail json YAML

If RI_CLEAR is set, do not forget to clear real framebuffer.

(rin)

2019-08-07 11:48:44 UTC MAIN commitmail json YAML

Oops, revert an unintentional change for now.

(rin)

2019-08-07 11:47:33 UTC MAIN commitmail json YAML

Stop allocating ri_buf and ri_stamp dynamically. As commented in
rasops.h, it is not safe to use kmem_alloc(9) in rasops_init();
rasops routines can be used for early putchar, which means that
UVM is not fully initialized.

Should fix a problem reported by macallan:
http://mail-index.netbsd.org/tech-kern/2019/08/02/msg025327.html

Instead of using ri_buf, inline function rasops_memcpy32() is
introduced to fill 32bit data efficiently.

Instead of using ri_stamp (per device stamp), stamp_ri is
introduced to distinguish for which device stamp is calculated.

(rin)

2019-08-07 11:13:20 UTC MAIN commitmail json YAML

Use "hp" instead of "hrp" consistently with other files.
No functional changes.

(rin)

2019-08-07 11:08:44 UTC MAIN commitmail json YAML

Simplify rasops_do_cursor():

- Use static masks similar to that used in rasops_bitops.h,
  rather than generating them on the fly.
- Use pointer for proper type to avoid unnecessary casts.

(rin)

2019-08-07 11:03:14 UTC MAIN commitmail json YAML

Fix a critical bug for rasops_copyrows() introduced in rev. 1.90:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/rasops/rasops.c#rev1.90

When src < dst, we have to copy backward.

(rin)

2019-08-07 10:59:51 UTC MAIN commitmail json YAML

Depth 2 is monochrome.

IMO, it is impossible to support ANSI colors on 2-bpp display; fore-
and background can be same value even if they are different colors
logically.

(rin)

2019-08-07 10:55:51 UTC MAIN commitmail json YAML

Fix black color-attribution for depths 2 and 4.

(rin)

2019-08-07 10:53:41 UTC MAIN commitmail json YAML

Simplify calculation for 12-byte alignment.
No functional changes.

(rin)

2019-08-07 10:51:57 UTC MAIN commitmail json YAML

2019-08-07 10:36:19 UTC MAIN commitmail json YAML

Check fc_type before fc_cluster, because the latter may not be initialized.
This is harmless because fc_type is always initialized properly, so the
next branch wouldn't have been taken.

(maxv)

2019-08-07 10:20:44 UTC netbsd-9 commitmail json YAML

2019-08-07 10:19:55 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by jmcneill in ticket #27):

sys/arch/aarch64/aarch64/trap.c: revision 1.18

trap_el0_32sync: add missing break to ESR_EC_FP_TRAP_A32 case

(martin)

2019-08-07 10:18:13 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by hannken in ticket #26):

etc/Makefile: revision 1.439

PR kern/53590: remove -U DEBUG from config(1) invocation (that is:
revert r1.413). DTrace needs the full symbol information.

(martin)

2019-08-07 10:12:32 UTC MAIN commitmail json YAML

When creating the /etc/fstab for new installs, the sense of the "noauto"
flag was inverted (editor mishap?)

(martin)

2019-08-07 10:10:00 UTC MAIN commitmail json YAML

ipsec_getpolicybysock() should also call key_havesp() like ipsec_getpolicybyaddr().

That can reduce KEYDEBUG messages.

(knakahara)

2019-08-07 10:08:04 UTC MAIN commitmail json YAML

Support upgrade of systems using NAME= syntax in /etc/fstab.

Make supported file system types dynamic - instead of hardcoding the
available types at compile time, check for available newfs_* helper
binaries in the actual install environment at runtime.

(martin)

2019-08-07 10:01:05 UTC MAIN commitmail json YAML

Don't tell userland about ENETRESET even if a usbnet driver didn't define
un_ioctl_cb.

(maya)

2019-08-07 09:49:40 UTC MAIN commitmail json YAML

trap_el0_32sync: add missing break to ESR_EC_FP_TRAP_A32 case

(jmcneill)

2019-08-07 08:47:09 UTC MAIN commitmail json YAML

Introduce USB_DESCRIPTOR_SIZE (3), and fix two bugs:

1) In usbd_find_idesc(), make sure the tables we're reading fit in the
    allocated buffer, otherwise small overflow (seen on KASAN, with
    bLength=1).
2) Modify usbd_find_edesc(), to fix the same issues as 1).

ok mrg@

(maxv)

2019-08-07 08:29:46 UTC netbsd-9 commitmail json YAML

2019-08-07 08:28:37 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by rmind in ticket #25):

sys/net/npf/npf_conn.h: revision 1.17
sys/net/npf/npf.c: revision 1.39
sys/net/npf/npf_conn.c: revision 1.28
sys/net/npf/npf_conn.c: revision 1.29

Introduce an npf_conn_destroy_idx() that can handle partially constructed
conn structures.

- npf_conn_init(): fix a race when initialising the G/C thread.
- Fix a bug when partially initialised connection is destroyed on error.
(from rmind@)

(martin)

2019-08-07 08:25:32 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by kamil in ticket #24):

bin/ps/ps.1: revision 1.110
bin/ps/keyword.c: revision 1.57

Restore maxrss, idrss, isrss, ixrss printing in ps(1)

The RSS related statistics are now back in the NetBSD kernel.
These values were disabled since day0 until today.
libkvm(3) users will still receive inappropriate values as RSS statistics=
are updated upon sysctl(3) call.

Patch submitted by <Krzysztof Lasocki>

(martin)

2019-08-07 08:22:41 UTC netbsd-8 commitmail json YAML

2019-08-07 08:21:55 UTC netbsd-8 commitmail json YAML

Pull up following revision(s) (requested by maxv in ticket #1330):

sys/kern/uipc_socket2.c: revision 1.134

Fix info leaks: the alignment of the structures causes uninitialized heap
memory to be copied to userland in sys_recvmsg().

(martin)

2019-08-07 08:16:24 UTC MAIN commitmail json YAML

fix module build: s/axen/smsc/ in one place.

(mrg)

2019-08-07 07:59:36 UTC MAIN commitmail json YAML

The amd64 live image no longer fits in 2 GB when built with with
MKDEBUG, as releases are.  Bump the size to just under 4 GB (as in
4*10^9, not 4*2^30), the next larger common USB thumb drive size.

(gson)

2019-08-07 07:25:50 UTC MAIN commitmail json YAML

Trailing whitespace

(skrll)

2019-08-07 07:25:09 UTC MAIN commitmail json YAML

usmsc needs usbnet

(skrll)

2019-08-07 07:22:13 UTC MAIN commitmail json YAML

mark a variable __diagused to fix this problem affecting many builds:

kern/kern_time.c:1413:6: error: variable 'error' set but not used [-Werror=unused-but-set-variable]

(mrg)

2019-08-07 07:08:02 UTC MAIN commitmail json YAML

Note that smsc(4) is done

(skrll)

2019-08-07 07:05:54 UTC MAIN commitmail json YAML

2019-08-07 06:31:03 UTC MAIN commitmail json YAML

Fix panic when setting multicast addresses. Write the hash table outside of
ETHER_LOC()/ETHER_UNLOCK().

(msaitoh)

2019-08-07 06:28:03 UTC MAIN commitmail json YAML

2019-08-07 06:23:48 UTC MAIN commitmail json YAML

Add support for USER_LDT in SVS. This allows us to have both enabled at
the same time.

We allocate an LDT for each CPU in the GDT and map an area for it, in
addition to the default LDT already present. In context switches between
different processes, we choose between the default or the per-cpu LDT
selector: if the user set specific LDT entries, we memcpy them to the
per-cpu LDT and load the per-cpu selector.

Tested by Naveen Narayanan (with Wine on amd64).

(maxv)

2019-08-07 01:47:18 UTC MAIN commitmail json YAML

fix two issues, found by maya@ while testing urndis:
- avoid an KASSERT() in usbnet_rx_tx_init() when called early
- move the pmf and usb driver event calls out of the mii specific code,
  now suspend is able to work on them again.

urndis port to usbnet works with additional ipv6 lossage that
may indicate it doesn't work (not commited yet.)

(mrg)