summaryrefslogtreecommitdiff
path: root/source4/scripting/swig/samr.py
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r5244: Convert this module to use the new structure mapping SWIG stuff ↵Tim Potter1-72/+103
instead of the old dictionary based routines. The SAMR connect, close, enumdomains, opendomain, enum{users,aliases,groups} functions now work again! (This used to be commit 53b361657fe892ad7b9d781450ad841a6b1072e5)
2007-10-10r3607: EnumDomainAlises doesn't take a max_size parameter.Tim Potter1-1/+0
(This used to be commit 996d042bf701860fcc9a9b424118c02addb2119b)
2007-10-10r3590: Add some more commands to rpcclient from a patch by jbm. AddTim Potter1-5/+54
SamrQueryDomInfo, SamrQueryDomInfo2, SamrEnumDomainAliases, and SamrEnumDomainUsers. (This used to be commit 91eb405354a65bfd94bf59c21fe21f68fff7b9fd)
2007-10-10r2555: Start of a rpcclient type program.Tim Potter1-0/+165
(This used to be commit c9d682731226b7ef222f588c43df5a1f62c21555)