- changed return values and parameters of recv_token()
authorDaniel Kouřil <kouril@ics.muni.cz>
Wed, 25 Jun 2008 12:03:34 +0000 (12:03 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Wed, 25 Jun 2008 12:03:34 +0000 (12:03 +0000)
commitcb27b66e5f5e64ae16a9419d62b8778b73081b05
treebe15304f70ef3a6cb7be6d61e000f066aa57ae8c
parentc35f28dc930a01e4d7aaf03f34c5979615a1b153
- changed return values and parameters of recv_token()
  - it doesn't allocate memory for token, but uses the passed buffer allocated
    by the caller
  - returns number of read bytes or negative int on errors

- added read_token() to read exact number of bytes

- added new calls recv_gss_token, and send_gss_token to handle gssapi token with
  a prefix indicating their length
org.glite.security.gss/src/glite_gss.c