summaryrefslogtreecommitdiff
path: root/source3/include/rpc_samr.h
AgeCommit message (Expand)AuthorFilesLines
2002-11-02port sec_desc headers reordering from HEAD.Simo Sorce1-166/+0
2002-09-26syncing up with HEAD again....Gerald Carter1-46/+56
2002-08-17sync 3.0 branch with headJelmer Vernooij1-31/+41
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-4/+200
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
1999-03-25added SAMR_USER_INFO_24 info level to samr_set_userinfo. this is usedLuke Leighton1-0/+8
1999-03-25SAM database "set user info".Luke Leighton1-31/+99
1999-03-23dynamic memory allocation in samr enum dom users. works with 849 entries now.Luke Leighton1-2/+2
1999-03-19added a "createuser" command.Luke Leighton1-2/+29
1999-02-24Win9x user level security.Matthew Chapman1-67/+158
1999-01-29fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1-4/+3