summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix by Bo Yang <boyang@novell.com> for bug with winbindd trusted domain childJeremy Allison2008-06-021-2/+18
* Fix location of smbldap-toolsVolker Lendecke2008-06-021-1/+1
* Split the winbindd_passdb backend into a 'builtin' and a 'sam'Jeremy Allison2008-05-304-115/+349
* minor memory leak fixChere Zhou2008-05-301-0/+1
* Fix valgrind bug in debug statement. Don't reference uninitialized memory.Jeremy Allison2008-05-301-3/+2
* Fix bug #5504. winbindd children and parent were handing SIGTERM in the same ...Jeremy Allison2008-05-303-12/+17
* Merge branch 'v3-3-test' of ssh://jra@git.samba.org/data/git/samba into v3-3-...Jeremy Allison2008-05-30150-314/+26822
|\
| * Working on bug #5475Derrell Lipman2008-05-301-14/+34
| * Update libsmbclient examples to match new librariesDerrell Lipman2008-05-302-2/+2
| * Fix security=server, bug 5502Volker Lendecke2008-05-301-2/+4
| * Tiny memory leakMarc VanHeyningen2008-05-291-0/+2
| * Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f...Jeremy Allison2008-05-292-9/+6
| * Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-287-212/+20
| * Fix Bug #5285. (libcap header mismatch)Günther Deschner2008-05-283-47/+9
| * lib/events: use mem_context given to event_context_init().Michael Adam2008-05-281-1/+1
| * fix build: add missing prototype of msg_close_file()Michael Adam2008-05-281-0/+5
| * fix the build after prototype change.Michael Adam2008-05-281-1/+1
| * build: Fix the build after prototype change.Günther Deschner2008-05-281-1/+1
| * A few cleanups from Chere Zhou <chere.zhou@isilon.com>.Jeremy Allison2008-05-272-0/+7
| * Memory leak fixes from Chere Zhou <czhou@isilon.com>.Jeremy Allison2008-05-272-0/+5
| * Allow server manager to close open files selected by id.Jeremy Allison2008-05-276-4/+97
| * Remove autogenerated html file form using_sambaGerald (Jerry) Carter2008-05-271-2924/+0
| * Adding initial copy of "Using Samba (3rd ed)"Gerald (Jerry) Carter2008-05-27110-0/+29486
| * Add simple script to build docsGerald (Jerry) Carter2008-05-271-0/+25
| * Depend on latexfigures files directly as using a rule in between causes probl...Jelmer Vernooij2008-05-271-6/+4
| * Work around iconv conversion failure from generated smb.conf.5 on Ubuntu 8.04.Gerald (Jerry) Carter2008-05-271-6/+7
| * wbinfo: prompt for password when none has been given.Günther Deschner2008-05-271-1/+18
| * drsuapi: fix data_blob_free() caller (this call is quite different in s3 and 4).Günther Deschner2008-05-271-1/+1
| * libwbclient: fix typo.Günther Deschner2008-05-271-1/+1
| * dsgetdcname: use family (instead of sa_family).Günther Deschner2008-05-271-1/+1
| * re-run make idl.Günther Deschner2008-05-272-4/+4
| * idl: avoid sa_family as it its a macro on IRIX.Günther Deschner2008-05-271-1/+1
| * doserr: add WERR_REVISION_MISMATCH.Günther Deschner2008-05-272-0/+2
| * loadparm: fix process_registry_shares() when there is only [global] in registry.Michael Adam2008-05-271-0/+2
* | From Michael R Sweet <mike@easysw.com>.Jeremy Allison2008-05-301-1/+1
|/
* Re-enable the evil "aio write behind" parameter.Jeremy Allison2008-05-261-0/+2
* Remove unused function is_trusted_domain_situation().Michael Adam2008-05-262-7/+0
* winbind: correctly omit check for trusted domain support in cm_prepare_connec...Michael Adam2008-05-261-1/+1
* passdb: check for is_dc_trusted_domain_situation() in get_trust_pw_hash().Michael Adam2008-05-261-1/+1
* passdb: add comment explaining logic in get_trust_pw_clear().Michael Adam2008-05-261-2/+16
* passdb: in get_trust_pw_clear() correctly fail if trusted domains not supportedMichael Adam2008-05-261-1/+5
* Add function is_dc_trusted_domain_situation().Michael Adam2008-05-262-3/+8
* rpcclient: add drsuapi dsgetdcinfo call.Günther Deschner2008-05-261-0/+161
* rpcclient: call drsuapi_DsUnbind() when finished with DsCrackNames call.Günther Deschner2008-05-261-2/+8
* re-run make idl.Günther Deschner2008-05-263-0/+419
* idl: add drsuapi_DsGetDCInfoCtr3 used by w2k8.Günther Deschner2008-05-261-0/+25
* rpcclient: simplify drsuapi dscracknames call slightly.Günther Deschner2008-05-261-15/+7
* loadarm: fix testparm with "config backend = registry".Michael Adam2008-05-261-2/+3
* Fix two c++ warningsVolker Lendecke2008-05-252-2/+3
* Fix two bogus uninitalized variable warningsVolker Lendecke2008-05-251-1/+2