summaryrefslogtreecommitdiff
path: root/lib/util/tevent_ntstatus.h
AgeCommit message (Collapse)AuthorFilesLines
2012-05-14lib/util: move tevent_req_poll_ntstatus() to tevent_ntstatus.cStefan Metzmacher1-0/+4
metze
2010-09-27lib/util: change tevent_req_nterror() to a macroStefan Metzmacher1-1/+5
This way we can record where a tevent_req was finished by tevent_req_nterror(). metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Sep 27 03:18:14 UTC 2010 on sn-devel-104
2010-06-13librpc: Install the right headers.Jelmer Vernooij1-1/+1
2009-11-14Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/Volker Lendecke1-8/+0
2009-11-14Introduce tevent_req_poll_ntstatusVolker Lendecke1-0/+8
2009-11-14Introduce tevent_req_simple_finish_ntstatusVolker Lendecke1-0/+7
2009-06-29lib/util: fix building tevent_ntstatus without config.hMichael Adam1-1/+0
(when called from places with "#define NO_CONFIG_H" set, such as configure) Michael
2009-03-24Add tevent_req_simple_recv_ntstatus()Volker Lendecke1-0/+1
2009-02-26Add tevent_ntstatusVolker Lendecke1-0/+32