summaryrefslogtreecommitdiff
path: root/sal/osl/unx/security.cxx
AgeCommit message (Expand)Author
2019-05-16Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not workTor Lillqvist
2019-01-16New loplugin:emptyStephan Bergmann
2019-01-16Use OString for memory management of osl_psz_getConfigDirStephan Bergmann
2019-01-16Use OString for memory management of osl_psz_getHomeDirStephan Bergmann
2019-01-15simplify duplicate codeStephan Bergmann
2019-01-15Use C++ OString/OUString classes hereStephan Bergmann
2019-01-15Avoid unnecessary string copying in osl_getUserNameStephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-08-29sal: use correct settings path for HaikuKacper Kasper
2018-01-23Silence upcoming GCC 8 -Werror=sizeof-pointer-memaccessStephan Bergmann
2018-01-15fix android buildNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-12-15loplugin:salcall (macOS)Stephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: salStephan Bergmann
2017-09-15Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann
2017-07-02loplugin:casttovoid: salStephan Bergmann
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-08tdf#98407 PathSubstitution: Add substitution for $(username)Samuel Mehrbrodt
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2014-11-19system.h -> system.hxxStephan Bergmann
2014-11-19secimpl.h -> secimpl.hxxStephan Bergmann
2014-09-29Pretend the app-specific "Documents" directory is the home directory on iOSTor Lillqvist
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-05-22fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov
2014-05-08fix MACOS buildNoel Grandin
2014-05-08various: sal_Bool->boolNoel Grandin
2014-04-03C++11-only stdint.h SIZE_MAX -> std::numeric_limitsStephan Bergmann
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2014-04-02Handle missing SIZE_MAXTor Lillqvist
2014-04-02coverity#1194930 Avoid TOCTOU between access and mkdirStephan Bergmann
2014-04-02sal/osl/unx/security.c -> .cxxStephan Bergmann