updated the 3.0 branch from the head branch - ready for alpha18
[ira/wip.git] / source3 / rpc_parse / parse_lsa.c
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-06-18 Simo Sorcemore debug classess activated
2002-05-17 Andrew BartlettA few more trusted domains updates from mimir.
2002-04-14 Andrew BartlettPartly based on the work by mimir (Rafal Szczesniak
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-04-04 Jeremy AllisonFixed the handle leak in the connection management...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Andrew BartlettBack out some of the less well thought out ideas from...
2002-01-26 Andrew BartlettWe may as well not use these temporary variables -...
2002-01-20 Andrew BartlettThis patch makes the 'winbind use default domain' code...
2001-12-17 Jean-François Mico... there is no unknown field in LSA_SEC_QOS
2001-12-03 Andrew Tridgellconst religion
2001-11-29 Jean-François Mico... Changed again how the privilege list is handled in...
2001-11-25 Andrew BartlettFix ./configure --enable-developer warnings (shadow...
2001-11-24 Jean-François Mico... added lsaenumprivsaccount and lsalookupprivvalue to...
2001-11-23 Jean-François Mico... Changed how the privileges are stored in the group...
2001-11-22 Jean-François Mico... added lsa_enum_sids to rpcclient
2001-11-22 Jean-François Mico... add another command to rpcclient: getdispname. Show...
2001-11-22 Jean-François Mico... add a command to rpcclient: enumprivs
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-24 Jeremy AllisonFixed malloc -> talloc problems pointed out by Simo.
2001-07-09 Jean-François Mico... implement:
2001-06-29 Jeremy AllisonAdded LsaGetConnectedCredentials patch from Manoj Naik...
2001-06-22 Jeremy AllisonRemoved unused (and potentially crash-causing) free...
2001-05-08 Tim PotterFixed typo in comment.
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-27 Jeremy AllisonAdded total memory allocated counter to talloc, so...
2001-02-26 Jeremy AllisonStarted conversion of lsa server code to canonical...
2001-01-29 David O'NeillChanges from SAMBA_2_2:
2001-01-25 Jeremy AllisonFixed "object picker can't determine if object in domai...
2001-01-15 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-11 Tim PotterRPC server fixes for RPC client changes merged from...
2001-01-11 Tim PotterGeneral clean up. Merged routines for parsing enum_tru...
2000-12-15 Jeremy AllisonNever free anything in the rpc_parse/prs_XXX functions...
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-12-13 Tim PotterWrong length for unistr2 in init_q_lookup_names()
2000-12-12 Jeremy AllisonMerged in Tim's changes : Removed static limit of MAX_L...
2000-12-08 Tim PotterPort of lsa_lookup_sids() and lsa_lookup_names() rpc...
2000-10-13 Jean-François Mico... last part of W2K support.
2000-09-20 Jeremy AllisonSome code moved back from TNG - updates to LSA stuff...
2000-04-25 Andrew Tridgellmoved trans2.h and nterr.h into includes.h with all...
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...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-11-23 Luke Leightonshuffling msrpc code around so that it can be used...
1999-11-19 Luke Leightonnt5rc2 falling over because the LsaQueryInfoPolicy...
1999-11-01 Luke Leightonadded lsaenumdomains command.
1999-10-30 Luke LeightonNetServerTransportEnum parsing, client-side and rpcclie...
1999-10-25 Luke Leighton- typecast malloc / Realloc issues.
1999-10-21 Luke Leightonturning some of the rpcclient functions dynamic. this...
1999-10-15 Luke Leightonreturn results on prs_xxxxx() and all xxx_io_xxx()...
1999-09-12 Luke Leighton- initialising mach_passwd_file locks to zero (prev...
1999-03-24 Luke Leightonmatt, you had removed a "pointer" from DOM_R_REF struct...
1999-03-24 Luke Leightonremoved 2 unnecessary args from make_uni_hdr.
1999-03-24 Matthew ChapmanFixed LSA Lookup Names. There were a few too many NULL...
1999-03-19 Luke Leightonvalue->enc_secret not value->secret
1999-03-18 Matthew ChapmanAdding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERY...
1999-02-09 Luke Leightonremoval of the use of unistrn2 function: replace it...
1998-12-20 Luke Leightonfix for potential lsass.exe crashing due to negative...
1998-12-07 Luke Leighton- lib/unix_sec_ctxt.c
1998-12-04 Luke Leighton- oops, i got "add alias member" and "delete alias...
1998-12-01 Luke Leightonquery_aliasmem code. it works (hurrah).
1998-11-25 Luke LeightonLsaLookupNames client call (first used as lookupnames...
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-11-10 Luke Leightonrpcclient registry commands.
1998-10-22 Luke Leightonbug fix in lsa_trans_names.
1998-10-15 Luke Leightonbug-fixing against:
1998-09-30 Luke Leightonlsa_lookup_sids command added. severe debugging needed...
1998-09-25 Luke Leightonadded rpcclient program
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-08-24 Jeremy AllisonChanged ASSERT macros to SMB_ASSERT macros as some...
1998-08-22 Andrew Tridgelladded ASSERT() and ASSERT_ARRAY() macros and sprinkled...
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-05-14 Jeremy Allisonchgpasswd.c: Added comments to #ifdefs
1998-05-12 Jeremy AllisonThis is a security audit change of the main source.
1998-05-05 Luke Leightonpatches from jean francois: couple of minor bugs
1998-03-11 Jeremy Allison"For I have laboured mightily on Luke's code, and hath...