summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendafp.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
| | | | | | | | | | | | | | | Updating the address of the FSF. This has been done by: while read file; do sed -i 's:59 Temple Place:51 Franklin Street:' $file sed -i 's:Suite 330:Fifth Floor:' $file sed -i 's:02111-1307:02110-1301:' $file done https://bugzilla.gnome.org/show_bug.cgi?id=656598 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
* afp: add new backend GVfsBackendAfp for mounting afp-volume sharesCarl-Anton Ingmarsson2011-08-251-0/+47
|
* afp: rename afp backend to GVfsAfpBackendBrowseCarl-Anton Ingmarsson2011-08-251-47/+0
|
* afp: split out server logic into a separate classCarl-Anton Ingmarsson2011-08-251-33/+0
|
* afp: implement user authentication using Diffie-Hellman 1Carl-Anton Ingmarsson2011-08-251-0/+3
|
* afp: try to enumerate volumesCarl-Anton Ingmarsson2011-08-251-0/+16
|
* afp: add GVfsAfpConnection which handles the DSI connectionCarl-Anton Ingmarsson2011-08-251-0/+4
|
* AFP: add try_mount implementationCarl-Anton Ingmarsson2011-08-251-5/+8
|
* AFP: create backend stubCarl-Anton Ingmarsson2011-08-251-0/+54