summaryrefslogtreecommitdiff
path: root/source3/include/rpc_samr.h
AgeCommit message (Expand)AuthorFilesLines
2002-10-06try to put every security descriptors related definitions in the same file.Simo Sorce1-166/+0
2002-09-26Don't define PASS_MUST_CHANGE_AT_NEXT_LOGON twice..Jelmer Vernooij1-3/+0
2002-09-26Patch from "Kai Krueger" <kai@kruegernetz.de> to get some more of our accessAndrew Bartlett1-43/+43
2002-09-26Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much*Andrew Bartlett1-3/+16
2002-08-15Rename unknown_0 field in create_user2 reply in the actual struct.Tim Potter1-30/+23
2002-08-06Add SAMR 0x3e, which is samr_connect4. Seems to be the same as ourJim McDonough1-1/+18
2002-07-05Remove C++ comments.Tim Potter1-5/+10
2002-07-04More code from "Kai Krueger" <kai@kruegernetz.de>, this time starting to makeAndrew Bartlett1-1/+21
2002-07-04Patch to add security descriptors to the SAMR pipe.Andrew Bartlett1-0/+164
2002-06-10Merge of Jerry's fix from 2.2.Jeremy Allison1-3/+10
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-02Make user enumeration work for w2k and win9x.Jeremy Allison1-1/+4
2001-12-31Fixed enumeration of a large (<1500) users from a Samba PDC to a W2kJeremy Allison1-1/+1
2001-12-21added a copyright notice.Jean-François Micouleau1-0/+1
2001-12-21doesn't keep track of the struct's size we enumerate. W2K doesn'tJean-François Micouleau1-2/+0
2001-12-21re-done all of samr_query_disp_info()Jean-François Micouleau1-2/+10
2001-12-19added info level 1 to samr_query_alias()Jean-François Micouleau1-0/+11
2001-12-10added info level 3 to samrgetgroupinfo. I don't know what the value is.Jean-François Micouleau1-3/+8
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-4/+1
2001-11-28added samr_set_domain_info and samr_unknown_2E.Jean-François Micouleau1-30/+27
2001-11-21samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau1-4/+48
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-42/+42
2001-08-02Allow smbpasswd to join a W2K hosted AD domain.Jeremy Allison1-0/+1
2001-07-09add query user info level 20 (for RAS)Jean-François Micouleau1-0/+18
2001-07-05Fix for enumerating large numbers of users.Jeremy Allison1-1/+1
2001-06-29From JF....Jeremy Allison1-8/+8
2001-06-29Removed another silly static array.Tim Potter1-2/+2
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison1-0/+53
2001-06-19INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to notJeremy Allison1-1/+0
2001-06-15Add password length field to SAM_USER_INFO24 structure and fix initTim Potter1-0/+1
2001-06-06Converted SAMR_Q_LOOKUP_NAMES structure to tallocated memory instead ofTim Potter1-2/+2
2001-05-04renamed unknown field to access mask in open alias structures.Tim Potter1-2/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-9/+21
2001-01-15New proto and some small changes to rpc_samr.hTim Potter1-17/+4
2001-01-11Merge of various fixes from the tng headers.Tim Potter1-1/+1
2000-05-09the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell1-285/+900
2000-01-17SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code.Luke Leighton1-1/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-790/+187
1999-11-18added samuserset2 rpcclient command to test ACB_XXX bit-setting onLuke Leighton1-2/+33
1999-11-15added rpcclient "enumdomains" command. enumerates names of domainsLuke Leighton1-1/+31
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-0/+1
1999-11-02dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1-4/+4
1999-10-29more reshuffling of enum groups code. more higher order functions.Luke Leighton1-1/+1
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton1-6/+6
1999-10-21turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1-2/+2
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-4/+4
1999-09-21testing for attempts to get more info levels into samr_query_userinfoLuke Leighton1-0/+2
1999-08-31matthew chapman identified 4 previously unknown samr functions.Luke Leighton1-4/+4
1999-05-07the times in sam_user_info_23 may not be in the right orderLuke Leighton1-0/+1
1999-03-29added SamrQueryDomainInfo call info level 0x3 for kix32.exe supportLuke Leighton1-1/+8