summaryrefslogtreecommitdiff
path: root/data_blob.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-24data_blob: Eliminate _PUBLIC_Jeff Layton1-3/+3
It's defined to nothing anyway. Signed-off-by: Jeff Layton <jlayton@samba.org>
2017-02-24data_blob: remove need for replace.hJeff Layton1-1/+4
We only need ZERO_STRUCT there. Signed-off-by: Jeff Layton <jlayton@samba.org>
2013-10-10data_blob: clean out unused functionsJeff Layton1-168/+0
Cut another 6k or so out of the cifs.upcall binary. Signed-off-by: Jeff Layton <jlayton@samba.org>
2010-07-27data_blob: change for loop indices to a unsigned intJeff Layton1-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-07cifs.upcall: borrow some of the samba headersJeff Layton1-0/+252
Signed-off-by: Jeff Layton <jlayton@redhat.com>