summaryrefslogtreecommitdiff
path: root/usr.sbin/puffs/mount_psshfs/psbuf.c
AgeCommit message (Expand)Author
2012-11-04include the headers you usechristos
2010-01-08Fix compilation with -Wsign-compare. Apparently 5.0 doesn't havepooka
2010-01-07Fix chgrp (and don't rely on VNOVAL being -1, however unlikely thatpooka
2010-01-07Add -u and -g, which allow to remap one (local,remote) uidgid, i.e.pooka
2009-11-05more lp64 it's-a-sign! fixespooka
2009-05-20Copyright year management. no functional change (unless sarah disagrees)pooka
2008-09-06Due to a recent encounter with a sucky internet connection, addpooka
2007-09-06adapt to new cmpfb signaturepooka
2007-06-26Fix return value comparison inversion. Makes psshfs work for thepooka
2007-06-06Move puffs to a two clause license where it already isn't so. Andpooka
2007-05-20Change the signature of puffs_respcmp to return -1,0,1 for smaller,pooka
2007-05-15adapt to "step 3" of puffs_framebuf changespooka
2007-05-12uint32_t vs. size_t pointer adjustments for LP64 buildpooka
2007-05-06use puffs_framebuf_remaining()pooka
2007-05-05Adapt to use puffs_framebuf. This gets rid of most of the duplicatedpooka
2007-04-18Use ntohl instead of htonl when converting data from the network.pooka
2007-02-27size_t -> uint32_t cleanup to make LP64 buildpooka
2007-01-07* Adapt to openssh standard of timestamps in file attributes. Maybepooka
2006-12-29puffs sshfs, an sshfs implementation built on top of the puffspooka