8153a29 * src/stash.c: switch from saving a path and removing the file to a

Authored and Committed by nalin 16 years ago
    * src/stash.c: switch from saving a path and removing the file to a
    	push/pop interface, allowing multiple ccaches and ticket files to
    	exist at the same time
    * src/v4.c,src/v5.c: use push/pop to create/remove files
    * src/tokens.c: use the topmost ccache name
    * src/session.c: don't skip creating ccache/ticket files when we've
    	already done so
    
        
file modified
+9 -0
file modified
+4 -0
file modified
+28 -65
file modified
+90 -24
file modified
+12 -5
file modified
+8 -4
file modified
+18 -14
file modified
+13 -12