summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a brown paper bag segfault in clitarVolker Lendecke2008-06-182-2/+2
| | | | | | | Thanks to "No Body is Perfect" from gmail, whoever that is :-) Volker (cherry picked from commit 679d8dfa390601f777bfb43c02cd921eae5edcf4)
* Fix a memleak in svcctl_init_keys()Volker Lendecke2008-06-171-1/+10
| | | | (cherry picked from commit 675bb53398ba29c53d2dcf3c7122cf4770c2f938)
* Fix a segfault in wbcLookupSidVolker Lendecke2008-06-171-19/+29
| | | | | | | | | | | | | | If the BAIL_ON_WBC_ERROR directly after wbcRequestResponse kicks in, *domain and *name have not been initialized yet. So the cleanup routine in the done: part of the routine (which did not check for domain!=NULL etc) would access uninitialized memory. Jerry, please check! Thanks, Volker (cherry picked from commit 3d7e0cc40b1992f4555807acec4f00450e30e2de)
* Fix a segfault in wbcLookupRidsVolker Lendecke2008-06-171-16/+21
| | | | | | | | | | | | The done: part could access uninitialized memory if intermediate BAIL_ON_WBC_ERROR fire. Jerry, please check! Thanks, Volker (cherry picked from commit 31f4c33dcc744e81be54389756378e25aa2bb75e)
* Replace a very unusual variable declaration by a more conventional oneVolker Lendecke2008-06-171-1/+1
| | | | (cherry picked from commit b37030644e32249706d431ad93881d540f351c50)
* man pages: Move 'smbsh' man page to the examples directory.Karolin Seeger2008-06-173-0/+311
| | | | | | | | | | | smbsh.c is located in the examples directory. It does not make sense to install a man page without installing the tool itself. This fixes bug #4724. Karolin (cherry picked from commit 797ed744b15c94fa4831d9796b40bb0ab5df55b7) (cherry picked from commit 23981be7a009dc9e056ba2e12c5df6e3a13ab193)
* Fix a memleak in wbcAuthenticateUserEx()Volker Lendecke2008-06-171-0/+2
| | | | (cherry picked from commit 72b381689af9cae83ab08532cffd0188f2da4807)
* Revert "Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails"Volker Lendecke2008-06-171-1/+0
| | | | | This reverts commit 6bcfa82ff15531c64e0db27dcc58e5847c513aa6. (cherry picked from commit 6f3183d0c4880dcf243239cd1ed018b9d10a4249)
* Revert "Fix a memleak caused by a crappy get_sorted_dc_list() API"Volker Lendecke2008-06-171-14/+1
| | | | | This reverts commit ba10b9c077272c521504b3a638bba73446efc61c. (cherry picked from commit 4b3690a730895f6a19b14ee09ca0a2a131c3ba21)
* More correct fix (hopefully :-) for any memory leaks.Jeremy Allison2008-06-171-1/+17
| | | | | | | | | | | Jerry promised to check :-). Vl also please review. Jeremy. Okay -- I have to admit that this is the better fix. With my fixes I got a double-free when using security=domain. Sorry... Volker (cherry picked from commit 3b0d688b1b16c9054340d08986d0fa91f7fff9ad)
* net_vampire: fix samsync_process_database(). Final fix for Bug #5542.Günther Deschner2008-06-171-1/+1
| | | | | | | Turns out the password hashes are not rid encrypted in the samsync reply. Guenther (cherry picked from commit 55259f408b7bc356367d872a38a54174d364fd2b)
* net_vampire: fix build warning.Günther Deschner2008-06-171-1/+0
| | | | | | Guenther (cherry picked from commit eb4232fec05cd87ea85a781b84a3fbe85f469703) (cherry picked from commit 28b85a92160c7880253725cd247e064020f8be41)
* netapi: Fix Bug #5545 (libnetapi_init without $USER)Günther Deschner2008-06-171-2/+6
| | | | | | | | Based on patch from Erik van Pienbroek. Guenther (cherry picked from commit 71f4cf773022525ba617f09c495dbff97f8eb2d5) (cherry picked from commit 7602a4dbfb1b2ae9963f017be62c999af0c2e043)
* WHATSNEW: Updates changes since 3.2.0rc2.Karolin Seeger2008-06-161-3/+33
| | | | | Karolin (cherry picked from commit 83dfdfccfa9a07075912caeafde7355f4e7ce1ec)
* net: Fix several typos in comments.Karolin Seeger2008-06-161-372/+372
| | | | | | | | | | | | -argc -> argv (where argv is meant) -destoyed -> destroyed -compleation -> completion -aquired -> acquired -Unify spelling of some words like rpc-server -> RPC server. -Add missing punctuation marks. Karolin (cherry picked from commit 7c22fc6ebaa1a83213cbb7c08bea108264f89486)
* Fix a handle leak for error returns in ldb_try_load_dsoVolker Lendecke2008-06-161-1/+7
| | | | | Coverity ID 464 (cherry picked from commit 496d44d2f21661c85bf07e8eb7cae6298fefd900)
* Fix group parsing in libwbclient's copy_group_entry()Volker Lendecke2008-06-161-4/+6
| | | | | | | | This (also) fixes a flaw pointed out by the IBM checker. When verifying that I found out that the parsing was not working as I would have expected it to. Jerry, please check! (cherry picked from commit c2c7790155ab02e1e351caf2bed192ce72913663)
* Fix an uninitialized variable found by the IBM checkerVolker Lendecke2008-06-161-5/+5
| | | | | | | | | | BAIL_ON_PTR_ERROR jumps to done: which will access extra_data before it's initialized. Stefan, please check! Volker (cherry picked from commit b59636f78d351ed6d52c4a9fdccdb7850388526c)
* Fix bug 5500 -- thanks to mathion at thorrovydeti.com for reportingVolker Lendecke2008-06-161-0/+2
| | | | (cherry picked from commit 996c3ce6f0dbe79b0679ae30afd873c24fe5b1eb)
* Fix a crash in _winreg_QueryValueVolker Lendecke2008-06-131-0/+4
| | | | | | | | | | | | Coverity ID 474, value_length and type are both unique, not ref pointers and can thus be NULL. Karolin, please merge this to -stable. Thanks, Volker (cherry picked from commit 999533c0ccced59141d8baff5bc248d63e2a966f)
* net: Fix bug #5542 (samsync contains empty passwords).Günther Deschner2008-06-133-2/+28
| | | | | Guenther (cherry picked from commit 1a22e975dd1255f3557c1cd873d877aa35822afc)
* samsync: add samsync_fix_delta_array()Günther Deschner2008-06-132-0/+189
| | | | | | | This code is vastly based on samba4 code. Guenther (cherry picked from commit 5b68be96996a710988b1fd1c176cd5dff0f2c6af)
* man pages: Fix indentation in smb.conf section about 'map readonly'.Karolin Seeger2008-06-121-4/+4
| | | | (cherry picked from commit 0f0d81a89ae2ebae7d031a3a8633c3a924ebcbae)
* man pages: Added improvements.Christoph Zauner2008-06-123-6/+11
| | | | (cherry picked from commit 7fecd548af0a21b9644bd70e22a38aaa28777aa0)
* man pages: Fix typo in smb.conf section about the 'deleteprinter command'.Karolin Seeger2008-06-121-1/+1
| | | | | Karolin (cherry picked from commit 5fa77c216bc43c3558aff3373f74554efdb9210d)
* man pages: Fix typos.Christoph Zauner2008-06-126-14/+15
| | | | (cherry picked from commit 881eaa26e071a7fde9c6fc5eb42ae122d0ddd490)
* Samba3-HOWTO: Fix typos.Christoph Zauner2008-06-123-11/+14
| | | | (cherry picked from commit 2391d999eb733bd8d12631478f4318608225cbb6)
* Fix typos.Christoph Zauner2008-06-121-3/+3
| | | | (cherry picked from commit b2390aa738f6384016600dffb8065bd0bcda6ef1)
* Add -brtl to the AIX linker flagsVolker Lendecke2008-06-121-1/+3
| | | | | Thanks to William Jojo (cherry picked from commit 74b195b54416d9e3eb46079a71eed31a15c7293a)
* AIX build fixes from William Jojo -- thanksVolker Lendecke2008-06-122-2/+3
| | | | (cherry picked from commit cb91a47576e820390bc62195702aaae93a2feba6)
* Fix max_fd calculation in event_loop_onceVolker Lendecke2008-06-121-1/+1
| | | | | | | | | | For some bugs I really wonder how they can go undetected for so long. Fix a bug reported by Mathias Dietz. No samba bugzilla entry, but still 100% needed for 3-2-stable. Volker (cherry picked from commit 82c994dabc47bb4755c883a1f3651bb5d65cf2c5)
* pam_winbind: Update cached creds during password change.Günther Deschner2008-06-111-0/+4
| | | | | | | | Fix is from Bo Yang @ Novell. Thanks! (cherry picked from commit e4eb9d347d14de8c9ba73b07f26fe8fd4f17eab5) (cherry picked from commit 49178f979f14ced834dda3104044bb8a84d4ebdb)
* Correctly find a [u]int32_t replacementVolker Lendecke2008-06-111-6/+15
| | | | (cherry picked from commit 346375cda557a675f8f882ca2ae8edffec725a72)
* Fix some scary FC9 warningsVolker Lendecke2008-06-111-39/+41
| | | | (cherry picked from commit 6b0fed09ea34409d1c61bae9121bdb38d4c68d62)
* man pages: Don't refer to numbered chapter of the HOWTO collection.Karolin Seeger2008-06-101-1/+2
| | | | | | | | This fixes bug #5527. Thanks to the Debian package maintainers for reporting! Karolin (cherry picked from commit b6696f4fbfc6aaffceef71c6099b8eaea58c1172)
* man pages: Fix broken smb.conf section about the 'get quota command'.samba-3.2.0rc2Karolin Seeger2008-06-101-2/+3
| | | | | | | | This fixes bug #5422. Thanks to the Debian package maintainers for reporting! Karolin (cherry picked from commit 04e2470e2eeef34362f2893ec062ae16f74c28ed)
* WHATSNEW: Update changes since 3.2.0rc1.Karolin Seeger2008-06-101-0/+5
| | | | | Karolin (cherry picked from commit eb99ac3618269103b434afaca13295ab5c2cc478)
* Don't reset password last set time just because the expired flagJim McDonough2008-06-101-1/+9
| | | | | | | | is set to 0. If the account wasn't expired but autolocked, using "net user /dom <username> /active:y" would clear this, incorrectly setting the current time as the new "password last set" time. (cherry picked from commit 2089c692cfe5a4f9bbed1e658c6f73c310dbff57)
* WHATSNEW: Update changes since 3.2.0rc1.Karolin Seeger2008-06-091-0/+1
| | | | | Karolin (cherry picked from commit 1b9894622fccd044647abfe2c13c3018f72a6949)
* shrink ldbtoolsVolker Lendecke2008-06-091-20/+11
| | | | | Thanks to Björn Jacke for noticing :-) (cherry picked from commit 8faee1cee829d749835a66d219170ccfd85151d0)
* man pages: Fix synonyms.Karolin Seeger2008-06-091-0/+3
| | | | | Karolin (cherry picked from commit d1ae27ddbe9c30996d2c593a37e65581c3ff482c)
* man pages: Remove wrong synonym.Karolin Seeger2008-06-091-1/+0
| | | | | Karolin (cherry picked from commit 4951bc8ff1da9bfc79b9b403b420f07299266df6)
* WHATSNEW: Update changes since 3.2.0rc1.Karolin Seeger2008-06-091-0/+1
| | | | | Karolin (cherry picked from commit ead68586fc1d3d8ac83d069a1355573026397ac6)
* Fix the compile on NetBSD -- missing prototypesVolker Lendecke2008-06-091-0/+39
| | | | (cherry picked from commit 11236d266e3703eb3aca4b96e2ed9da76614ec12)
* Fix the compile on NetBSD -- readlink and read are macros thereVolker Lendecke2008-06-092-10/+10
| | | | (cherry picked from commit 435b80a9a2e9324cc20594d922b3d8d6418c27af)
* WHATSNEW: Update changes since 3.2.0rc2.Karolin Seeger2008-06-091-0/+1
| | | | | Karolin (cherry picked from commit 7b2150da84e51426b07e259e51dd4cbc3171ba83)
* libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if requiredStefan Metzmacher2008-06-091-1/+2
| | | | | | | | | This fixes ./autogen.sh with autoconf-2.62 metze (cherry picked from commit 72bb01dda4d425528e28cd96e249595dc6c1952f) (cherry picked from commit 85111dc2b60ca38027adf129a074641c752cb104) (cherry picked from commit 24f0c35571b26187c13af933604fe40afed1da34)
* libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_Stefan Metzmacher2008-06-091-4/+4
| | | | | | | | | AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (cherry picked from commit 67e43860b4973a458676b36785570bb4a66e046a) (cherry picked from commit d786bfc48e20ed7e695a988da6ed56a573afdadc) (cherry picked from commit c402acd63a31bace402b361760a7d73f95db3717)
* configure: we require autoconf 2.54Stefan Metzmacher2008-06-091-2/+2
| | | | | | | | I've tested with autoconf from 2.53 to 2.62. metze (cherry picked from commit a268a6d251e58c27262e11fcd85b8281dfaddd8b) (cherry picked from commit 21bbd421d4bd2c16f4d8ab94a6a9e3388be4fb82)
* configure: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_Stefan Metzmacher2008-06-091-3/+3
| | | | | | | | AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (cherry picked from commit 89663ab4d10586b96807c56de53fd60d2488093c) (cherry picked from commit 74c644a2bed45d48215914da8002913254a7f54c)