summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/utils.h
AgeCommit message (Collapse)AuthorFilesLines
2010-05-28s4/test: remove torture/libnet/utils.h as we are using proto.h nowKamen Mazdrashki1-57/+0
2010-05-28s4/test: change prototype for test_opendomain()Kamen Mazdrashki1-3/+4
- name changed to test_domain_open to be more alike athore functions in utils.c file - output parameters moved to the end param list definition just after mem_ctx so it is somehow more clear those params are OUT
2010-05-28s4/test: make samr_close handle functio publicKamen Mazdrashki1-0/+4
It is to be used further for closing opened handles when testing using SAMR interface
2010-03-23s4-smbtorture: use torture_context for debugging output everywhere in libnet ↵Günther Deschner1-2/+4
torture tests. Mimir, please check. Guenther
2010-03-23s4-smbtorture: remove trailing whitespace in libnet torture tests.Günther Deschner1-7/+7
Guenther
2010-03-15s4:tortore/libnet: fix crash bugs because of incorrect function prototypesStefan Metzmacher1-5/+10
metze
2008-02-29Convert to new torture API.Jelmer Vernooij1-3/+6
(This used to be commit 40dffc177babec01c63fb717506fa86ff70a5b28)
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-5/+5
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
2007-10-10r25375: Put commonly used functions in one place.Rafal Szczesniak1-0/+42
rafal (This used to be commit 6e9708eba8236f16eed4b83909b6aebcf7001f5c)