parsing code for transferring unix and nt security credentials over-the-wire.
authorLuke Leighton <lkcl@samba.org>
Wed, 8 Dec 1999 21:45:57 +0000 (21:45 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 8 Dec 1999 21:45:57 +0000 (21:45 +0000)
commit5e68403bbb6f18e754679d967fee9e259d24211c
treecd71d696bb8ca52fa3f25bbd18eebc79b858323d
parent30c7fdd6ef10ecd35594311c1b250b95ff895489
parsing code for transferring unix and nt security credentials over-the-wire.
at present, a unix password is missing from the unix credentials, but is
not _actually_ expected to be needed.  weeelll... maybe :-)

this is used to transfer credentials between smbd and msrpc daemons, down
a unix socket, so that the unix and nt credentials can be inherited by
an msrpc daemon called up from smbd.
source/include/rpc_creds.h [new file with mode: 0644]
source/rpc_parse/parse_creds.c [new file with mode: 0644]