summaryrefslogtreecommitdiff
path: root/uid.c
Commit message (Expand)AuthorAgeFilesLines
* Treat RVAL_DECIMAL the same way as RVAL_UDECIMALDmitry V. Levin2018-03-291-2/+2
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLSDmitry V. Levin2018-01-211-1/+1
* Update copyright headersEugene Syromyatnikov2017-09-051-0/+1
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-4/+4
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-2/+2
* uid: change address argument type from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+2
* uid: change address argument type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-231-1/+2
* uid: print size as signed in setgroups/getgroupsEugene Syromyatnikov2016-12-041-3/+3
* uid: use printuid for printing UID/GID valueEugene Syromyatnikov2016-12-041-4/+6
* uid.c: use print_array functionDmitry V. Levin2016-05-071-35/+12
* Fix corner cases of getgroups and setgroups syscall decodersDmitry V. Levin2016-04-201-89/+47
* Cleanup setfsuid syscall decoderDmitry V. Levin2016-04-201-2/+1
* Fix decoding of 16-bit uid_t/git_tDmitry V. Levin2016-04-181-2/+2
* Do not truncate return value of get{,e}[ug]id and setfs[ug]id syscallsDmitry V. Levin2015-12-271-6/+3
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+31
* uid.c: make use of RVAL_DECODEDDmitry V. Levin2015-07-161-71/+65
* uid.c: use printaddr and umoven_or_printaddrDmitry V. Levin2015-07-161-42/+36
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-20/+10
* Change last parameter of umoven() from char* to void*Denys Vlasenko2015-03-211-2/+2
* Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscallsDmitry V. Levin2014-12-161-6/+121
* Fix decoding of 16-bit *chown and [gs]et*[gu]id syscallsDmitry V. Levin2014-12-161-17/+53
* chown.c: split into separate filesDmitry V. Levin2014-12-151-0/+22
* util.c: move printuid to uid.cDmitry V. Levin2014-12-151-0/+9
* process.c: move get*uid and set*uid parsers to a separate fileDmitry V. Levin2014-12-111-0/+77