Review Request 116798: Rewrite KUser/KUserGroup Widows implementation + introduce KUserId/KGroupId
Michael Pyne
mpyne at kde.org
Sat Mar 15 21:01:59 UTC 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116798/#review53017
-----------------------------------------------------------
Ship it!
Looks good, seems to build, install, and work here, and all tests pass.
- Michael Pyne
On March 15, 2014, 4:02 p.m., Alexander Richardson wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/116798/
> -----------------------------------------------------------
>
> (Updated March 15, 2014, 4:02 p.m.)
>
>
> Review request for KDE Frameworks.
>
>
> Repository: kcoreaddons
>
>
> Description
> -------
>
> This was all started in order to get KIO to compile on Windows (uses uid_t/gid_t, getpwent, getpwuid, getuid, etc.)
>
> This patchset introduces KUserId/KGroupId which is a no-overhead wrapper around uid_t/gid_t and implicitly shares a SID on Windows.
>
> Also introduced a maxCount paramter to all listing functions of KUser/KUserGroup so that the manual calls to getpwent() in KIO can be replaced
>
> Finally added a unit test for KUser, KUserGroup, KUserId, KGroupId to ensure that these changes are safe
>
> Windows only changes:
> - KUser::homeDirectory() works properly, before it always returned the home directory of the current user
> - KUser::faceIconPath() is now implemented on Windows
> - Use scoped pointers everywhere -> no memory leaks (at least one was fixed)
>
>
> This is actually a series of commits, if you think that is easier to review I can push them somewhere.
>
>
> Diffs
> -----
>
> autotests/CMakeLists.txt 30ac97822a77e4b12b0e81a4a5c93fe9a768d915
> autotests/kusertest.cpp PRE-CREATION
> src/lib/util/kuser.h 42c81156831d0269c89435c76c3572dcf2e085b5
> src/lib/util/kuser_unix.cpp aa2f9073015c7f9feb8f74e3646928d2fa2de007
> src/lib/util/kuser_win.cpp 06759afa34ea7015a44cf9b38f541f944f8126d4
>
> Diff: https://git.reviewboard.kde.org/r/116798/diff/
>
>
> Testing
> -------
>
> Wrote new unit test, passes on Linux and Windows, KIO is closer to compiling on windows
>
>
> Thanks,
>
> Alexander Richardson
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20140315/3c2151b8/attachment.html>
More information about the Kde-frameworks-devel
mailing list