summaryrefslogtreecommitdiff
path: root/sal/osl/unx/security.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-01-19WASM setup as non-multiuser, desktop buildJan-Marek Glogowski1-2/+4
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-5/+6
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin1-8/+8
2019-05-16Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not workTor Lillqvist1-0/+30
2019-01-16New loplugin:emptyStephan Bergmann1-2/+2
2019-01-16Use OString for memory management of osl_psz_getConfigDirStephan Bergmann1-57/+59
2019-01-16Use OString for memory management of osl_psz_getHomeDirStephan Bergmann1-33/+44
2019-01-15simplify duplicate codeStephan Bergmann1-5/+4
2019-01-15Use C++ OString/OUString classes hereStephan Bergmann1-19/+9
2019-01-15Avoid unnecessary string copying in osl_getUserNameStephan Bergmann1-17/+18
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-1/+1
2018-08-29sal: use correct settings path for HaikuKacper Kasper1-1/+34
2018-01-23Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccessStephan Bergmann1-1/+1
2018-01-15fix android buildNoel Grandin1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: salStephan Bergmann1-2/+2
2017-12-15loplugin:salcall (macOS)Stephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-7/+7
2017-10-23loplugin:includeform: salStephan Bergmann1-2/+2
2017-09-15Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann1-4/+4
2017-07-02loplugin:casttovoid: salStephan Bergmann1-69/+9
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin1-5/+4
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-03-08tdf#98407 PathSubstitution: Add substitution for $(username)Samuel Mehrbrodt1-1/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-28/+28
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2014-11-19system.h -> system.hxxStephan Bergmann1-1/+1
2014-11-19secimpl.h -> secimpl.hxxStephan Bergmann1-5/+5
2014-09-29Pretend the app-specific "Documents" directory is the home directory on iOSTor Lillqvist1-0/+19
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-1/+0
2014-05-22fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov1-10/+9
2014-05-08fix MACOS buildNoel Grandin1-3/+3
2014-05-08various: sal_Bool->boolNoel Grandin1-24/+24
2014-04-03C++11-only stdint.h SIZE_MAX -> std::numeric_limitsStephan Bergmann1-18/+21
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist1-9/+0
2014-04-02Handle missing SIZE_MAXTor Lillqvist1-0/+3
2014-04-02coverity#1194930 Avoid TOCTOU between access and mkdirStephan Bergmann1-8/+18
2014-04-02sal/osl/unx/security.c -> .cxxStephan Bergmann1-0/+501