port latest changes from SAMBA_3_0 tree
[samba.git] / source3 / rpc_parse / parse_samr.c
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-24 Volker LendeckeFix an insufficient alloc when querying alias members.
2003-03-13 Andrew Tridgellfixed the unmarshalling of the queryaliasmem SAMR call
2003-01-29 Tim PotterPass down max_size parameter to init_samr_q_query_dispi...
2003-01-17 Andrew Tridgellreverted this patch till I sort out the craziness with...
2003-01-17 Andrew TridgellThis removes the 3rd argument from init_unistr2()....
2003-01-02 Andrew BartlettBIG patch...
2002-12-23 Andrew Tridgellthe 'padding' field in the query domain info reply...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-10-19 Volker LendeckeThis fixes some bugs for NT4 usrmgr.exe
2002-10-12 Andrew BartlettNice *big* patch from metze.
2002-09-26 Andrew BartlettPatch from "Stefan (metze) Metzmacher" <metze@metzemix...
2002-08-15 Tim PotterRename unknown_0 field in create_user2 reply in the...
2002-08-15 Tim PotterThe unknown_0 field in a CREATE_USER2 reply is the...
2002-08-12 Jim McDonoughAdd client side support for samr connect4 (0x3e). ...
2002-08-06 Jim McDonoughAdd SAMR 0x3e, which is samr_connect4. Seems to be...
2002-07-21 Tim PotterName get and set dir drive functions consistently.
2002-07-04 Andrew BartlettMore code from "Kai Krueger" <kai@kruegernetz.de>,...
2002-07-03 Andrew BartlettBreak up the passdb objects (to allow RPC clients to...
2002-06-18 Simo Sorcemore debug classess activated
2002-06-10 Jeremy AllisonMerge of Jerry's fix from 2.2.
2002-06-03 Tim PotterFixed bogus alignment in unmarshalling of SAMR_GET_DOM_...
2002-05-18 Andrew BartlettA few things in this commit:
2002-04-14 Andrew BartlettPartly based on the work by mimir (Rafal Szczesniak
2002-03-20 Jeremy AllisonFix for debug typo.
2002-02-27 Jeremy AllisonPatch for Domain users not showing up from "Ivan Zhakov...
2002-01-30 Tim PotterRemoved version number from file header.
2001-12-21 Jean-François Mico... added a copyright notice.
2001-12-21 Jean-François Mico... doesn't keep track of the struct's size we enumerate...
2001-12-21 Jean-François Mico... re-done all of samr_query_disp_info()
2001-12-19 Jean-François Mico... added info level 1 to samr_query_alias()
2001-12-10 Jean-François Mico... added info level 3 to samrgetgroupinfo. I don't know...
2001-12-05 Andrew BartlettConst religion for some of the RPC code.
2001-12-03 Jean-François Mico... added a tdb to store the account policy informations.
2001-11-28 Jean-François Mico... added samr_set_domain_info and samr_unknown_2E.
2001-11-21 Jean-François Mico... samr_querydom_info level 1: found the meaning of the...
2001-10-29 Andrew BartlettThis commit is number 4 of 4.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-03 Tim PotterFix for smbpasswd set_userinfo24 was in the wrong place!
2001-08-02 Jeremy AllisonAllow smbpasswd to join a W2K hosted AD domain.
2001-07-25 Tim PotterHeld a shoot-out between NT_STATUS_NO_PROBLEMO and...
2001-07-09 Jean-François Mico... add query user info level 20 (for RAS)
2001-07-06 Jeremy AllisonAdded JF's fix for max_entries being 0.
2001-07-02 Jeremy AllisonFixed auto-alloc of dispinfo code when unmarshalling.
2001-06-29 Jeremy AllisonFrom JF....
2001-06-29 Tim PotterRemoved another silly static array.
2001-06-20 Jeremy AllisonFixed W2K SP2 joining a Samba PDC hosted domain.
2001-06-19 Jeremy AllisonINFO_24 sometimes has a 2 byte length, sometimes doesn...
2001-06-15 Jeremy AllisonFixed typo spotted by "Jim McDonough" <jmcd@us.ibm...
2001-06-15 Tim PotterAdd password length field to SAM_USER_INFO24 structure...
2001-06-06 Tim PotterConverted init_samr_q_lookup_names() and samr_io_q_look...
2001-05-10 Tim PotterReverted samr_io_userinfo_ctr() patch because it broke...
2001-05-09 Tim PotterSo the samr_io_userinfo_ctr was requiring a SAM_USERINF...
2001-05-08 Jean-François Mico... fixes to the group mapping code.
2001-05-08 Tim Potteriinit_samr_q_lookup_rids() didn't actually copy the...
2001-05-04 Tim PotterRenamed unknown field to access mask in open alias...
2001-04-28 Gerald Carterfew cleanups to bring in line with 2.2
2001-03-13 Jeremy Allisonrpc_parse/parse_samr.c: Removed unneeded deubg.
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-13 Jeremy AllisonFixup missing tests on code imported from tng.
2001-01-11 Tim PotterGeneral clean up. Merge of access_mask fixes for some...
2000-12-15 Jean-François Mico... lib/util_unistr.c:
2000-11-29 Jean-François Mico... alignment issues.
2000-11-13 Gerald CarterLarge commit which restructures the local password...
2000-10-13 Jean-François Mico... last part of W2K support.
2000-10-11 Herb Lewischanges to sync with 2.2. tree
2000-10-10 Jean-François Mico... a netlogon enum trust query doesn't have a function_cod...
2000-10-07 Jean-François Mico... added samr_set_user_info and info_2.
2000-10-04 Jeremy AllisonAdding Herb's compile warning fixes to HEAD.
2000-09-28 Jean-François Mico... fixed samr_create_user(). we now correctly parse the...
2000-09-27 Jean-François Mico... samr unknown 0x32 is in fact samr create user.
2000-08-01 Jeremy AllisonTidyup removing many of the 0xC0000000 | NT_STATUS_XXX...
2000-06-01 Jeremy AllisonGetting back to a compilable state (not there yet but...
2000-05-16 Jeremy AllisonSynced up srv_samr with HP changes. Added error checkin...
2000-05-09 Andrew Tridgellthe beginnings of a new scheme I've working on to allow...
2000-03-22 Jeremy Allisonacconfig.h configure configure.in: Added check for...
2000-03-22 Luke Leightonadded the following message to all dce/rpc client/serve...
2000-01-17 Luke LeightonSAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-12 Luke Leightondelineation between smb and msrpc more marked. smbd...
1999-12-01 Luke Leightonfixing joining to domain plus something weird going...
1999-12-01 Luke Leightonimproving createuser account command to be able to...
1999-11-29 Luke Leightonfirst attempt at getting \PIPE\NETLOGON working. it...
1999-11-25 Luke Leightoncool! completed a samr* API that _would_ look like...
1999-11-20 Luke Leightondynamic memory allocation i added a month ago: forgot...
1999-11-19 Luke Leighton- surprise! the number of UNICODE strings that didn...
1999-11-18 Luke Leightonadded samuserset2 rpcclient command to test ACB_XXX...
1999-11-16 Luke Leightonattempting to get nt5 wksta to join domain.
1999-11-15 Luke Leightonadded server-side samr enum domains. fixed some parsin...
1999-11-15 Luke Leightonadded rpcclient "enumdomains" command. enumerates...
1999-11-08 Luke Leightonconst feeding frenzy
1999-11-04 Luke Leightonsamuserset <username> -p password. YESSSSS :)
1999-11-04 Luke Leightonadding experimental set user password command to rpccli...
1999-11-02 Luke Leightondynamic mem allocation in enum dom groups and enum...
1999-10-29 Luke Leightonmore reshuffling of enum groups code. more higher...
1999-10-25 Luke Leightonsigned / unsigned and typecast issues
1999-10-25 Luke Leightonone of those wonderful moments when running against...
next