summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_lsa_nt.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-10Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail o...Gerald Carter1-1/+1
2003-11-24more access fixes for group enumeration in LDAP; bug 281Gerald Carter1-1/+8
2003-10-06split some security related functions in their own files.Simo Sorce1-35/+35
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-38/+33
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-1/+1
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-1/+1
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-06-18Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce1-20/+38
2003-05-07Set our 'global sam name' in one place. For domain controllers, this isAndrew Bartlett1-19/+4
2003-04-22Oops...Andrew Bartlett1-1/+1
2003-04-22Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn'tAndrew Bartlett1-3/+11
2003-03-13Merge of Andrew Bartlett's SID limit fix from HEAD.Jeremy Allison1-0/+5
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-22/+19
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-9/+9
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-0/+2
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-1/+96
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-19/+39
2002-04-09Add a become_root()/unbecome_root() pair to allow acces to the passdb forAndrew Bartlett1-0/+4
2002-03-29Don't core dump listing thousands of users in usrmgr.Jeremy Allison1-9/+20
2002-03-29Ensure we return a parseable value if invalid handle given.Jeremy Allison1-17/+17
2002-01-31this fixes the problem of not being able to add a SD to a file on aAndrew Tridgell1-2/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Move the lsa code across to the changed args for lookup_name, and surround itAndrew Bartlett1-2/+11
2001-12-31- portablitity fixes for cc -64 on irixAndrew Tridgell1-1/+0
2001-12-18Fixup JF's weird SID return :-).Jeremy Allison1-1/+2
2001-12-18I'm pretty sure we need to return our netbios name for LSA_QUERY_INFOJeremy Allison1-1/+1
2001-12-18in lsa_query_info at level 5 in member mode, we must reply our machineJean-François Micouleau1-1/+1
2001-12-17there is no unknown field in LSA_SEC_QOSJean-François Micouleau1-67/+208
2001-12-14add lsa_query_secobj server code. level 4 is the ACL, level 1 is theJean-François Micouleau1-0/+70
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau1-6/+8
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau1-17/+162
2001-11-23return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManager is happier :-)Jean-François Micouleau1-1/+1
2001-11-23Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau1-5/+7
2001-11-22added lsa_enum_sids to rpcclientJean-François Micouleau1-10/+20
2001-11-22fixing enum_privs and get_dispname server code.Jean-François Micouleau1-20/+20
2001-11-22add a command to rpcclient: enumprivsJean-François Micouleau1-1/+1
2001-10-09Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison1-2/+2
2001-10-03fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce1-0/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-3/+3
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-32/+32
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-1/+1
2001-08-24Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison1-1/+1
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-10/+10
2001-07-12Removed unused variable.Tim Potter1-1/+0
2001-07-09implement:Jean-François Micouleau1-1/+216
2001-07-04The big character set handling changeover!Andrew Tridgell1-18/+9
2001-06-29Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison1-0/+30
2001-06-05Merge of lsa_lookup_names() i18n bugfix from appliance.Tim Potter1-0/+5