Age | Commit message (Expand) | Author | Files | Lines |
2011-08-02 | s3:masktest: make use of cli_state_protocol() | Stefan Metzmacher | 1 | -1/+1 |
2011-07-28 | s3:torture: use lp_load_global() in the masktest | Michael Adam | 1 | -1/+1 |
2011-07-07 | s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename() | Stefan Metzmacher | 1 | -1/+2 |
2011-06-09 | s3-talloc Change TALLOC_ARRAY() to talloc_array() | Andrew Bartlett | 1 | -2/+2 |
2011-05-28 | s3: Add called name_type param to cli_connect_nb | Volker Lendecke | 1 | -1/+2 |
2011-05-28 | s3: Use cli_connect_nb in masktest | Volker Lendecke | 1 | -30/+3 |
2011-05-28 | s3: Fix some nonemtpy blank lines | Volker Lendecke | 1 | -3/+3 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
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 | -2/+2 |
2011-04-29 | s3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN | Andrew Bartlett | 1 | -5/+5 |
2011-03-30 | s3-libsmb: put namequery headers to nmblib.h | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-trans2: only include trans2.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-01-25 | s3-masktest: Fix cli_errstr() usage (part of bug #7864) | Björn Baumbach | 1 | -5/+6 |
2010-11-02 | s3-debug Remove last direct assignements to DEBUGLEVEL | Andrew Bartlett | 1 | -1/+1 |
2010-11-02 | s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() instead | Andrew Bartlett | 1 | -3/+1 |
2010-11-02 | s3-debug Impove setup_logging() to specify logging to stderr | Andrew Bartlett | 1 | -3/+1 |
2010-10-29 | Fix bug #7700 - Improvement of return code of smbclient | Jeremy Allison | 1 | -4/+9 |
2010-08-18 | s3: async cli_list | Volker Lendecke | 1 | -17/+30 |
2010-08-05 | s3: Fix a crash in masktest | Volker Lendecke | 1 | -0/+1 |
2010-07-27 | s3: Remove a typedef (struct file_info) | Volker Lendecke | 1 | -2/+3 |
2009-04-30 | Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. | Jeremy Allison | 1 | -3/+2 |
2009-04-29 | Make cli_unlink async. | Jeremy Allison | 1 | -2/+2 |
2009-01-30 | Make cli_tcon_andx async | Volker Lendecke | 1 | -3/+4 |
2008-12-19 | Make cli_negprot return NTSTATUS instead of bool | Volker Lendecke | 1 | -2/+4 |
2008-12-03 | s3: Change sockaddr util function names for consistency | Tim Prouty | 1 | -2/+2 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -1/+1 |
2007-12-04 | Ok, down to just the client/*.c code now. | Jeremy Allison | 1 | -30/+52 |
2007-10-27 | Change all occurrences of zero_addr(&ss,AF_INET) to | Jeremy Allison | 1 | -2/+2 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -5/+5 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS. | Jeremy Allison | 1 | -1/+8 |
2007-10-10 | r20261: merge 20260 from samba_3_0_24 | Herb Lewis | 1 | -3/+3 |
2007-10-10 | r20245: merge 20244 from samba_3_0_24 | Herb Lewis | 1 | -3/+4 |
2007-10-10 | r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. | Tim Potter | 1 | -2/+0 |
2007-10-10 | r5749: fix some build issues | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r2824: restored the is_case_sensitive option to ms_fnmatch() in Samba3. It is | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2814: Exactly the same as "main" build fix. | Rafal Szczesniak | 1 | -1/+1 |
2003-08-12 | Fix for bugid #205 - work by Andrew Bartlet (modified to use | Jeremy Allison | 1 | -1/+1 |
2003-07-04 | Fixed strlower changes I missed. Pointed out by metze. | Jeremy Allison | 1 | -2/+2 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett | Jelmer Vernooij | 1 | -2/+0 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions so | Jelmer Vernooij | 1 | -0/+2 |
2003-04-23 | Merge torture tests from HEAD - it looks like we had rather an incomplete | Andrew Bartlett | 1 | -2/+9 |