summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/irp.c
Commit message (Collapse)AuthorAgeFilesLines
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
|
* Use "void" for empty argument list in declarationsPavel Roskin2017-01-051-3/+3
| | | | | | In C, an empty argument list in a declaration means that the function can accept any arguments. Use "void" instead, it means "no arguments". C++ treats void and empty list as "no arguments".
* Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-081-1/+2
|
* chansrv: no logic change, work on warningJay Sorg2013-07-021-1/+1
|
* folder redirection: made changes to read/write routines to avoid race conditionsLaxmikant Rashinkar2013-06-021-0/+29
|
* file system redirection:Laxmikant Rashinkar2013-05-181-4/+14
| | | | | | | | o touch <file> was not working - fixed o echo "this is a string" > filename was not working - fixed o echo "this is a string" >> filename was not working - fixed o vi was not working - working now but swap files are not being deleted automatically - work in progress
* smartcard: developer checkin for smartcard supportLaxmikant Rashinkar2013-05-151-0/+231