summaryrefslogtreecommitdiffstats
path: root/ncr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bugfixes'Miloslav Trmač2010-08-071-2/+2
|\
| * Use <linux/uaccess.h> instead of <asm/uaccess.h>Miloslav Trmač2010-08-071-1/+1
| * Use <linux/ioctl.h> instead of <asm/ioctl.h>Miloslav Trmač2010-08-071-1/+1
* | Merge branch 'master' into replace-listsMiloslav Trmač2010-07-301-2/+5
|\|
| * NCR_CIPHER_MAX_KEY_LEN no longer exist in userspace API.Nikos Mavrogiannopoulos2010-07-281-2/+5
| * Drop left-over code for data objectsMiloslav Trmač2010-07-281-3/+0
* | Merge branch 'bugfixes' into replace-listsMiloslav Trmač2010-07-281-3/+0
|\ \
| * | Drop left-over code for data objectsMiloslav Trmač2010-07-271-3/+0
| |/
* | Use <linux/idr.h> for session ID allocation and lookupMiloslav Trmač2010-07-281-2/+2
* | Use <linux/idr.h> for key ID allocation and lookupMiloslav Trmač2010-07-281-2/+2
* | Use ncr_lists instead of list_sem_st in intefacesMiloslav Trmač2010-07-271-14/+14
|/
* Implemented Diffie Hellman Key exchange.Nikos Mavrogiannopoulos2010-07-271-3/+1
* Corrected copyright notices.Nikos Mavrogiannopoulos2010-07-271-2/+4
* relicensed under GNU GPLv2.Nikos Mavrogiannopoulos2010-07-271-8/+9
* removed the data type.Nikos Mavrogiannopoulos2010-07-261-12/+2
* ncr_int.h -> ncr-int.hNikos Mavrogiannopoulos2010-07-251-1/+1
* Key wrapping operates directly to userspace data. No need to involve the data...Nikos Mavrogiannopoulos2010-07-251-4/+4
* Added a support for reading session data directly from userspace.Nikos Mavrogiannopoulos2010-07-241-0/+1
* Use of algo_properties to avoid linear search on a table for each property.Miloslav Trmač2010-07-241-28/+0
* Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...Nikos Mavrogiannopoulos2010-07-231-2/+0
* Modified NCR-USER API to "simplify" and allow setting of size of data structu...Nikos Mavrogiannopoulos2010-07-211-0/+2
* sparse: Fix __user annotationsMiloslav Trmač2010-07-191-23/+24
* Fix copy_{from,to}_user error handlingMiloslav Trmač2010-07-191-4/+2
* Removed the public key params get/set functionality. This can be achieved wit...Nikos Mavrogiannopoulos2010-07-121-8/+0
* Public and private keys are being generated in a new workqueue. Some other fi...Nikos Mavrogiannopoulos2010-07-071-1/+2
* Added checking in copy_from_user and copy_to_user.Nikos Mavrogiannopoulos2010-06-171-1/+6
* Be more strict when loading master key.Nikos Mavrogiannopoulos2010-06-171-0/+7
* Use current_euid() and task_pid_nr(current) to get identifiers for owners (fo...Nikos Mavrogiannopoulos2010-06-171-2/+14
* Initial attempts to allow wrapping keys with out of band data such as flags, ...Nikos Mavrogiannopoulos2010-06-171-1/+34
* Added generic sessions to allow encryption/decryption hash and HMAC.Nikos Mavrogiannopoulos2010-06-171-2/+10
* Added initial wrapping and unwrapping key API. Adds an implementation of the ...Nikos Mavrogiannopoulos2010-06-171-0/+8
* Storage ioctls removed. Concentrating on wrap/unwrap functionality.Nikos Mavrogiannopoulos2010-06-171-22/+0
* Added a netlink based storage fascility (server needsNikos Mavrogiannopoulos2010-06-171-2/+0
* Added small subsystem for storage (no storage occuring yet).Nikos Mavrogiannopoulos2010-06-171-0/+28
* Added deinitialization of limits on module unloading. Better cleanup of unuse...Nikos Mavrogiannopoulos2010-06-171-3/+0
* Added ncr_key_import/export, generate and info. Those work with secret keys.Nikos Mavrogiannopoulos2010-06-171-5/+33
* Compilation and initialization fixes.Nikos Mavrogiannopoulos2010-06-171-0/+2
* Added some initial for of key. Added helper functions to enforce per user and...Nikos Mavrogiannopoulos2010-06-171-9/+31
* Separated data functionality to ncr-data.c.Nikos Mavrogiannopoulos2010-06-171-218/+2
* Corrected nasty bug and added some debugging info.Nikos Mavrogiannopoulos2010-06-171-11/+33
* Added data functionality and a test program.Nikos Mavrogiannopoulos2010-06-171-14/+153
* Some updates to compile.Nikos Mavrogiannopoulos2010-06-171-1/+0
* Tried to introduce new api.Nikos Mavrogiannopoulos2010-06-171-0/+141