summaryrefslogtreecommitdiff
path: root/source3/client/mount.cifs.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-12mount.cifs: allow mounts to ipv6 capable serversJeff Layton1-101/+120
2008-12-05mount.cifs: if mount user not specified use USER environment variableSteve French1-1/+7
2008-11-06mount.cifs: use lock/unlock_mtab scheme from util-linux-ng mount progJeff Layton1-48/+49
2008-10-29Fix CID: 456 - resource leak on function exit.Jeremy Allison1-0/+13
2008-10-09mount.cifs: make return codes match the return codes for /bin/mount (try #3)Jeff Layton1-36/+46
2008-10-09mount.cifs: have uppercase_string return success on NULL pointerJeff Layton1-2/+2
2008-09-21Attempt to fix bug 5778Volker Lendecke1-0/+10
2008-09-12mount.cifs: make local versions of strlcat and strlcpy staticJeff Layton1-2/+2
2008-08-27mount.cifs: unclear error message with "credentials"Steve French1-2/+3
2008-08-21mount.cifs: don't prompt for password on krb5 mountsJeff Layton1-1/+2
2008-08-05Backing out most of changeset 5222b8db3fb692e5071bfd1b41849a8eb0a17995Steve French1-2/+5
2008-07-02Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...Jeremy Allison1-0/+3
2008-06-27Fix two IBM checker warningsVolker Lendecke1-2/+2
2008-05-01Tidyup to ensure '\n' is treated identically in allJeremy Allison1-0/+2
2008-05-01Fix bug #5434 found by Ted Percival <ted@midg3t.net>.Jeremy Allison1-0/+2
2008-04-25Sync up client/mount.cifs.c with v3-2-test.Jeremy Allison1-25/+4
2008-04-25mount.cifs: Zero mountpassword content before freeing.Karolin Seeger1-3/+24
2008-04-24Make mount.cifs.c consistent with other Samba code usage w.r.tJeremy Allison1-69/+54
2008-03-31mount.cifs: fix several problems when mounting subdirectories of shares (try 2)Jeff Layton1-24/+66
2008-02-25Do the formatting change in all 3 places :-)Volker Lendecke1-3/+7
2008-02-25Fix confusing error message -- bug 5252Volker Lendecke1-3/+5
2008-02-22Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3Simo Sorce1-0/+1
2008-02-14Revert "Merge in J.Layton patch and resolve conflict."Simo Sorce1-64/+26
2008-01-03Update mount.cifs helpSteve French1-3/+5
2007-12-17Merge in J.Layton patch and resolve conflict.Simo Sorce1-26/+64
2007-12-13We don't need to call endpwent if we never call getpwent.Jeremy Allison1-2/+0
2007-12-13Add a varient of Steve Langasek <vorlon@debian.org> patchJeremy Allison1-10/+59
2007-12-12Missed one strcpy call.Jeremy Allison1-1/+1
2007-12-12Add a portable version of strlcpy and strlcat and convertJeremy Allison1-36/+70
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-0/+0
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-1/+1
2007-10-10r25355: IP address parsing did not allow for fully expanded ipv6 addressesSteve French1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22982: Do not prompt for password on sec=none for mount.cifs (and allow guestSteve French1-2/+5
2007-10-10r22979: Revert previous checkin (which had some debug junk) and fix misc free...Steve French1-68/+25
2007-10-10r22779: Patch for not prompting for password on cifs mounts when "sec=none"Steve French1-10/+61
2007-10-10r22560: Clean up frees of realloc memory in mount.cifs (thanks to Alex forSteve French1-6/+6
2007-10-10r22526: Support deep tree mounts after share (instead of having to specifySteve French1-0/+10
2007-10-10r21840: mount.cifs compile on old libc missing bind mount #defineSteve French1-0/+4
2007-10-10r17605: Some C++ warningsVolker Lendecke1-15/+15
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-0/+10
2007-10-10r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607Volker Lendecke1-0/+5
2007-10-10r14127: Remove coverity warning on mount.cifs.cSteve French1-1/+7
2007-10-10r14126: resolve two warnings from the coverity scanSteve French1-5/+8
2007-10-10r14009: Remove last const warning (have to use CONST_DISCARD).Jeremy Allison1-1/+3
2007-10-10r14006: Fix a couple of irritating warnings.Jeremy Allison1-2/+2
2007-10-10r13714: Set MOUNT_CIFS_VENDOR_SUFFIX if _SAMBA_BUILD_ is set toLars Müller1-2/+11
2007-10-10r11938: Fix cifs to handle non-numeric uid and gid parameters and merge trunk...Steve French1-42/+122
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-21/+9