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)
commit6b22909bdefda362a7c45ec3780ce04e15a64c24
tree3a8e0a3f2d68f56a5b061becdd64396a6c13cc7c
parent4ab9d91428b66bd2fe407b0dba94f4130160b576
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.
(This used to be commit 5e68403bbb6f18e754679d967fee9e259d24211c)
source3/include/rpc_creds.h [new file with mode: 0644]
source3/rpc_parse/parse_creds.c [new file with mode: 0644]