summaryrefslogtreecommitdiffstats
path: root/source4/scripting/swig/samr.py
Commit message (Collapse)AuthorAgeFilesLines
* r6540: Implement a bunch more SAMR functions.Tim Potter2007-10-101-19/+98
| | | | (This used to be commit 7ab240644ec6cfd0449df7e2dfe0eb1b8a52ccdb)
* r6511: Implement GetUserPwInfo(), QueryUserInfo(), QueryUserInfo2().Tim Potter2007-10-101-5/+29
| | | | (This used to be commit f9742de617b6f1f24b75ae5af18a476f03c0b732)
* r6510: Initialise rid parameter in samr_RidToSid(). This is faulting for meTim Potter2007-10-101-4/+56
| | | | | | | on win2k - not sure why. Add dodgy implementations of QueryDisplayInfo{,2,3}() (This used to be commit 2e44402751f77fcbd9c89299d8533e91207de49f)
* r6508: Fix typo - yay testsuite.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit 61da936dbc491d0ec2d733d9ba155c3df01b8847)
* r6507: Fix syntax error in GetAliasMembership().Tim Potter2007-10-101-1/+11
| | | | | Implement SetDomainInfo() which got lost somehow. (This used to be commit 3055addde60687acdcf4e92dcb08e7f8dfdfb8f1)
* r6506: Rename parameter to GetDomPwInfo.Tim Potter2007-10-101-2/+2
| | | | (This used to be commit 1542a13493bb9bf33d5f09dca273957bb4333862)
* r6469: Add CreateDomainGroup, GetAliasMembership.Tim Potter2007-10-101-4/+26
| | | | (This used to be commit acf1d0a1b554736361f38bcd74961d4e6c1b12bd)
* r6328: Fix bug in OpenAlias.Tim Potter2007-10-101-9/+66
| | | | | | | | Implement DeleteDomAlias, QueryAliasInfo, SetAliasInfo, AddAliasMember, and AddMultipleMembersToAlias. Fix one of those annoying large integer warnings. (This used to be commit 25ed39651b020c9e4bda1d8aa8e2d78f918be3a2)
* r6214: Fix typo in DomainHandle.OpenUser() function.Tim Potter2007-10-101-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)
* r5368: Fix ups for domain_name field name change.Tim Potter2007-10-101-8/+50
| | | | | | Implement GetDomPwInfo(), CreateUser2(), RemoveMemberFromForeignDomain(), DeleteUser(). (This used to be commit f9ba35ff839fb612f53d8c2e6c5a64aaddc3d6a1)
* r5353: Throw a NTSTATUS exception if a NT error code is returned.Tim Potter2007-10-101-22/+32
| | | | (This used to be commit 4a9677833167b3b26117ab1b4e7c682d9524a206)
* r5348: Implement the remaining samr connect functions and fix up setsecurity.Tim Potter2007-10-101-6/+53
| | | | (This used to be commit 4b2c3c7ac56e1e428dec6205e4e69268be84cac6)
* r5335: Add a Close() method to SamrHandle object.Tim Potter2007-10-101-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)
* r5244: Convert this module to use the new structure mapping SWIG stuff ↵Tim Potter2007-10-101-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)
* r3607: EnumDomainAlises doesn't take a max_size parameter.Tim Potter2007-10-101-1/+0
| | | | (This used to be commit 996d042bf701860fcc9a9b424118c02addb2119b)
* r3590: Add some more commands to rpcclient from a patch by jbm. AddTim Potter2007-10-101-5/+54
| | | | | | SamrQueryDomInfo, SamrQueryDomInfo2, SamrEnumDomainAliases, and SamrEnumDomainUsers. (This used to be commit 91eb405354a65bfd94bf59c21fe21f68fff7b9fd)
* r2555: Start of a rpcclient type program.Tim Potter2007-10-101-0/+165
(This used to be commit c9d682731226b7ef222f588c43df5a1f62c21555)