Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-27 | data_blob: change for loop indices to a unsigned int | Jeff Layton | 1 | -2/+2 | |
To silence these warnings: data_blob.c: In function ‘data_blob_hex_string_lower’: data_blob.c:155:16: warning: comparison between signed and unsigned integer expressions data_blob.c: In function ‘data_blob_hex_string_upper’: data_blob.c:172:16: warning: comparison between signed and unsigned integer expressions Signed-off-by: Jeff Layton <jlayton@samba.org> | |||||
2010-02-07 | cifs.upcall: borrow some of the samba headers | Jeff Layton | 1 | -0/+252 | |
Signed-off-by: Jeff Layton <jlayton@redhat.com> |