Age | Commit message (Expand) | Author | Files | Lines |
2011-09-13 | s3:clitar: remove unused/not existing extern variables | Stefan Metzmacher | 1 | -3/+0 |
2011-07-23 | s3-client/clitar.c: replace cli_read_old() with cli_read() | Björn Baumbach | 1 | -5/+4 |
2011-07-20 | s3-libsmb: replace cli_read() with cli_read_old() | Björn Baumbach | 1 | -1/+1 |
2011-07-19 | First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems | Jeremy Allison | 1 | -1/+1 |
2011-07-08 | s3:clitar: avoid usage of cli_errstr() | Stefan Metzmacher | 1 | -1/+2 |
2011-05-18 | s3-client/clitar.c: Fix cli_errstr() usage (part of bug #7864) | Björn Baumbach | 1 | -9/+14 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
2011-05-06 | More const fixes... getting near the end now. | Jeremy Allison | 1 | -5/+5 |
2011-05-05 | More simple const fixups. | Jeremy Allison | 1 | -1/+1 |
2011-05-04 | Tidy up some missing checks for NULL in strlcpy. | Jeremy Allison | 1 | -1/+1 |
2011-05-04 | Convert safe_strXX to strlXXX. Clean up off-by-ones. | Jeremy Allison | 1 | -31/+17 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH | Andrew Bartlett | 1 | -3/+3 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR | Andrew Bartlett | 1 | -3/+3 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM | Andrew Bartlett | 1 | -3/+3 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 1 | -3/+3 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY | Andrew Bartlett | 1 | -1/+1 |
2011-04-26 | s3: Use cli_writeall instead of cli_write | Volker Lendecke | 1 | -2/+6 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-27 | s3: Fix Coverity ID 83: RESOURCE_LEAK | Volker Lendecke | 1 | -0/+3 |
2010-11-02 | s3-debug Impove setup_logging() to specify logging to stderr | Andrew Bartlett | 1 | -1/+1 |
2010-10-29 | Fix bug #7700 - Improvement of return code of smbclient | Jeremy Allison | 1 | -16/+29 |
2010-08-31 | s3: use monotonic clock for time deltas in smbtar | Björn Jacke | 1 | -7/+7 |
2010-07-30 | s3: Remove "cli" from "struct finfo" | Volker Lendecke | 1 | -2/+4 |
2010-07-27 | s3: Remove a typedef (struct file_info) | Volker Lendecke | 1 | -4/+6 |
2010-06-29 | s3-client: Make sure we only write to an opened file. | Andreas Schneider | 1 | -4/+10 |
2009-11-29 | s3: "tar_parseargs" only looks at the mtime | Volker Lendecke | 1 | -1/+1 |
2009-11-29 | s3: "dotareof" only looks at the file type | Volker Lendecke | 1 | -1/+1 |
2009-11-29 | s3: Pass the "fake dir create times" parameter to sys_*stat | Volker Lendecke | 1 | -2/+3 |
2009-11-23 | Revert "s3: Make the implicit reference to Protocol in mask_match_list() expl... | Volker Lendecke | 1 | -7/+2 |
2009-11-23 | Revert "s3: Move the global variable Protocol to struct smbd_server_connection" | Volker Lendecke | 1 | -2/+2 |
2009-11-21 | s3: Move the global variable Protocol to struct smbd_server_connection | Volker Lendecke | 1 | -2/+2 |
2009-11-21 | s3: Make the implicit reference to Protocol in mask_match_list() explicit | Volker Lendecke | 1 | -2/+7 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -2/+3 |
2009-05-06 | Make cli_setatr async. | Jeremy Allison | 1 | -2/+2 |
2009-05-05 | Make cli_getatr() async. | Jeremy Allison | 1 | -1/+3 |
2009-05-03 | Fix some warnings due to uint16_t!=-1 always being true | Volker Lendecke | 1 | -1/+1 |
2009-04-30 | Cause cli_close to return an NTSTATUS. | Jeremy Allison | 1 | -2/+3 |
2009-04-30 | Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. | Jeremy Allison | 1 | -6/+5 |
2009-04-22 | Make cli_chkpath async. | Jeremy Allison | 1 | -1/+1 |
2009-04-21 | Make cli_mkdir async. Change it to return NTSTATUS. | Jeremy Allison | 1 | -1/+1 |
2009-03-05 | Fix bug #6161 - smbclient corrupts source path in tar mode | Jeremy Allison | 1 | -0/+16 |
2008-12-31 | Fix all warnings in source3 with gcc4.3. | Jeremy Allison | 1 | -5/+12 |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 1 | -14/+14 |
2008-06-17 | Fix a brown paper bag segfault in clitar | Volker Lendecke | 1 | -1/+1 |
2008-03-15 | Fix Coverity ID 564 | Volker Lendecke | 1 | -10/+0 |
2008-01-24 | Fix Coverity ID 463 | Volker Lendecke | 1 | -1/+3 |
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 1 | -3/+4 |
2007-12-21 | Remove next_token_nr_talloc and its associated global | Volker Lendecke | 1 | -5/+55 |
2007-12-09 | C++ warning | Volker Lendecke | 1 | -1/+1 |
2007-12-07 | Remove pstring from clitar.c | Jeremy Allison | 1 | -141/+225 |