dhcpcd-gtk is a Network Configurator that uses the GTK+ GUI toolkit.
It sits in the systray and monitors dhcpcd via dhcpcd-dbus.
The icon represents the state of the network and you can configure
each interface / wireless ssid.
dhcpcd-dbus provides DBus bindings for dhcpcd.
It also provides a DBus interface for wpa_supplicant if wpa_supplicant
has been configured to use /var/run/wpa_supplicant as it's socket
directory. This means that wpa_supplicant does not have to be built
with DBus support.
Changes since 3.1.2rc1
* None.
Changes since 3.1.2b1
* Fix handling of domain-search option to append "." as already done with 4.x.
Changes since 3.1.1
* A double-dereference in dhclient transmission of DHCPDECLINEs was repaired.
* Fix handling of -A and -a flags in dhcrelay; it was failing to expand packet size as needed to add relay agent options.
* Corrected list of failover state values in dhcpd man page.
* Fixed a bug that caused some request types to be logged incorrectly.
* Fixed a coredump when adding a class via OMAPI.
* Clients that sent a parameter request list containing the routers option before the subnet mask option were receiving only the latter. Fixed.
* The server wasn't always sending the FQDN option when it should.
* A partner-down failover server no longer emits 'peer holds all free leases' if it is able to newly-allocate one of the peer's leases.
* A cosmetic bug in DHCPDECLINE processing was fixed which caused all successful DHCPDECLINEs to be logged as "not found" rather than "abandoned".
* Some failover debugging #defines have been better defined and some high frequency messages moved to a deeper debugging symbol.
* The CLTT parameter in failover is now only updated by client activity, and not by failover binding updates (taking on the peer's CLTT).
* Failover BNDUPD messages are now discarded if they conflict with an update that has been trasnmitted, but not acknowledged.
* A bug cleaning up unknown-xxx temporary option definitions was fixed.
Changes since 3.1.1rc2
* None.
Changes since 3.1.1rc1
* Changes in 4.0.x to common/options.c "pretty_domain()" (which turns wireformat rfc1035 into printable form for dhclient.leases) were pulled down. This addresses a bug where "option domain-search , ;" would appear in dhclient.leases.
* Changes in 4.0.x to common/tables.c "option_dereference()" were pulled down. This addresses a bug where overlapping option code definitions in a config file may cause an attempt to free a NULL pointer.
Changes since 3.1.1b1
* A memory leak when using omapi has been fixed.
dhcpcd is a small, bloat free DHCP client which includes these features
* DHCP over firewire
* User Class
* SIP Servers
* Domain Search
* Classless Static Routes
* IPv4LL aka APIPA aka Zeroconf
* Node specific Client Identifiers
* DHCP over Infiniband
* Link carrier and interface addition/removal detection
* Dynamic route management
before 20090225. Intermediate versions get an explicit error.
The building of the recursive dependency was broken as the new
pkg_delete would stop without recursing and the target dependend on that
behavior. Reported by David Holland.
== Release 0.0.18 ==
2009-02-16 Thiago Silva <defcola@gmail.com>
* po: Update Portuguese (Brazil) translation.
2009-02-15 Felipe Contreras <felipe.contreras@gmail.com>
* win32: Show proper "README".
* session: Workaround to set http_method early on.
* session: Properly normalize the username.
* Bump version to 0.0.18.
* Build fixes for win32.
* Update translations catalog.
* po: Update Spanish translation.
* po: General update.
* Enable MSN plus sounds by default.
2009-02-15 Lu\xc3\xads Neto <luisneto3@clix.pt>
* po: Update Portuguese translation.
2009-02-15 Devid Antonio Filoni <devidfil@gmail.com>
* po: Update Italian translation.
2009-02-15 Elias Julkunen <elias.julkunen@gmail.com>
* po: Update Finnish translation.
2009-02-08 Devid Antonio Filoni <devidfil@gmail.com>
* Fix typo in Makefile.
2009-02-05 Eion Robb <eion@robbmob.com>
* Add win32 dll version.
2009-02-05 Felipe Contreras <felipe.contreras@gmail.com>
* Build libsiren by default.
* Use proper libdir (might be lib64).
* Plug some memleaks and cleanups on voiceclips.
2008-12-13 Felipe Contreras <felipe.contreras@gmail.com>
* session: Massive cleanups.
* session: Cleanups.
* sync: Cleanup.
* Remove logging step.
2009-02-05 Devid Antonio Filoni <devidfil@gmail.com>
* Add support for receiving Plus! sounds. Patch for this by Thiago Silva
and me.
* Add an option to hide Messenger Plus! Live tags from buddies nicknames
and personal messages.
* Choice to don't use PSM (and to use a normal personal message) during
build.
2009-01-21 Elliott Sales de Andrade <qulogic@pidgin.im>
* Report a debug warning if a SLP MSG is not processed because it has un
known flags.
2009-01-21 Thomas Gibson-Robinson <thomas.gibsonrobinson@gmail.com>
* Fix user displays for WLM 2009.
2009-01-17 Devid Antonio Filoni <devidfil@gmail.com>
* Fix a crash receiving voice clips and make voice clips messages
2009-01-17 Felipe Contreras <felipe.contreras@gmail.com>
* Cleanup libsiren Makefile stuff.
* libsiren cleanups.
* Reorganize libsiren.
* Make libsiren optional.
2009-01-03 Devid Antonio Filoni <devidfil@gmail.com>
* Add support for receiving voice clips. Thanks to Chris Stafford and Yo
uness Alaoui for this.
* Update adium/Makefile.am.
* Use pecan_info instead of purple_debug_*.
2009-01-12 Felipe Contreras <felipe.contreras@gmail.com>
* Fix personal status message option.
2009-01-12 Thiago Silva <defcola@gmail.com>
* Use P4-context.
2009-01-08 Devid Antonio Filoni <devidfil@gmail.com>
* Fix a bug that sets the mobile status to non-mobile buddies.
* Enable friendly name storage and fix it.
2009-01-08 Thiago Silva <defcola@gmail.com>
* Update pt_BR translation.
2008-12-30 Felipe Contreras <felipe.contreras@gmail.com>
* Fix previous commit.
2008-12-05 Devid Antonio Filoni <devidfil@gmail.com>
* Cleanups.
* Update readme.
* Show msn-pecan instead of msn in debug window.
2008-12-29 Devid Antonio Filoni <devidfil@gmail.com>
* Update to 'Use personal status messages'.
libgee is a collection library providing GObject-based interfaces and classes
for commonly used data structures.
libgee provides the following interfaces:
* Iterable
o Collection
+ List
+ Set
* Iterator
* Map
The ArrayList, HashSet, and HashMap classes provide a reasonable sample
implementation of the List, Set, and Map interfaces. ReadOnlyCollection,
ReadOnlyList, ReadOnlySet, and ReadOnlyMap are read-only wrapper classes that
prevent modification of the underlying collection.
libgee is written in Vala and can be used like any GObject-based C library.
It's planned to provide bindings for further languages.
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.
valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala source
code. It's also planned to generate GIDL files when gobject-
introspection is ready.
config file or command line and will pass any function call by openssl to a
PKCS#11 module.
Engine_pkcs11 is meant to be used with smart cards and software for using
smart cards in PKCS#11 format, such as OpenSC. Originaly this engine was a
part of OpenSC, until OpenSC was split into several small projects for
improved flexibility.
pciquirk.py: fix uninitialized variable when there's no PERMISSIVE_CONFIG_FILE
add a note about exported PCI devices in netbsd1 example file
Python hacking by Pierre-Emmanuel Le Roux at LIP6 (thanks !)
PKGREVISION++
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.