summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-13packaging(RHEL-CTDB): remove the libnss_wins modules to reduce deps.Michael Adam1-5/+5
2008-08-13bump version number to 32Volker Lendecke1-1/+1
2008-08-13Correctly return NULL from messaging_ctdbd_connection if messaging_init failedVolker Lendecke1-0/+1
2008-08-13Exit smbstatus cleanly if messaging_init failsVolker Lendecke1-0/+6
2008-08-13Package 32-bit versions of libtalloc into the winbind rpmVolker Lendecke1-0/+2
2008-08-13Fix README: DOCS_DIR is replaced by DOCS_TARBALLVolker Lendecke1-2/+2
2008-08-13Bump up version numberVolker Lendecke1-1/+1
2008-08-13packaging(RHEL-CTDB): use /usr/%{_libarch} instead of %{_libdir}Michael Adam1-42/+44
2008-08-13packaging(RHEL-CTDB): remove duplicate block from spec file.Michael Adam1-7/+0
2008-08-13packaging(RHEL-CTDB): fix placement and link direction of new shared libsMichael Adam1-8/+22
2008-08-13packaging(RHEL-CTDB): bump rpm release to the next version ctdb.29Michael Adam1-1/+1
2008-08-13packaging(RHEL-CTDB): add "service winbind condrestart" to "%post common"Michael Adam1-0/+4
2008-08-13packaging(RHEL-CTDB): use "/sbin/service smb" instead of "%{initdir}/smb"Michael Adam1-1/+1
2008-08-13packaging(RHEL-CTDB): ignore errors from init scripts in pre/post scripts.Michael Adam1-3/+3
2008-08-13packaging(RHEL-CTDB): in %preun, first stop the service then deactivateMichael Adam1-1/+1
2008-08-13packaging(RHEL-CTDB): use condrestart instead of restart in %post scriptMichael Adam1-1/+1
2008-08-13packaging(RHEL-CTDB): move service smb restart from %postun to %postMichael Adam1-5/+5
2008-08-13packaging(RHEL-CTDB): move "chkconfig --del winbind" to "%preun common"Michael Adam1-1/+7
2008-08-13packaging(RHEL-CTDB): remove winbind init script and its linke from main pkgMichael Adam1-3/+3
2008-08-13packaging: bump the rhel-ctdb rpm releas number to ctbd.28Michael Adam1-1/+1
2008-08-13Do not call testparm in /etc/init.d/smbVolker Lendecke1-4/+5
2008-08-13keep compatibility with v3-0-ctdb name for fileid:mapping optionAndrew Tridgell1-1/+1
2008-08-13update configure.rpm for clustered Samba usageAndrew Tridgell1-31/+40
2008-08-13Add winbind:online check timeout parameterVolker Lendecke1-0/+16
2008-08-13Attempt to fix bug 5684Volker Lendecke1-1/+1
2008-08-13Attempt to fix the build on Irix CCVolker Lendecke1-1/+3
2008-08-12Merge from Herb. print correct test statusJeremy Allison1-1/+2
2008-08-12Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison8-38/+63
2008-08-12use variables for files used in multiple placesHerb Lewis1-17/+19
2008-08-12Make sure to always set errno on error path in OpenDir (and hence scan_direct...Michael Adam1-0/+1
2008-08-12Fix unix_convert() for "*" after changing map_nt_error_from_unix().Michael Adam1-1/+1
2008-08-12I found lots of places where we assume error will be set when callingAndrew Tridgell2-4/+12
2008-08-12ensure we give an error code to any routines above that are lookingAndrew Tridgell1-0/+3
2008-08-12cifs.upcall: negatively instantiate keys on errorJeff Layton1-2/+10
2008-08-12Remove two unused variablesVolker Lendecke1-2/+1
2008-08-12Do not create a new mapping if a domain with an explicit config failsVolker Lendecke1-0/+18
2008-08-12Make the docs actually buildVolker Lendecke2-5/+5
2008-08-12Document idmap rewriteVolker Lendecke13-158/+115
2008-08-12Some doxygen comments for idmapVolker Lendecke2-15/+157
2008-08-12Fix prototypesVolker Lendecke2-19/+25
2008-08-12Remove "idmap alloc config : range" parameterVolker Lendecke3-135/+76
2008-08-12idmap rewriteVolker Lendecke20-1051/+656
2008-08-12Remove the multi-ID lookup code and the 3.2.0 version of idmap_cacheVolker Lendecke5-1069/+0
2008-08-12Directly call backends from idmap_[ugs]_to_[ugs]idVolker Lendecke2-22/+45
2008-08-12Move the gid2sid cache to the parent winbind processVolker Lendecke2-19/+158
2008-08-12Move the uid2sid cache to the parent winbind processVolker Lendecke3-19/+160
2008-08-12WHATSNEW: fix one occurrence of 3.2.0 to say 3.3.0.Michael Adam1-1/+1
2008-08-11libnetjoin: support kerberized joining/unjoing (fix #5416).Günther Deschner2-21/+49
2008-08-11netapi: add NetLocalGroupSetMembers example code.Günther Deschner2-0/+147
2008-08-11netapi: add NetLocalGroupDelMembers example code.Günther Deschner2-0/+147