summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_lsa_nt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-1/+40
2007-10-10r6536: Jeremy, did you actually test this part of revision 801? I just tested...Volker Lendecke1-2/+0
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke1-2/+0
2007-10-10r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()Gerald Carter1-0/+1
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-2/+2
2007-10-10r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter1-8/+24
2007-10-10r5726: merge LsaLookupPrivValue() code from trunkGerald Carter1-6/+38
2007-10-10r5458: Generate a sane response to exceeding lookupsids limit. Truncate list...Jim McDonough1-2/+3
2007-10-10r5383: add missing checks to allow root to manage user rightsGerald Carter1-2/+12
2007-10-10r5246: We can't use a pointer to struct lsa_info until is has beenTim Potter1-1/+1
2007-10-10r5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask defineGerald Carter1-6/+16
2007-10-10r4822: fix return code when you ask for a non-privileged SID via one of the p...Gerald Carter1-0/+3
2007-10-10r4805: Last planned change to the privileges infrastructure:Gerald Carter1-43/+63
2007-10-10r4746: add server support for lsa_enum_acct_rights(); last checkin for the nightGerald Carter1-4/+30
2007-10-10r4742: add server support for lsa_add/remove_account_rights() and fix some pa...Gerald Carter1-0/+107
2007-10-10r4739: require membership in Domain Admins to be able to set privilegesGerald Carter1-0/+25
2007-10-10r4724: Add support for Windows privileges in Samba 3.0Gerald Carter1-159/+140
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-15/+13
2007-10-10r3875: Allow to look up at least or own sid in _lsa_lookup_sids.Günther Deschner1-2/+2
2007-10-10r1340: _samr_lookupsids with more than 32 (MAX_REF_DOMAINS) SIDs failed. ThisVolker Lendecke1-1/+1
2007-10-10r911: Patch from "Jerome Borsboom" <j.borsboom@erasmusmc.nl>, don'tJeremy Allison1-6/+6
2007-10-10r810: Fix from "Jerome Borsboom" <j.borsboom@erasmusmc.nl> to ensure error st...Jeremy Allison1-6/+6
2007-10-10r801: Fix from "Jianliang Lu" <j.lu@tiesse.com> to return correct groupJeremy Allison1-0/+2
2007-10-10r196: merging struct uuid from trunkGerald Carter1-5/+4
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-0/+5
2007-10-10r91: Fix lsalookupnames. Previously we'd fail if we didn't find the name, butJim McDonough1-0/+6
2004-02-19Fixup correct (as per W2K3) returns for lookupsids as well as lookupnames.Jeremy Allison1-6/+7
2004-02-17Fix based on Volker's code to correctly return code from lsa_lookup_sidsJeremy Allison1-17/+19
2004-01-30Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison1-1/+1
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