summaryrefslogtreecommitdiff
path: root/daemon/gvfsafpserver.c
Commit message (Expand)AuthorAgeFilesLines
* afp: remove unused and crashy handling of Attention messagesCarl-Anton Ingmarsson2011-08-291-76/+0
* Revert "afp: start read loop directly on connect"Carl-Anton Ingmarsson2011-08-261-2/+2
* Revert "afp: reuse g_vfs_afp_connection_send_command in the sync version"Carl-Anton Ingmarsson2011-08-261-12/+38
* afp: start read loop directly on connectCarl-Anton Ingmarsson2011-08-251-2/+2
* afp: reuse g_vfs_afp_connection_send_command in the sync versionCarl-Anton Ingmarsson2011-08-251-38/+12
* afp: replace some tabs with spacesCarl-Anton Ingmarsson2011-08-251-4/+4
* afp: fix some memoryleaksCarl-Anton Ingmarsson2011-08-251-2/+4
* afp: mount volumes as the user who is logged in in the afpbrowse backendCarl-Anton Ingmarsson2011-08-251-1/+9
* afp: use g_strcmp0 instead of g_str_equal in g_slist_find_customCarl-Anton Ingmarsson2011-08-251-5/+5
* afp: better error handling when server doesn't support anonymous loginCarl-Anton Ingmarsson2011-08-251-12/+16
* afp: retreive and store the user id for the logged in userCarl-Anton Ingmarsson2011-08-251-2/+7
* afp: convert g_vfs_afp_connection_queue_command to the standard GIO async pat...Carl-Anton Ingmarsson2011-08-251-5/+17
* afp: receive and print out server messagesCarl-Anton Ingmarsson2011-08-251-0/+65
* afp: work on file enumerationCarl-Anton Ingmarsson2011-08-251-0/+1
* afp: use UTF-8 ServerName if availableCarl-Anton Ingmarsson2011-08-251-3/+5
* afp: read UTF-8 Server Name from server infoCarl-Anton Ingmarsson2011-08-251-6/+18
* afp: write our own data reading functions instead of relying on GDataInputStreamCarl-Anton Ingmarsson2011-08-251-46/+41
* afp: work on query_infoCarl-Anton Ingmarsson2011-08-251-11/+19
* afp: fixup some errormessages in AfpServerCarl-Anton Ingmarsson2011-08-251-8/+8
* afp: add support for Diffie-Hellman 2 authenticationCarl-Anton Ingmarsson2011-08-251-1/+303
* afp: only show anonymous login as an option if the server supports itCarl-Anton Ingmarsson2011-08-251-2/+8
* afp: split out server logic into a separate classCarl-Anton Ingmarsson2011-08-251-0/+637