summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_samr.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-15Rename unknown_0 field in create_user2 reply in the actual struct.Tim Potter1-1/+1
2002-08-15The unknown_0 field in a CREATE_USER2 reply is the access granted.Tim Potter1-1/+1
2002-08-12Add client side support for samr connect4 (0x3e). Seems to have oneJim McDonough1-0/+22
2002-08-06Add SAMR 0x3e, which is samr_connect4. Seems to be the same as ourJim McDonough1-2/+60
2002-07-21Name get and set dir drive functions consistently.Tim Potter1-1/+1
2002-07-04More code from "Kai Krueger" <kai@kruegernetz.de>, this time starting to makeAndrew Bartlett1-0/+52
2002-07-03Break up the passdb objects (to allow RPC clients to link without brining inAndrew Bartlett1-11/+80
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-06-10Merge of Jerry's fix from 2.2.Jeremy Allison1-5/+8
2002-06-03Fixed bogus alignment in unmarshalling of SAMR_GET_DOM_PWINFO reply.Tim Potter1-4/+0
2002-05-18A few things in this commit:Andrew Bartlett1-3/+20
2002-04-14Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett1-1/+1
2002-03-20Fix for debug typo.Jeremy Allison1-1/+1
2002-02-27Patch for Domain users not showing up from "Ivan Zhakov" <vunny@mail.ru>.Jeremy Allison1-11/+11
2002-01-30Removed version number from file header.Tim Potter1-2/+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-4/+4
2001-12-21re-done all of samr_query_disp_info()Jean-François Micouleau1-125/+76
2001-12-19added info level 1 to samr_query_alias()Jean-François Micouleau1-0/+61
2001-12-10added info level 3 to samrgetgroupinfo. I don't know what the value is.Jean-François Micouleau1-6/+44
2001-12-05Const religion for some of the RPC code.Andrew Bartlett1-2/+2
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-22/+28
2001-11-28added samr_set_domain_info and samr_unknown_2E.Jean-François Micouleau1-12/+259
2001-11-21samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau1-14/+27
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-11/+11
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-54/+54
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-40/+40
2001-08-03Fix for smbpasswd set_userinfo24 was in the wrong place!Tim Potter1-4/+4
2001-08-02Allow smbpasswd to join a W2K hosted AD domain.Jeremy Allison1-1/+6
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-12/+12
2001-07-09add query user info level 20 (for RAS)Jean-François Micouleau1-0/+84
2001-07-06Added JF's fix for max_entries being 0.Jeremy Allison1-0/+15
2001-07-02Fixed auto-alloc of dispinfo code when unmarshalling.Jeremy Allison1-4/+64
2001-06-29From JF....Jeremy Allison1-27/+93
2001-06-29Removed another silly static array.Tim Potter1-5/+16
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison1-4/+134
2001-06-19INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to notJeremy Allison1-7/+2
2001-06-15Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>....Jeremy Allison1-1/+1
2001-06-15Add password length field to SAM_USER_INFO24 structure and fix initTim Potter1-1/+9
2001-06-06Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()Tim Potter1-2/+12
2001-05-10Reverted samr_io_userinfo_ctr() patch because it broke too much otherTim Potter1-11/+5
2001-05-09So the samr_io_userinfo_ctr was requiring a SAM_USERINFO_CTR to be passedTim Potter1-5/+11
2001-05-08fixes to the group mapping code.Jean-François Micouleau1-9/+12
2001-05-08iinit_samr_q_lookup_rids() didn't actually copy the rids into theTim Potter1-0/+2
2001-05-04Renamed unknown field to access mask in open alias parsing functions.Tim Potter1-6/+3
2001-04-28few cleanups to bring in line with 2.2Gerald Carter1-1/+0
2001-03-13rpc_parse/parse_samr.c: Removed unneeded deubg.Jeremy Allison1-2/+0
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-2168/+4112
2001-02-13Fixup missing tests on code imported from tng.Jeremy Allison1-93/+105