updated the 3.0 branch from the head branch - ready for alpha18
[tprouty/samba.git] / source / rpc_server / srv_lsa_nt.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-07 Andrew BartlettUpdates to the 'name -> sid' code:
2002-06-18 Simo Sorcemore debug classess activated
2002-06-07 Andrew BartlettGlobally replace 'global_sam_sid' with get_global_sam_s...
2002-05-18 Andrew BartlettA few things in this commit:
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-09 Andrew BartlettAdd a become_root()/unbecome_root() pair to allow acces...
2002-03-29 Jeremy AllisonDon't core dump listing thousands of users in usrmgr.
2002-03-29 Jeremy AllisonEnsure we return a parseable value if invalid handle...
2002-01-31 Andrew Tridgellthis fixes the problem of not being able to add a SD...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Andrew BartlettMove the lsa code across to the changed args for lookup...
2001-12-31 Andrew Tridgell- portablitity fixes for cc -64 on irix
2001-12-18 Jeremy AllisonFixup JF's weird SID return :-).
2001-12-18 Jeremy AllisonI'm pretty sure we need to return our netbios name...
2001-12-18 Jean-François Mico... in lsa_query_info at level 5 in member mode, we must...
2001-12-17 Jean-François Mico... there is no unknown field in LSA_SEC_QOS
2001-12-14 Jean-François Mico... add lsa_query_secobj server code. level 4 is the ACL...
2001-12-04 Jean-François Mico... added a boolean to the group mapping functions to speci...
2001-11-29 Jean-François Mico... Changed again how the privilege list is handled in...
2001-11-23 Jean-François Mico... return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManag...
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... fixing enum_privs and get_dispname server code.
2001-11-22 Jean-François Mico... add a command to rpcclient: enumprivs
2001-10-09 Jeremy AllisonFixes from John Trostel (modified somewhat by me) to...
2001-10-03 Simo Sorcefix some possible memleaks and not tested reallocs...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-27 Andrew Tridgellstarted converting NTSTATUS to be a structure on system...
2001-08-24 Jeremy AllisonFixed malloc -> talloc problems pointed out by Simo.
2001-07-25 Tim PotterHeld a shoot-out between NT_STATUS_NO_PROBLEMO and...
2001-07-12 Tim PotterRemoved unused variable.
2001-07-09 Jean-François Mico... implement:
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-29 Jeremy AllisonAdded LsaGetConnectedCredentials patch from Manoj Naik...
2001-06-05 Tim PotterMerge of lsa_lookup_names() i18n bugfix from appliance.
2001-06-02 Tim PotterMerge ... i18n domain name fix for lsa_query_info_polic...
2001-05-08 Jeremy AllisonFix for insure missmatched parameter error.
2001-05-02 Jeremy AllisonFix noticed by John Trostel - we need to return our...
2001-04-22 Jeremy AllisonFinally got name & SID returns correct.
2001-04-21 Jeremy AllisonJF pointed out we were returning the wrong info for...
2001-03-15 Jeremy AllisonTidyup return of zero-permissions (map to ACE_DENIED...
2001-03-15 Jeremy AllisonLast tweak (I promise :-). Fallback to returning our...
2001-03-15 Jeremy AllisonFinal ! Fix.
2001-03-15 Jeremy AllisonLast attempt at fix...
2001-03-15 Jeremy AllisonReturn correct error message if we can't get the SID...
2001-03-15 Jeremy AllisonFixed a Dr. Watson when viewing permissions - we were...
2001-03-15 Jeremy AllisonAS/U on a sparc now joins and authenticates against...
2001-03-13 Jeremy AllisonFixed reading of strings from big-endian RPC clients.
2001-03-13 Jeremy AllisonEnsure we return the correct names/sids on query info...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-03-07 Jeremy AllisonSync up handle creation with 2.2 branch. We can now...
2001-03-01 Jeremy AllisonDon't return stack structures...
2001-02-26 Jeremy AllisonSeparated lsa code into interface and implementation.
2001-02-26 Jeremy AllisonAdded implementation file for lsa.