Age | Commit message (Expand) | Author | Files | Lines |
2008-07-02 | Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc... | Jeremy Allison | 1 | -0/+3 |
2008-06-27 | Fix two IBM checker warnings | Volker Lendecke | 1 | -2/+2 |
2008-06-17 | Fix a brown paper bag segfault in clitar | Volker Lendecke | 2 | -2/+2 |
2008-05-30 | Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-... | Jeremy Allison | 1 | -1/+1 |
2008-05-30 | From Michael R Sweet <mike@easysw.com>. | Jeremy Allison | 1 | -1/+1 |
2008-05-28 | Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses | Jeremy Allison | 1 | -1/+1 |
2008-05-25 | Remove stuff from client_proto.h | Volker Lendecke | 1 | -404/+0 |
2008-05-22 | rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp(). | Michael Adam | 1 | -1/+0 |
2008-05-22 | client: Fix the proto header to fix the build. | Kai Blin | 1 | -1/+1 |
2008-05-18 | smbclient: freeze client_proto.h from "make proto" | Michael Adam | 1 | -0/+457 |
2008-05-05 | Fix client authentication with -P switch in client tools (Bug 5435). | Günther Deschner | 1 | -0/+5 |
2008-05-01 | Tidyup to ensure '\n' is treated identically in all | Jeremy Allison | 1 | -0/+2 |
2008-05-01 | Fix bug #5434 found by Ted Percival <ted@midg3t.net>. | Jeremy Allison | 1 | -0/+2 |
2008-04-25 | Sync up client/mount.cifs.c with v3-2-test. | Jeremy Allison | 1 | -25/+4 |
2008-04-25 | mount.cifs: Zero mountpassword content before freeing. | Karolin Seeger | 1 | -3/+24 |
2008-04-24 | Make mount.cifs.c consistent with other Samba code usage w.r.t | Jeremy Allison | 1 | -69/+54 |
2008-04-21 | smbspool: Fix the smbspool build. | James Peach | 1 | -11/+15 |
2008-04-21 | smbspool: minor formatting cleanups. | James Peach | 1 | -88/+133 |
2008-04-21 | smbspool: Run indent to approximate conding standards. | James Peach | 1 | -533/+485 |
2008-04-21 | smbspool: add my copyright. | James Peach | 1 | -0/+1 |
2008-04-21 | smbspool: Fix CUPS authentication protocol support. | Mike Sweet | 1 | -34/+75 |
2008-04-21 | smbspool: fix Kerberos support for CUPS 1.3. | Mike Sweet | 1 | -144/+87 |
2008-04-20 | Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct | Volker Lendecke | 1 | -2/+2 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-04-17 | Fix the problem when -L is used with IPv6 addresses. Don't try to | Jeremy Allison | 1 | -0/+8 |
2008-03-31 | mount.cifs: fix several problems when mounting subdirectories of shares (try 2) | Jeff Layton | 1 | -24/+66 |
2008-03-28 | More ssize_t->SMB_OFF_T | Volker Lendecke | 1 | -1/+1 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -1/+4 |
2008-03-15 | Fix Coverity ID 563 | Volker Lendecke | 1 | -5/+1 |
2008-03-15 | Fix Coverity ID 564 | Volker Lendecke | 1 | -10/+0 |
2008-03-10 | Use rpccli_srvsvc_NetShareEnumAll in smbclient. | Günther Deschner | 1 | -15/+21 |
2008-03-06 | Eliminate global variable in_client and a plethora of extern declarations. | Derrell Lipman | 2 | -4/+2 |
2008-03-06 | Change default bufsize to 512k | Volker Lendecke | 1 | -1/+1 |
2008-03-06 | Use io_bufsize as window size in smbclient get command | Volker Lendecke | 1 | -1/+1 |
2008-03-06 | Add async cli_pull support | Volker Lendecke | 1 | -29/+16 |
2008-03-01 | Revert "Add async cli_pull support" | Volker Lendecke | 1 | -15/+27 |
2008-03-01 | Revert "Fix warnings" | Volker Lendecke | 1 | -1/+2 |
2008-02-29 | Fix warnings | Volker Lendecke | 1 | -2/+1 |
2008-02-28 | Remove smbmount. | Karolin Seeger | 3 | -1575/+0 |
2008-02-28 | Add async cli_pull support | Volker Lendecke | 1 | -27/+15 |
2008-02-25 | Do the formatting change in all 3 places :-) | Volker Lendecke | 1 | -3/+7 |
2008-02-25 | Fix confusing error message -- bug 5252 | Volker Lendecke | 1 | -3/+5 |
2008-02-22 | Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3 | Simo Sorce | 1 | -0/+1 |
2008-02-18 | Replace C++-style comments with C. | Tim Potter | 1 | -1/+1 |
2008-02-14 | Revert "Merge in J.Layton patch and resolve conflict." | Simo Sorce | 1 | -64/+26 |
2008-02-08 | Fix bug #5247 "Wildcard expansion in mget is broken" | Jeremy Allison | 1 | -71/+38 |
2008-02-02 | Convert receive_smb_raw to NTSTATUS | Volker Lendecke | 1 | -3/+24 |
2008-01-25 | Fix bogus uninitialized variable warnings | Volker Lendecke | 2 | -2/+2 |
2008-01-24 | Fix Coverity ID 463 | Volker Lendecke | 1 | -1/+3 |
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 4 | -8/+13 |