summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_trust.c
AgeCommit message (Collapse)AuthorFilesLines
2001-09-18Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter1-2/+5
(This used to be commit e0bdcbc5994345fdc76f7590dba7bce5f0127d58)
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+1
(This used to be commit 549fe42bd48b3418e63ba4872bc5992dae46d514)
2001-06-14Fixed some return code checks for cli_initialise() from False to NULL.Tim Potter1-1/+1
Spotted by Joe Doran <joed@interlude.eu.org> (This used to be commit 3e3b9bc5380652d882c02e7286258f0aabcaf395)
2001-05-17Broke out change trust account password routines into separate fileTim Potter1-0/+245
since they're only used in one place anyway (timeout_processing() in process.c) (This used to be commit d1e5d5d62fcb5da30e3f2619721c5146db753f3c)