summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* man pages: Correct version in man winbindd again.Karolin Seeger2008-06-231-1/+1
| | | | | Karolin (cherry picked from commit ef44968276bfde2fdd3370e2558fb469357414be)
* Fixed publishing date info.John H Terpstra2008-06-231-1/+1
| | | | (cherry picked from commit b96c9d54cfd29ec87d59655839a4136977a98032)
* Added TDB File documentation requested by some users.John H Terpstra2008-06-232-0/+154
| | | | (cherry picked from commit 5035311af639336fdc51fa9829e984ff281216f9)
* Clarification that hosts resolution is done by winbind only on IRIX, all ↵John H Terpstra2008-06-231-1/+1
| | | | | | other systems use libnss_wins.so. (cherry picked from commit 3a8ea6be389bedbcdb5668664d862768c026f669)
* Clarification that hosts resolution is done by winbind only on IRIX, all ↵John H Terpstra2008-06-231-5/+10
| | | | | | other systems use libnss_wins.so. (cherry picked from commit 2a953d6ba252e5ba4e28b7fae5979e7c47fe9bd0)
* init_shared_module -> init_samba_moduleVolker Lendecke2008-06-234-6/+6
| | | | (cherry picked from commit 1b12e5f9ed28ac57c06d9597a8f3c57cde01beef)
* Fix a crash in _dfs_EnumVolker Lendecke2008-06-232-1/+3
| | | | (cherry picked from commit 4a996476297963d4cb300b4d45c23e83a493c339)
* Fix an uninitialized variable access in callers of parse_msdfs_symlinkVolker Lendecke2008-06-231-1/+2
| | | | | | | | | At least form_junctions() does not initialize refcount, and I don't see it in get_referred_path(). For the latters, the callers might initialize it. But even if they did, I think parse_msdfs_symlink() should unconditionally return the number of referrals it found. I don't think it makes sense to count them up from somewhere else. (cherry picked from commit d75905ad66e96d4967eb8780d3a980eccb796898)
* Fix a double-closedir() in form_junctions()Volker Lendecke2008-06-231-1/+0
| | | | (cherry picked from commit 394f4509bc5dd31801ef83ee9cc29c1e3a9f1078)
* Attempt to fix the darwin buildVolker Lendecke2008-06-231-1/+1
| | | | (cherry picked from commit 9a4b5591a40e9150fdd3fc706ebb520d65eb1989)
* Use "init_shared_module" instead of "init_module" for initializing .so'sVolker Lendecke2008-06-233-6/+8
| | | | (cherry picked from commit eabea09243d164c03b9fdfc0d569054c03e67edf)
* Fix the build on FreeBSD 4.6.2Volker Lendecke2008-06-201-4/+5
| | | | (cherry picked from commit a475dee8036156d4c8330bae97208ec546342f42)
* Fix bug #5531 - fix conversion of ns units when converting from nttime to ↵Jeremy Allison2008-06-201-2/+6
| | | | | | | | timespec. Fix from hkurma@datadomain.com. Jeremy. (cherry picked from commit c8471dd5793924d482af662706deb92f3fad0bdf)
* Fix bug #5533. Winbindd fails to cope correctly with a workgroup name ↵Jeremy Allison2008-06-201-9/+3
| | | | | | | containing a '.'. Jeremy. (cherry picked from commit fae027e937c2f0078193b8cc27af6db2d7c233f5)
* Fixing net help info.John H Terpstra2008-06-201-3/+4
| | | | (cherry picked from commit f62909d2b457f3494c9536c994a9209f8cc0c331)
* Revert "Fix a memleak in svcctl_init_keys()"Volker Lendecke2008-06-181-10/+1
| | | | | | | | This reverts commit b1afb31f3cadd4749bf6e3eb5d8935588bf8ebfc. This one is very strange: I need to investigate why valgrind showed it as leaking, and why in my initial tests this did not fail. (cherry picked from commit 24730f5981efb920811e7929a9483bd72bb0984c)
* Fix Bug #5548 (segfauls in handle_include with %m macro expansion).Michael Adam2008-06-181-1/+4
| | | | | | | | | | In alloc_sub_basic, when expanding '%m', substitute "" instead of NULL for remote_machine when this is NULL. Else a NULL string is returned. Michael (cherry picked from commit c65b456c6a145d15b7fd27a2a3440a0709fc3277) (cherry picked from commit ffaed197d8cb261e2765b2de6cad17cac7d49672)
* 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)