2002-03-27 Alex Larsson * smbmethod.c: Disable debug spew. 2002-03-27 Alex Larsson * configure.in: Use pkgconfig 2002-03-27 Alex Larsson * NEWS: Update for release * configure.in: * gnome-vfs-extras.spec: Bump version number to 0.2.0 2002-02-08 Bastien Nocera * Makefile.am: updated for rio500 * config.h.in: removed * configure.in: checks for rio500 * extra-modules.conf: added rio500 method * rio500-method.c: first working version 2002-02-03 Bastien Nocera * Makefile.am, config.h.in, samba/include/config.h.in, samba/include/version.h, samba/tdb/spinlock.h, smb-method.c: Fixes to remove all the "redefinition" warnings * configure.in, rio500-method.c: added rio500 method, off by default 2001-11-20 Alex Larsson * smb-method.c: Handle servers that need user/password to get the shares listing. 2001-10-05 Alex Larsson * smb-method.c: Add permisssions field to SmbVirtualFile. Make the virtual files and directories read-only. 2001-10-01 Alex Larsson * smb-method.c: Remove TODO 2001-10-01 Alex Larsson * smb-method.c: Initial authentication implementation. Seems to work. 2001-09-28 Alex Larsson * smb-method.c: Ref-count SmbConnection. Cache open connections in the virtual file for the share. 2001-09-27 Alex Larsson * smb-method.c: Restructure the smb method to keep virtual trees in memory for the root, workgroup and server parts of the tree. 2001-08-28 Bastien Nocera * Removed icecast-method.c: Deprecate icecast method, the http method now handles ice/shoutcast fine use http://hadess.net/files/patches/icecast-gnome-vfs-1.0.1.patch for gnome-vfs-1.0.1 to handle the icecast streams * Makefile.am, extra-modules.conf: Remove icecast from there * AUTHORS: Updated 2001-08-22 Alex Larsson * Released 0.1.3 * NEWS: Updated * configure.in: * gnome-vfs-extras.spec: Bumped version number. 2001-08-22 Alex Larsson * smb-method.c: Return is_local for virtual files. Ignore .directory file requests. 2001-08-09 Alex Larsson * Released 0.1.2 * NEWS: Updated * configure.in: * gnome-vfs-extras.spec: Bumped version number. * smb-method.c: Use desktop files instead of nautilus links. 2001-06-08 Alex Larsson * README: Correct the --sysconf argument 2001-06-07 Alex Larsson * gnome-vfs-extras.spec: Build on IA64 again. 2001-06-07 Alex Larsson * Released 0.1.1 * NEWS Updated * configure.in: * gnome-vfs-extras.spec: Bumped version number 2001-06-07 Alex Larsson * samba/configure.in: * samba/include/config.h.in: * samba/include/includes.h: Remove some weird header checks that aren't needed and broke compilation with new glibc. * gnome-vfs-extras.spec: Don't build on IA64 2001-06-06 Alex Larsson * Release 0.1 * NEWS: Updated * gnome-vfs-extras.spec: Refined description. 2001-06-06 Alex Larsson * smb-method.c (do_check_same_fs): Fix memory handling bug. * Makefile.am: * gnome-vfs-extras.spec: New RPM spec file. 2001-05-31 Alex Larsson * smb-method.c (open_dir_helper): Handle the case where the ip_address doesn't resolve to a name. * README: Update docs with some extra help 2001-05-31 Alex Larsson * smb-method.c (is_workgroup_server_link): Cache the result of the last query for performance reasons. 2001-05-30 Alex Larsson * smb-method.c: Handle directory filtering. Spew less debug crap. Log in as GUEST if no username was given. Correct LOCKING on open_directory 2001-05-30 Alex Larsson * smb-method.c (open_server_workgroup_dir): Pass user/password when listing shares. 2001-05-29 Alex Larsson * smb-method.c (DEBUG_SMB): Moved all g_print debug spew to a macro that is disabled by default. 2001-05-29 Bastien Nocera * icecast-method.c, Makefile.am, AUTHORS, extra-modules.conf: Added icecast/shoutcast method 2001-05-29 Alex Larsson * smb-method.c: Remove some debug spew. (smb_server_connection_new_from_uri): Fix memory handling bug. 2001-05-29 Alex Larsson * smb-method.c (vfs_module_init): Don't fail if we can't load the config file. We don't depend on any information there anyway. * extra-modules.conf: New file. To be installed in /etc/vfs/modules