summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Fix a const warningVolker Lendecke2008-05-251-1/+2
* Move ber_[read|write]_OID_String protypes to proto.hVolker Lendecke2008-05-252-3/+2
* Remove some references to get_current_username() and current_user_infoVolker Lendecke2008-05-257-25/+32
* Remove the reference to current_user_info from share_access.cVolker Lendecke2008-05-256-21/+38
* Remove reference to current_user_info from lanman.cVolker Lendecke2008-05-251-13/+13
* Remove stuff from client_proto.hVolker Lendecke2008-05-251-404/+0
* build: combine LIB_WITHOUT_PROTO_OBJ and LIB_WITH_PROTO_OBJ into LIB_OBJMichael Adam2008-05-241-10/+7
* build: remove PROTO_OBJ from Makefile.in - it is not needed any moreMichael Adam2008-05-241-20/+0
* rpc_open_tcp: now drsuapi is complete, we can use it in the test program.Michael Adam2008-05-241-6/+0
* drsuapi: always use tcp for drsuapi.Günther Deschner2008-05-241-2/+36
* drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner2008-05-243-0/+114
* drsuapi: fix the build.Günther Deschner2008-05-241-6/+6
* Revert "drsuapi: fix the build."Günther Deschner2008-05-243-120/+6
* drsuapi: fix the build.Günther Deschner2008-05-243-6/+120
* drsuapi: add all code required for our drsuapi rpc client.Günther Deschner2008-05-2312-3/+1373
* Manually merge Steven Danneman's patch for SPNEGO auth to a trustedGerald W. Carter2008-05-233-26/+31
* Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter2008-05-232-6/+6