summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Collapse)AuthorAgeFilesLines
* r4231: commiting changes to 3.0.10samba-3.0.10Gerald Carter2004-12-1617-86/+80
|
* r3605: * sync up with 3.0 with the exception of volker's recent changesGerald Carter2004-11-074-24/+91
| | | | to the getaliases call
* r3265: fix lmhosts lookup so that we don't say we found something when we ↵samba-3.0.8pre2Gerald Carter2004-10-261-24/+29
| | | | really didn't
* r3220: merging current 3.0 code to release branchGerald Carter2004-10-259-22/+175
|
* r2598: syncing up files for 3.0.8pre1Gerald Carter2004-09-242-8/+11
|
* r2565: syncing up for 3.0.8pre1Gerald Carter2004-09-235-11/+68
|
* r2356: commit the changes from the 3.0.7 release that were held back until ↵Samba Release Account2004-09-151-0/+6
| | | | the security announcement
* r2260: merging from 3.0 (and updating WHATSNEW)Gerald Carter2004-09-081-0/+5
| | | | | | | | | | svn merge -r 2177:2188 $SVNURL/branches/SAMBA_3_0 svn merge -r 2188:2189 $SVNURL/branches/SAMBA_3_0 svn merge -r 2189:2190 $SVNURL/branches/SAMBA_3_0 svn merge -r 2190:2191 $SVNURL/branches/SAMBA_3_0 svn merge -r 2196:2198 $SVNURL/branches/SAMBA_3_0 svn merge -r 2219:2224 $SVNURL/branches/SAMBA_3_0 svn merge -r 2231:2233 $SVNURL/branches/SAMBA_3_0
* r2176: syncing necessary changes for 3.0.7Gerald Carter2004-09-011-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn merge -r 1942:1946 $SVNURL/branches/SAMBA_3_0 svn merge -r 1946:1948 $SVNURL/branches/SAMBA_3_0 svn merge -r 1948:1964 $SVNURL/branches/SAMBA_3_0 svn merge -r 1967:1968 $SVNURL/branches/SAMBA_3_0 svn merge -r 1980:2001 $SVNURL/branches/SAMBA_3_0 svn merge -r 2001:2006 $SVNURL/branches/SAMBA_3_0 svn merge -r 2006:2007 $SVNURL/branches/SAMBA_3_0 svn merge -r 2007:2009 $SVNURL/branches/SAMBA_3_0 svn merge -r 2009:2013 $SVNURL/branches/SAMBA_3_0 svn merge -r 2013:2014 $SVNURL/branches/SAMBA_3_0 svn merge -r 2014:2015 $SVNURL/branches/SAMBA_3_0 svn merge -r 2015:2016 $SVNURL/branches/SAMBA_3_0 svn merge -r 2016:2018 $SVNURL/branches/SAMBA_3_0 svn merge -r 2022:2023 $SVNURL/branches/SAMBA_3_0 svn merge -r 2026:2027 $SVNURL/branches/SAMBA_3_0 svn merge -r 2057:2068 $SVNURL/branches/SAMBA_3_0 svn merge -r 2068:2070 $SVNURL/branches/SAMBA_3_0 svn merge -r 2076:2077 $SVNURL/branches/SAMBA_3_0 svn merge -r 2080:2082 $SVNURL/branches/SAMBA_3_0 svn merge -r 2082:2083 $SVNURL/branches/SAMBA_3_0 svn merge -r 2083:2086 $SVNURL/branches/SAMBA_3_0 svn merge -r 2086:2090 $SVNURL/branches/SAMBA_3_0 svn merge -r 2090:2091 $SVNURL/branches/SAMBA_3_0 svn merge -r 2091:2093 $SVNURL/branches/SAMBA_3_0 svn merge -r 2093:2111 $SVNURL/branches/SAMBA_3_0 svn merge -r 2116:2131 $SVNURL/branches/SAMBA_3_0 svn merge -r 2131:2133 $SVNURL/branches/SAMBA_3_0 svn merge -r 2133:2135 $SVNURL/branches/SAMBA_3_0 svn merge -r 2150:2152 $SVNURL/branches/SAMBA_3_0 svn merge -r 2147:2150 $SVNURL/branches/SAMBA_3_0 svn merge -r 2155:2157 $SVNURL/branches/SAMBA_3_0 svn merge -r 2163:2175 $SVNURL/branches/SAMBA_3_0
* r1664: last changes before 3.0.6rc2samba-3.0.6rc2Gerald Carter2004-08-061-0/+20
|
* r1643: syncing all changes from 3.0 and hopefully get 3.0.6rc2 out tomorrowGerald Carter2004-08-048-15/+18
|
* r1408: revert change that broke the build on systems w/o krb5 filesGerald Carter2004-07-081-1/+1
|
* r1400: final heimdal fixes from 3.0Gerald Carter2004-07-081-1/+3
|
* r1383: sync from 3.0 treeGerald Carter2004-07-078-222/+291
|
* r843: first rounds of sync's for 3.0.5pre1Gerald Carter2004-05-245-22/+53
|\
| * r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison2004-05-191-10/+27
| | | | | | | | | | | | kawasa_r@itg.hitachi.co.jp. A couple of mem leak fixes in mainline code paths though :-). Jeremy.
| * r776: I should have just cut and pasted from my build area and I wouldHerb Lewis2004-05-181-1/+1
| | | | | | | | have gotten this right :-)
| * r775: merge trunk 774 to samba 3_0 - fix bad compare in for loopHerb Lewis2004-05-181-5/+1
| |
| * r618: Bug #1333. Fix a problem pointed out by coolo where I was trying to ensureRichard Sharpe2004-05-091-1/+1
| | | | | | | | that the errno is not trashed by a DEBUG statement, but screwed up.
| * r616: Bug #1333.Richard Sharpe2004-05-091-2/+8
| | | | | | | | Make sure we return an error code when things go wrong.
| * r588: Some fixes from coolo ...Richard Sharpe2004-05-082-5/+15
| | | | | | | | I think that the ECONNREFUSED should probably be ENOENT.
| * r559: Some fixes from coolo ...Richard Sharpe2004-05-071-2/+2
| |
| * r557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before ↵Gerald Carter2004-05-071-0/+6
| | | | | | | | dereferencing it
| * r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error ↵Jelmer Vernooij2004-05-071-0/+3
| | | | | | | | | | | | mapping table
| * r541: fixing segfault in winbindd caused -r527 -- looks like a bug in ↵Gerald Carter2004-05-071-1/+4
| | | | | | | | heimdal; also initialize some pointers
| * r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jpJeremy Allison2004-05-061-1/+3
| | | | | | | | Jeremy.
| * r527: More memory leak fixes in error paths from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2004-05-061-2/+8
| | | | | | | | Jeremy.
| * r525: More memory leak fixes from kawasa_r@itg.hitachi.co.jp in error codeJeremy Allison2004-05-061-5/+9
| | | | | | | | | | paths. Jeremy.
| * r523: Fix from kawasa_r@itg.hitachi.co.jp to initialise blob structs.Jeremy Allison2004-05-061-2/+2
| | | | | | | | Jeremy.
| * r494: patch from Stephan Kulow <coolo@kde.org> to fix a cut-n-paste error in ↵Gerald Carter2004-05-051-1/+1
| | | | | | | | strlen which caused Konqueror to crash
| * r446: Close the open NT pipes before the tdis.Volker Lendecke2004-05-021-3/+3
| | | | | | | | Volker
| * r415: Return NT_STATUS_ACCESS_DENIED not some LOCK message ...Richard Sharpe2004-04-291-1/+1
| |
* | r567: getting ready for 3.0.4 -- still holding for one more bug fixGerald Carter2004-05-077-18/+42
|/
* r296: patch from j.lu -- don't force an upper case domain name in the ↵Gerald Carter2004-04-201-3/+1
| | | | ntlmssp code
* r248: Add support for printing out the MAC address on nmblookup.Richard Sharpe2004-04-161-4/+11
|
* r221: Remainder of bug 1208. We do not remove creds from _any_ FILE ccache,Jim McDonough2004-04-141-17/+40
| | | | | | because not only does it not work on Heimdal, but also since ccaches created within samba are memory-based, so we shouldn't touch a FILE-based one (it was probably created via kinit or similar).
* r219: Obtain new tickets if current ones are expired. Next part of fix forJim McDonough2004-04-141-12/+36
| | | | | | | | | | | | bug 1208. Based on a fix from Guether Deschener. Outstanding pieces: - Heimdal FILE-based ccaches don't actually remove creds properly, so we need to code a check for this - what if ticket expires between our check and when we use it? Guenther has coded up fixes for these parts, but I still need to review them, as I'm not totally comfortable with the solutions.
* r176: Improve our fallback code for password changes - this would be betterAndrew Bartlett2004-04-123-43/+115
| | | | | | | | | | | | | | with more correct NTLMSSP support in client and server, but it will do for now. Also implement LANMAN password only in the classical session setup code, but #ifdef'ed out. In Samba4, I'll make this run-time so we can torture it. Lanman passwords over 14 dos characters long could be considered 'invalid' (they are truncated) - so SMBencrypt now returns 'False' if it generates such a password. Andrew Bartlett
* r148: Ensure we do not dereference a null pointer when we return the userAndrew Bartlett2004-04-101-5/+17
| | | | session key.
* r116: volker's patch for local group and group nestingGerald Carter2004-04-071-3/+1
|
* r96: Stupid f&%'n UNIX extensions.... SETPATHINFOJeremy Allison2004-04-061-9/+10
| | | | | | | | | | | | | | normally takes as it's param entry the filename to be acted upon.... Unless it's UNIX extensions create hardlink, or UNIX extensions create symlink. Then it's param -> newfile name data -> oldfile name. This caused me to stuff them up in 3.0.2 (and the client commands link and symlink). Fixed them, everything is now called oldname and newname - thus specifying which name should already exist (hint - the old one...) and which will be created (newname). Jeremy.
* r84: Implement --required-membership-of=, an ntlm_auth option that restrictsAndrew Bartlett2004-04-061-0/+28
| | | | | | | | | all authentication to members of this particular group. Also implement an option to allow ntlm_auth to get 'squashed' error codes, which are safer to communicate to remote network clients. Andrew Bartlett
* r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.Alexander Bokovoy2004-04-061-1/+5
| | | | | | | | | We use cli_state.smb_rw_error to pass this specific case into cli_close_connection() from smbmount as smb_rw_error can have only selected number of states and it is ignored in cli_close_connection(). Compiled and tested by Lars Mueller from SuSE on x86, x86_64, ppc, ppc64, s390 and s390x.
* r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ↵Andrew Bartlett2004-04-062-14/+14
| | | | | | | key could be anything, and may not be based on anything 'NT'. This is also what microsoft calls it.
* r39: * importing .cvsignore filesGerald Carter2004-04-051-3/+0
| | | | * updateing WHATSNEW with vl's change
* r4: merge in the SAMBA_3_0 branch from cvsCVS Import User2004-04-045-37/+115
| | | | | | | | to checkout try this: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_3_0 samba-3_0-work metze
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-0448-0/+28335
metze