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