summaryrefslogtreecommitdiffstats
path: root/ncr-data.c
Commit message (Expand)AuthorAgeFilesLines
* Append_flag was removed.Nikos Mavrogiannopoulos2010-07-231-27/+6
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-178/+47
* Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...Nikos Mavrogiannopoulos2010-07-231-148/+40
* Modified NCR-USER API to "simplify" and allow setting of size of data structu...Nikos Mavrogiannopoulos2010-07-211-40/+148
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-47/+178
* Fix copy_{from,to}_user error handlingMiloslav Trmač2010-07-191-19/+19
* Free data on error its descriptor to user-spaceMiloslav Trmač2010-07-191-5/+17
* Fix a race in ncr_data_set.Miloslav Trmač2010-07-191-3/+6
* Describe why there is no integer overflow.Miloslav Trmač2010-07-191-0/+4
* Fix error paths in ncr_data_initMiloslav Trmač2010-07-191-6/+13
* Several fixes related to checks with copy_from/to_user.Nikos Mavrogiannopoulos2010-06-171-1/+8
* Added checking in copy_from_user and copy_to_user.Nikos Mavrogiannopoulos2010-06-171-18/+47
* Use current_euid() and task_pid_nr(current) to get identifiers for owners (fo...Nikos Mavrogiannopoulos2010-06-171-5/+6
* Descriptors start at 1.Nikos Mavrogiannopoulos2010-06-171-1/+1
* Added small subsystem for storage (no storage occuring yet).Nikos Mavrogiannopoulos2010-06-171-11/+9
* Added deinitialization of limits on module unloading. Better cleanup of unuse...Nikos Mavrogiannopoulos2010-06-171-2/+7
* Added ncr_key_import/export, generate and info. Those work with secret keys.Nikos Mavrogiannopoulos2010-06-171-5/+2
* Added some initial for of key. Added helper functions to enforce per user and...Nikos Mavrogiannopoulos2010-06-171-36/+39
* Separated data functionality to ncr-data.c.Nikos Mavrogiannopoulos2010-06-171-0/+256