2007-12-18 Carlos Garnacho Replace OobsIfaceModem and OobsIfaceISDN with a generic OobsIfacePPP object. Which supports modem, isdn, pppoe and gprs. * oobs/oobs-iface-ppp.[ch]: Added * oobs/oobs-iface-modem.[ch]: * oobs/oobs-iface-isdn.[ch]: Removed. * oobs/Makefile.am: do autofoo stuff. * oobs/oobs-ifacesconfig.c: use the new object. * oobs/oobs.h: include the new object. * oobs/oobs-group.c: add a missing include. 2007-12-14 Carlos Garnacho * oobs/oobs-iface-ethernet.c: Do not report as configured static interfaces with NULL address and netmask. 2007-12-12 Carlos Garnacho * configure.in: pre-bump revision number. 2007-12-12 Carlos Garnacho Add SMB password handling. Fixes #438052. * oobs-smbconfig.[ch] (oobs_smb_config_user_has_password) (oobs_smb_config_delete_user_password) (oobs_smb_config_set_user_password): new API. (update_smb_users) (append_smb_users): New functions, get/set configuration for SMB users. (oobs_smb_config_commit) (oobs_smb_config_update): Call these. * configure.in: bumped required glib version to 2.14.0, we need g_hash_table_get_keys(). Also bumped s-t-b version to 2.5.4.