summaryrefslogtreecommitdiff
path: root/source4/scripting/swig/samr.py
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r6540: Implement a bunch more SAMR functions.Tim Potter1-19/+98
(This used to be commit 7ab240644ec6cfd0449df7e2dfe0eb1b8a52ccdb)
2007-10-10r6511: Implement GetUserPwInfo(), QueryUserInfo(), QueryUserInfo2().Tim Potter1-5/+29
(This used to be commit f9742de617b6f1f24b75ae5af18a476f03c0b732)
2007-10-10r6510: Initialise rid parameter in samr_RidToSid(). This is faulting for meTim Potter1-4/+56
on win2k - not sure why. Add dodgy implementations of QueryDisplayInfo{,2,3}() (This used to be commit 2e44402751f77fcbd9c89299d8533e91207de49f)
2007-10-10r6508: Fix typo - yay testsuite.Tim Potter1-1/+1
(This used to be commit 61da936dbc491d0ec2d733d9ba155c3df01b8847)
2007-10-10r6507: Fix syntax error in GetAliasMembership().Tim Potter1-1/+11
Implement SetDomainInfo() which got lost somehow. (This used to be commit 3055addde60687acdcf4e92dcb08e7f8dfdfb8f1)
2007-10-10r6506: Rename parameter to GetDomPwInfo.Tim Potter1-2/+2
(This used to be commit 1542a13493bb9bf33d5f09dca273957bb4333862)
2007-10-10r6469: Add CreateDomainGroup, GetAliasMembership.Tim Potter1-4/+26
(This used to be commit acf1d0a1b554736361f38bcd74961d4e6c1b12bd)
2007-10-10r6328: Fix bug in OpenAlias.Tim Potter1-9/+66
Implement DeleteDomAlias, QueryAliasInfo, SetAliasInfo, AddAliasMember, and AddMultipleMembersToAlias. Fix one of those annoying large integer warnings. (This used to be commit 25ed39651b020c9e4bda1d8aa8e2d78f918be3a2)
2007-10-10r6214: Fix typo in DomainHandle.OpenUser() function.Tim Potter1-3/+22
Implement DomainHandle.LookupNames() function. UserHandle.DeleteUser() closes the handle so don't try and close it when the GC destroys the class instance. (This used to be commit 57680163bcc1aa5c707a64dcd1d0998dbc9f0659)
2007-10-10r5368: Fix ups for domain_name field name change.Tim Potter1-8/+50
Implement GetDomPwInfo(), CreateUser2(), RemoveMemberFromForeignDomain(), DeleteUser(). (This used to be commit f9ba35ff839fb612f53d8c2e6c5a64aaddc3d6a1)
2007-10-10r5353: Throw a NTSTATUS exception if a NT error code is returned.Tim Potter1-22/+32
(This used to be commit 4a9677833167b3b26117ab1b4e7c682d9524a206)
2007-10-10r5348: Implement the remaining samr connect functions and fix up setsecurity.Tim Potter1-6/+53
(This used to be commit 4b2c3c7ac56e1e428dec6205e4e69268be84cac6)
2007-10-10r5335: Add a Close() method to SamrHandle object.Tim Potter1-1/+148
Add methods for {Query,Set}Security, Shutdown, CreateUser, Open{User,Group,Alias} and RidToSid. Time for a torture test I think! (This used to be commit 94a3ff2380071efccf19ca51488753d3513ab63c)
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)