Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-15 | s3:vfs: change files_struct.fnum from int to uint64_t | Michael Adam | 1 | -1/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jun 15 05:22:41 CEST 2012 on sn-devel-104 | |||||
2012-06-15 | s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fsp | Michael Adam | 1 | -0/+28 | |
This is to unify logging of an files_struct. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:lib: elaborate the comment for fsp_str_debug a bit. | Michael Adam | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-06-15 | s3:lib: remove part of a comment for fsp_str_dbg that does not apply any more. | Michael Adam | 1 | -2/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-10-17 | First part of fix for bug #8419 - Make VFS op "streaminfo" stackable. | Frank Lahm | 1 | -1/+1 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Oct 17 21:39:32 CEST 2011 on sn-devel-104 | |||||
2011-05-18 | s3-lib Replace StrCaseCmp() with strcasecmp_m() | Andrew Bartlett | 1 | -1/+1 | |
strcasecmp_m() never needs to call to talloc, and via next_codepoint() still has an ASCII fast-path bypassing iconv() calls. Andrew Bartlett | |||||
2011-05-05 | More simple const fixes. | Jeremy Allison | 1 | -2/+2 | |
2011-05-05 | s3-lib: run minimal_includes.pl. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-03-30 | s3: include smbd/smbd.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3: move filename_util.c out of source3/smbd to source3/lib. | Günther Deschner | 1 | -0/+206 | |
Guenther |