index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
client
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-14
smbspool: Fix printing on port 139.
Karolin Seeger
1
-1
/
+1
2008-08-12
cifs.upcall: negatively instantiate keys on error
Jeff Layton
1
-2
/
+10
2008-08-07
Fix bug #5675 with a varient of Tim Waugh's patch,
Jeremy Allison
1
-1
/
+1
2008-08-05
Building cifs.upcall is giving this build warning:
Steve French
1
-1
/
+1
2008-08-05
cifs.upcall: fix manpage and comments
Steve French
1
-4
/
+4
2008-08-05
Backing out most of changeset 5222b8db3fb692e5071bfd1b41849a8eb0a17995
Steve French
1
-2
/
+5
2008-07-24
cifs.upcall was not recognizing the newer name "dns_resolver" key type
Steve French
1
-1
/
+2
2008-07-23
cifs.upcall: fix compile warning
Steve French
1
-3
/
+3
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
1
-2
/
+3
2008-07-16
This patchset comprises a number of cleanups for the cifs upcall
Jeremy Allison
1
-11
/
+20
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
[prev]
[next]