summaryrefslogtreecommitdiff
path: root/source3/python/py_samr.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r8564: Sometimes we're too dumb to live... Fix samr calls where we wereJeremy Allison1-2/+2
using USER_INFO_XX structs and functions where XX was sometimes in hex and sometimes in decimal. Now it's all in decimal (should be no functionality change). Jeremy. (This used to be commit 84651aca04cbcbf50ab2e78333cc9d9e49dd92f5)
2003-04-14Merge create/delete domain user samr calls from HEAD.Tim Potter1-0/+5
(This used to be commit 68075fb97f577a78438b5121202e94cfcb6597b8)
2003-02-19Merge of cleanups and srvsvc implementation from HEAD.Tim Potter1-5/+3
(This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
2002-06-20Renamed policy handle field in object containers to avoid cut&paste bugs.Tim Potter1-6/+6
(This used to be commit 93309c0ad4cd66680f94d7a46028b4d392d1cc06)
2002-05-27Some rearrangement of header files.Tim Potter1-1/+1
(This used to be commit 0b2bd0a2290315056789f6aa1421678583086fc6)
2002-04-15Skeleton for SAMR module.Tim Potter1-0/+83
(This used to be commit 70bd1a0f94412236bf6603f16947336cb75c6415)