summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_lsa_nt.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-02Merge of i18n domain name fix for lsa_query_info_policy() from applianceTim Potter1-9/+13
2001-05-08Fix for insure missmatched parameter error.Jeremy Allison1-1/+1
2001-05-02Fix noticed by John Trostel - we need to return our account SID for level 5.Jeremy Allison1-1/+1
2001-04-22Finally got name & SID returns correct.Jeremy Allison1-1/+4
2001-04-21JF pointed out we were returning the wrong info for Domain member with infoJeremy Allison1-17/+9
2001-03-15Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).Jeremy Allison1-1/+1
2001-03-15Last tweak (I promise :-). Fallback to returning our SID if we're a domainJeremy Allison1-11/+6
2001-03-15Final ! Fix.Jeremy Allison1-2/+8
2001-03-15Last attempt at fix...Jeremy Allison1-1/+1
2001-03-15Return correct error message if we can't get the SID secret.Jeremy Allison1-2/+8
2001-03-15Fixed a Dr. Watson when viewing permissions - we were missing the "standaloneJeremy Allison1-0/+2
2001-03-15AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison1-1/+1
2001-03-13Fixed reading of strings from big-endian RPC clients.Jeremy Allison1-3/+3
2001-03-13Ensure we return the correct names/sids on query info. AS/U showed us whatJeremy Allison1-3/+20
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-7/+20
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-10/+5
2001-03-01Don't return stack structures...Jeremy Allison1-12/+18
2001-02-26Separated lsa code into interface and implementation.Jeremy Allison1-0/+2
2001-02-26Added implementation file for lsa.Jeremy Allison1-0/+475