ldapsh is an interactive shell you can use to administer ldap
directories. It provides an extensible command mechanism, with
most of the necessary builtin commands (such as 'clone', 'edit',
'rm'), and it's relatively easy to add more commands.
It supports configuring multiple LDAP sources, and storing your
UID for each source so you don't have to type them each time.
PR: ports/69721
Submitted by: Florent Thoumie <flz@xbsd.org>
o Support HDLC link layers
o Print information from partially-captured headers
o --bad-packets now prints !bad lines IN ADDITION TO normal
output, not instead of normal output
This version has some fixes for FreeBSD, you shouldn't need to
apply a kernel patch to use it.
- Let 'make' transform the version number for the distfile.
- It's for i386 only (needs to be revisited if the 32bit layer of amd64
gains a linux emu). [1]
- Install an icon to the correct place in the GNOME case.
This also closes a PR with a version update.
PR: 69510
Submitted by: marius [1]
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
- New configuration options: allow workgroups/deny workgroups.
When samba is a local master on subnet these options allow
you to restrict list of available workgroup names in "Network
Neighbourhood". Options accept a list of names.
- New configuration options: allow master/deny masters.
When samba is running as a WINS server these options allow
you to restrict registering of particular IP addresses as
group masters. Options accept same arguments as "allow hosts".
- New configuration option: workgroups.
This allows you to be a member (and thus a master browser!) of
multiple workgroups.
- New configuration option: force local master.
Allows to ignore Windows NT PDC attempts to claim master
browser name on subnet. This is violation of standard, but is
useful.
- All registered NetBIOS names must be isprint().
Do not bump PORTREVISION, because new features show up
only if WITH_BROWSING_HACKS is defined in compile-time.
Submitted by: glebius