index
:
cryptodev-linux.git
bugfixes
integration
master
sockets
userspace
Kernel crypto API for user space
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ncr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
run scripts/Lindent.
Nikos Mavrogiannopoulos
2010-09-06
1
-86
/
+99
*
Merge branch 'bugfixes' into nlattr
Miloslav Trmač
2010-08-25
1
-2
/
+2
|
\
|
*
Base access decisions only on capable(), not euid
Miloslav Trmač
2010-08-24
1
-1
/
+1
|
*
Provide file_operations::unlocked_ioctl.
Miloslav Trmač
2010-08-24
1
-1
/
+1
|
*
Drop unnecessary "file *" argument to ncr_ioctl()
Miloslav Trmač
2010-08-24
1
-2
/
+1
*
|
Convert *_MASTER_KEY_SET
Miloslav Trmač
2010-08-24
1
-19
/
+34
*
|
Convert *_SESSION_*
Miloslav Trmač
2010-08-24
1
-10
/
+107
*
|
Convert *_KEY_STORAGE_UNWRAP
Miloslav Trmač
2010-08-24
1
-2
/
+22
*
|
Convert *_KEY_STORAGE_WRAP
Miloslav Trmač
2010-08-24
1
-2
/
+22
*
|
Convert *_KEY_UNWRAP
Miloslav Trmač
2010-08-24
1
-2
/
+21
*
|
Convert *_KEY_WRAP
Miloslav Trmač
2010-08-24
1
-2
/
+21
*
|
Convert *_KEY_DEINIT
Miloslav Trmač
2010-08-24
1
-2
/
+11
*
|
Convert *_KEY_IMPORT
Miloslav Trmač
2010-08-24
1
-2
/
+19
*
|
Convert *_KEY_EXPORT
Miloslav Trmač
2010-08-24
1
-2
/
+43
*
|
Convert *_KEY_GET_INFO
Miloslav Trmač
2010-08-24
1
-2
/
+19
*
|
Convert *_KEY_DERIVE
Miloslav Trmač
2010-08-24
1
-2
/
+2
*
|
Convert *_KEY_GENERATE_PAIR
Miloslav Trmač
2010-08-24
1
-2
/
+3
*
|
Convert *_KEY_GENERATE
Miloslav Trmač
2010-08-24
1
-2
/
+22
*
|
Convert *_KEY_INIT
Miloslav Trmač
2010-08-24
1
-2
/
+4
*
|
Add compat_ioctl infrastructure
Miloslav Trmač
2010-08-24
1
-0
/
+15
*
|
Drop unnecessary "file *" argument to ncr_ioctl()
Miloslav Trmač
2010-08-24
1
-2
/
+1
*
|
Drop <cryptodev.h>
Miloslav Trmač
2010-08-24
1
-1
/
+0
|
/
*
Merge branch 'bugfixes'
Miloslav Trmač
2010-08-07
1
-2
/
+2
|
\
|
*
Use <linux/uaccess.h> instead of <asm/uaccess.h>
Miloslav Trmač
2010-08-07
1
-1
/
+1
|
*
Use <linux/ioctl.h> instead of <asm/ioctl.h>
Miloslav Trmač
2010-08-07
1
-1
/
+1
*
|
Merge branch 'master' into replace-lists
Miloslav Trmač
2010-07-30
1
-2
/
+5
|
\
|
|
*
NCR_CIPHER_MAX_KEY_LEN no longer exist in userspace API.
Nikos Mavrogiannopoulos
2010-07-28
1
-2
/
+5
|
*
Drop left-over code for data objects
Miloslav Trmač
2010-07-28
1
-3
/
+0
*
|
Merge branch 'bugfixes' into replace-lists
Miloslav Trmač
2010-07-28
1
-3
/
+0
|
\
\
|
*
|
Drop left-over code for data objects
Miloslav Trmač
2010-07-27
1
-3
/
+0
|
|
/
*
|
Use <linux/idr.h> for session ID allocation and lookup
Miloslav Trmač
2010-07-28
1
-2
/
+2
*
|
Use <linux/idr.h> for key ID allocation and lookup
Miloslav Trmač
2010-07-28
1
-2
/
+2
*
|
Use ncr_lists instead of list_sem_st in intefaces
Miloslav Trmač
2010-07-27
1
-14
/
+14
|
/
*
Implemented Diffie Hellman Key exchange.
Nikos Mavrogiannopoulos
2010-07-27
1
-3
/
+1
*
Corrected copyright notices.
Nikos Mavrogiannopoulos
2010-07-27
1
-2
/
+4
*
relicensed under GNU GPLv2.
Nikos Mavrogiannopoulos
2010-07-27
1
-8
/
+9
*
removed the data type.
Nikos Mavrogiannopoulos
2010-07-26
1
-12
/
+2
*
ncr_int.h -> ncr-int.h
Nikos Mavrogiannopoulos
2010-07-25
1
-1
/
+1
*
Key wrapping operates directly to userspace data. No need to involve the data...
Nikos Mavrogiannopoulos
2010-07-25
1
-4
/
+4
*
Added a support for reading session data directly from userspace.
Nikos Mavrogiannopoulos
2010-07-24
1
-0
/
+1
*
Use of algo_properties to avoid linear search on a table for each property.
Miloslav Trmač
2010-07-24
1
-28
/
+0
*
Revert "Modified NCR-USER API to "simplify" and allow setting of size of data...
Nikos Mavrogiannopoulos
2010-07-23
1
-2
/
+0
*
Modified NCR-USER API to "simplify" and allow setting of size of data structu...
Nikos Mavrogiannopoulos
2010-07-21
1
-0
/
+2
*
sparse: Fix __user annotations
Miloslav Trmač
2010-07-19
1
-23
/
+24
*
Fix copy_{from,to}_user error handling
Miloslav Trmač
2010-07-19
1
-4
/
+2
*
Removed the public key params get/set functionality. This can be achieved wit...
Nikos Mavrogiannopoulos
2010-07-12
1
-8
/
+0
*
Public and private keys are being generated in a new workqueue. Some other fi...
Nikos Mavrogiannopoulos
2010-07-07
1
-1
/
+2
*
Added checking in copy_from_user and copy_to_user.
Nikos Mavrogiannopoulos
2010-06-17
1
-1
/
+6
*
Be more strict when loading master key.
Nikos Mavrogiannopoulos
2010-06-17
1
-0
/
+7
*
Use current_euid() and task_pid_nr(current) to get identifiers for owners (fo...
Nikos Mavrogiannopoulos
2010-06-17
1
-2
/
+14
[next]