summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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-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
2008-05-25Move ber_[read|write]_OID_String protypes to proto.hVolker Lendecke2-3/+2
2008-05-25Remove some references to get_current_username() and current_user_infoVolker Lendecke7-25/+32
2008-05-25Remove the reference to current_user_info from share_access.cVolker Lendecke6-21/+38
2008-05-25Remove reference to current_user_info from lanman.cVolker Lendecke1-13/+13
2008-05-25Remove stuff from client_proto.hVolker Lendecke1-404/+0
2008-05-24build: combine LIB_WITHOUT_PROTO_OBJ and LIB_WITH_PROTO_OBJ into LIB_OBJMichael Adam1-10/+7
2008-05-24build: remove PROTO_OBJ from Makefile.in - it is not needed any moreMichael Adam1-20/+0
2008-05-24rpc_open_tcp: now drsuapi is complete, we can use it in the test program.Michael Adam1-6/+0
2008-05-24drsuapi: always use tcp for drsuapi.Günther Deschner1-2/+36
2008-05-24drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner3-0/+114
2008-05-24drsuapi: fix the build.Günther Deschner1-6/+6
2008-05-24Revert "drsuapi: fix the build."Günther Deschner3-120/+6
2008-05-24drsuapi: fix the build.Günther Deschner3-6/+120
2008-05-23drsuapi: add all code required for our drsuapi rpc client.Günther Deschner12-3/+1373