Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r19250: Fixes bug 4156. | Derrell Lipman | 1 | -0/+1 |
2007-10-10 | r19043: There's no point in #ifdef'ing the detection whether we were offered ... | Volker Lendecke | 1 | -8/+2 |
2007-10-10 | r19042: Fix the non-krb5 build. This needs sooo severe cleanup ... :-) | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r19041: Make us connect to Vista RC1. Apparently metze had done the same patc... | Volker Lendecke | 1 | -1/+14 |
2007-10-10 | r18969: Fix typo. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r18613: Metze, in your DLINKLIST commit you changed this | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END() | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17800: Start using struct timespec internally for file times | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r17583: Change internal cli_session_setup functions to NTSTATUS. | Volker Lendecke | 1 | -47/+56 |
2007-10-10 | r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS | Volker Lendecke | 1 | -27/+38 |
2007-10-10 | r17216: From Kai Blin <kai.blin@gmail.com>: | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -17/+22 |
2007-10-10 | r15755: Fix Coverity bug # 294. Apparently password can be NULL, but cli_sess... | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r15681: fix segv in 'kinit && net ads join' | Gerald Carter | 1 | -5/+3 |
2007-10-10 | r15610: Fix Coverity #288 - possible null deref. | Jeremy Allison | 1 | -3/+11 |
2007-10-10 | r15589: While trying to understand the vuid code I found that security=share ... | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r15162: Patch for bug #3668. Windows has a bug with LARGE_READX | Jeremy Allison | 1 | -3/+19 |
2007-10-10 | r14585: Tighten argument list of kerberos_kinit_password again, | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r13502: Fix error messages for usershares when smbd is not | Jeremy Allison | 1 | -3/+10 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13310: first round of server affinity patches for winbindd & net ads join | Gerald Carter | 1 | -5/+7 |
2007-10-10 | r11975: Fix valgrind error -- bug 3291 | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r11511: A classic "friday night check-in" :-). This moves much | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r11240: * fix invalid read reported by valgrind in the | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -24/+3 |
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 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -2/+1 |
2007-10-10 | r5994: proper fix for smbclient and win98 file servers; check the WCT value i... | Gerald Carter | 1 | -2/+6 |
2007-10-10 | r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not ... | Gerald Carter | 1 | -0/+4 |
2007-10-10 | r5729: partial fixes for BUG 2308; libsmbclient patches from Derrell Lipman <... | Gerald Carter | 1 | -1/+6 |
2007-10-10 | r5518: Add initial msdfs support to smbclient. Currently I can only | Gerald Carter | 1 | -0/+3 |
2007-10-10 | r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopen | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r4970: Fix for bug 2092, allowing fallback after kerberos and allow | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes. | Jeremy Allison | 1 | -1/+6 |
2007-10-10 | r4186: Fix client & server to allow 127k READX calls. | Jeremy Allison | 1 | -6/+9 |
2007-10-10 | r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r2466: Fix memleak found by sean.chandler@verizon.net. | Volker Lendecke | 1 | -1/+6 |
2007-10-10 | r2371: Fix for talking to OS/2 clients (max_mux ignored) by Guenter Kukkukk <... | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r1612: Fix bug #1571 found by Guenter Kukkukk <guenter.kukkukk@kukkukk.com> | Andrew Bartlett | 1 | -2/+5 |
2007-10-10 | r1487: Remove unused parameter for the client-side signing functions. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r525: More memory leak fixes from kawasa_r@itg.hitachi.co.jp in error code | Jeremy Allison | 1 | -5/+9 |
2007-10-10 | r523: Fix from kawasa_r@itg.hitachi.co.jp to initialise blob structs. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r176: Improve our fallback code for password changes - this would be better | Andrew Bartlett | 1 | -19/+44 |
2004-03-31 | fix typo | Herb Lewis | 1 | -2/+2 |
2004-03-27 | Revert bogus part of smb signing commit - when Win2k supports singing/SPNEGO, | Andrew Bartlett | 1 | -1/+1 |
2004-03-27 | Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yet | Andrew Bartlett | 1 | -3/+5 |
2004-03-27 | Merge from HEAD the SMB signing patch that I developed a couple of weeks | Andrew Bartlett | 1 | -9/+14 |
2004-03-24 | Fix bugzilla # 1208 | Jim McDonough | 1 | -1/+1 |
2004-03-19 | updating release notes & merging Derrel Lipman's libsmbclient patch from HEAD | Gerald Carter | 1 | -20/+66 |
2004-01-15 | * BUG 446 | Gerald Carter | 1 | -1/+1 |