index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the global "cmdline_auth_info" from source3/lib/util.c
Volker Lendecke
2008-12-14
1
-14
/
+26
*
mount.cifs: allow mounts to ipv6 capable servers
Jeff Layton
2008-12-12
1
-101
/
+120
*
mount.cifs: if mount user not specified use USER environment variable
Steve French
2008-12-05
1
-1
/
+7
*
s3: Change sockaddr util function names for consistency
Tim Prouty
2008-12-03
1
-1
/
+1
*
mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog
Jeff Layton
2008-11-06
4
-67
/
+309
*
Fix CID: 456 - resource leak on function exit.
Jeremy Allison
2008-10-29
1
-0
/
+13
*
Make use of a large buffer for smbclient put command
Volker Lendecke
2008-10-23
1
-0
/
+3
*
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
2008-10-18
2
-4
/
+4
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
2
-22
/
+22
*
mount.cifs: make return codes match the return codes for /bin/mount (try #3)
Jeff Layton
2008-10-09
1
-36
/
+46
*
mount.cifs: have uppercase_string return success on NULL pointer
Jeff Layton
2008-10-09
1
-2
/
+2
*
Fix the build farm. In this branch cli_echo returns NTSTATUS.
Jeremy Allison
2008-10-03
1
-1
/
+4
*
Correctly fix smbclient to terminate on eof from server.
Jeremy Allison
2008-10-03
1
-2
/
+11
*
Attempt to fix bug 5778
Volker Lendecke
2008-09-21
1
-0
/
+10
*
Fix display of POSIX ACLs.
Timur
2008-09-15
1
-2
/
+2
*
mount.cifs: make local versions of strlcat and strlcpy static
Jeff Layton
2008-09-12
1
-2
/
+2
*
cifs.upcall: make most functions static and silence compiler warnings
Jeff Layton
2008-09-12
1
-7
/
+11
*
Use the given name, not the absolute pathname, when printing out ACL info.
Jeremy Allison
2008-09-11
1
-1
/
+1
*
Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss...
Jeremy Allison
2008-09-11
1
-1
/
+1
*
Clarify usage of "force create mode".
Jeremy Allison
2008-08-28
1
-1
/
+1
*
Add async smbecho client support
Volker Lendecke
2008-08-28
1
-4
/
+6
*
mount.cifs: unclear error message with "credentials"
Steve French
2008-08-27
1
-2
/
+3
*
cifs.upcall: bump SPNEGO msg version number and don't reject old versions
Jeff Layton
2008-08-22
2
-3
/
+3
*
cifs.upcall: fix build warning
Jeff Layton
2008-08-21
1
-1
/
+2
*
cifs.upcall: handle MSKRB5 OID properly
Jeff Layton
2008-08-21
1
-5
/
+13
*
mount.cifs: don't prompt for password on krb5 mounts
Jeff Layton
2008-08-21
1
-1
/
+2
*
smbspool: Fix printing on port 139.
Karolin Seeger
2008-08-14
1
-1
/
+1
*
cifs.upcall: negatively instantiate keys on error
Jeff Layton
2008-08-12
1
-2
/
+10
*
Fix bug #5675 with a varient of Tim Waugh's patch,
Jeremy Allison
2008-08-07
1
-1
/
+1
*
Building cifs.upcall is giving this build warning:
Steve French
2008-08-05
1
-1
/
+1
*
cifs.upcall: fix manpage and comments
Steve French
2008-08-05
1
-4
/
+4
*
Backing out most of changeset 5222b8db3fb692e5071bfd1b41849a8eb0a17995
Steve French
2008-08-05
1
-2
/
+5
*
cifs.upcall was not recognizing the newer name "dns_resolver" key type
Steve French
2008-07-24
1
-1
/
+2
*
cifs.upcall: fix compile warning
Steve French
2008-07-23
1
-3
/
+3
*
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
2008-07-20
1
-2
/
+3
*
This patchset comprises a number of cleanups for the cifs upcall
Jeremy Allison
2008-07-16
1
-11
/
+20
*
Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...
Jeremy Allison
2008-07-02
1
-0
/
+3
*
Fix two IBM checker warnings
Volker Lendecke
2008-06-27
1
-2
/
+2
*
Fix a brown paper bag segfault in clitar
Volker Lendecke
2008-06-17
2
-2
/
+2
*
Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...
Jeremy Allison
2008-05-30
1
-1
/
+1
|
\
|
*
Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses
Jeremy Allison
2008-05-28
1
-1
/
+1
*
|
From Michael R Sweet <mike@easysw.com>.
Jeremy Allison
2008-05-30
1
-1
/
+1
|
/
*
Remove stuff from client_proto.h
Volker Lendecke
2008-05-25
1
-404
/
+0
*
rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().
Michael Adam
2008-05-22
1
-1
/
+0
*
client: Fix the proto header to fix the build.
Kai Blin
2008-05-22
1
-1
/
+1
*
smbclient: freeze client_proto.h from "make proto"
Michael Adam
2008-05-18
1
-0
/
+457
*
Fix client authentication with -P switch in client tools (Bug 5435).
Günther Deschner
2008-05-05
1
-0
/
+5
*
Tidyup to ensure '\n' is treated identically in all
Jeremy Allison
2008-05-01
1
-0
/
+2
*
Fix bug #5434 found by Ted Percival <ted@midg3t.net>.
Jeremy Allison
2008-05-01
1
-0
/
+2
*
Sync up client/mount.cifs.c with v3-2-test.
Jeremy Allison
2008-04-25
1
-25
/
+4
[next]