index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
mount.cifs: don't leak passwords with verbose option
Jeff Layton
2009-09-28
1
-20
/
+34
*
mount.cifs: check access of credential files before opening
Jeff Layton
2009-09-28
1
-0
/
+11
*
Fix #3954
Volker Lendecke
2009-03-27
1
-1
/
+2
*
Fix bug #6161 - smbclient corrupts source path in tar mode
Jeremy Allison
2009-03-06
1
-0
/
+16
*
Fix guest mounts
Steve French
2009-03-06
1
-1
/
+3
*
cifs mount did not properly display version string when no other parameters p...
Steve French
2009-03-06
1
-0
/
+8
*
More warning fixes for Solaris.
Jeremy Allison
2009-02-24
1
-3
/
+3
*
Fix Coverity IDs 879 and 880 (RESOURCE_LEAK, REVERSE_INULL)
Volker Lendecke
2009-02-16
1
-4
/
+7
*
mount.cifs: initialize rc to 0 in main
Jeff Layton
2009-02-16
1
-1
/
+1
*
mount.cifs: add fakemount (-f) and nomtab (-n) flags to mount.cifs
Shirish Pargaonkar
2009-02-16
1
-3
/
+9
*
umount.cifs: clean-up entries in /etc/mtab after unmount
Shirish Pargaonkar
2009-02-16
1
-1
/
+33
*
Fix bug #6021 - smbclient du command does not recuse properly
Jeremy Allison
2009-01-12
1
-4
/
+4
*
Fix bug 6014 -- mget shouldn't segfault without arguments
Volker Lendecke
2009-01-05
1
-0
/
+5
*
Fix all warnings with gcc4.3.
Jeremy Allison
2009-01-02
1
-5
/
+12
*
Fix more asprintf and "ignoring return code" warnings from gcc 4.3.
Jeremy Allison
2009-01-02
1
-24
/
+36
*
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-11
1
-1
/
+7
*
Change sockaddr util function names for consistency and to eliminate name con...
Tim Prouty
2008-12-11
1
-1
/
+1
*
mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount prog
Jeff Layton
2008-11-18
4
-67
/
+309
*
Fix CID: 456 - resource leak on function exit.
Jeremy Allison
2008-11-18
1
-0
/
+13
*
mount.cifs: make return codes match the return codes for /bin/mount (try #3)
Jeff Layton
2008-10-15
1
-36
/
+46
*
mount.cifs: have uppercase_string return success on NULL pointer
Jeff Layton
2008-10-15
1
-2
/
+2
*
Correctly fix smbclient to terminate on eof from server.
Jeremy Allison
2008-10-15
1
-2
/
+11
*
Attempt to fix bug 5778
Volker Lendecke
2008-09-29
1
-0
/
+10
*
cifs.upcall: make most functions static and silence compiler warnings
Jeff Layton
2008-09-16
1
-7
/
+11
*
Fix display of POSIX ACLs.
Timur
2008-09-16
1
-2
/
+2
*
mount.cifs: make local versions of strlcat and strlcpy static
Jeff Layton
2008-09-15
1
-2
/
+2
*
Use the given name, not the absolute pathname, when printing out ACL info.
Jeremy Allison
2008-09-15
1
-1
/
+1
*
Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss...
Jeremy Allison
2008-09-15
1
-1
/
+1
*
mount.cifs: unclear error message with "credentials"
Steve French
2008-09-08
1
-2
/
+3
*
cifs.upcall: bump SPNEGO msg version number and don't reject old versions
Jeff Layton
2008-08-25
2
-3
/
+3
*
cifs.upcall: fix build warning
Jeff Layton
2008-08-22
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-19
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
|
/
[next]