summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash in winbind clients: instead of talloc-based pointer we passed ↵Alexander Bokovoy2008-01-141-1/+1
| | | | | | address of a local variable. (This used to be commit 0afd2153c7649e89d595cb7eff0f7b3c0b56ea15)
* Some more minor cleanup for "net rpc audit".Günther Deschner2008-01-141-58/+54
| | | | | Guenther (This used to be commit 558ce4ec3eaa93c827316d92c346f35c140fadf0)
* Print principal in debug statement in kerberos_kinit_password() as well.Günther Deschner2008-01-141-1/+2
| | | | | Guenther (This used to be commit 44d67e84625a2a1a93baecef0e418b48e982443b)
* Re-run make idl to update lsa idl.Günther Deschner2008-01-145-26/+62
| | | | | Guenther (This used to be commit 94693755a291993217b5cb74794504a8593eae30)
* Use lsa_PolicyInfo enum in lsa policy info calls.Günther Deschner2008-01-141-5/+5
| | | | | Guenther (This used to be commit 8b63a1665795d2739b54144212926113d9be7f09)
* Fix all callers of old rpccli_lsa_set_info_policy() call.Günther Deschner2008-01-141-39/+45
| | | | | Guenther (This used to be commit be8071779fa14d964e86810f5fb16bc52aea4e36)
* Fix prototypes for lsa set info policy calls.Günther Deschner2008-01-141-2/+8
| | | | | Guenther (This used to be commit 33f6eff92b6bdf804d54c84375cece8a867933f2)
* Remove old lsa set info policy call.Günther Deschner2008-01-143-109/+0
| | | | | Guenther (This used to be commit b37b2b77edec72fc3f53b3461aa1c210e4366c1b)
* Re-run make idl for new lsa calls.Günther Deschner2008-01-143-2/+102
| | | | | Guenther (This used to be commit add28753b2e740804c48db5f6235cb2f8908d82b)
* Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.Günther Deschner2008-01-141-2/+10
| | | | | Guenther (This used to be commit dceb9a4c80fb241e12fafc6229aa8e81f5d2df1a)
* Remove more redundant lsa parsing functions.Günther Deschner2008-01-142-372/+0
| | | | | Guenther (This used to be commit 99dd28da84c270f46535bd2ffa6bfef96d2e2eed)
* Fix rpcclient display_trust_dom_info().Günther Deschner2008-01-141-1/+1
| | | | | Guenther (This used to be commit 54bdd22a07e885f896a8f784bc12096f65afac75)
* Use pidl generated rpccli_lsa_QueryTrustedDomainInfoBySid when vampiring trustedGünther Deschner2008-01-141-8/+14
| | | | | | | domain secrets. Guenther (This used to be commit aa3de6f9f5b5375ca9f1e8a60a378afba1c0848b)
* Remove some more hand written LSA rpc.Günther Deschner2008-01-142-111/+6
| | | | | | | | | (rpccli_lsa_open_trusted_domain, rpccli_lsa_query_trusted_domain_info, cli_lsa_query_domain_info_policy). Guenther (This used to be commit 5bfb33f1c5a16d10f77cb76962df4a949626a062)
* Start removing hand-written lsa marshalling code (namelyGünther Deschner2008-01-143-307/+0
| | | | | | | | | rpccli_lsa_open_trusted_domain_by_name, rpccli_lsa_query_trusted_domain_info_by_sid and rpccli_lsa_query_trusted_domain_info_by_name). Guenther (This used to be commit f2fb3473455f20e7314a9d33f5a1c923d3057d97)
* Use some more pidl generated LSA rpc in rpcclient.Günther Deschner2008-01-141-59/+46
| | | | | Guenther (This used to be commit 153e4dd162423a846dbd4a9a1be1fd747792bdbf)
* Fix "make test_shlibs": it showed unresolved symbols for -lwbclient.Michael Adam2008-01-141-4/+7
| | | | | Michael (This used to be commit 9a435b510f8ccfd0ca3b3d100d6176e643273578)
* Revert ""make test_shlibs" shows unresolved symbols for -lwbclient."Günther Deschner2008-01-141-2/+1
| | | | | This reverts commit 0093f618e91f7dcc69d57dbd09d23acc614999aa. (This used to be commit ad6cb9afc9794b226e3453d36865edfe5a15f572)
* "make test_shlibs" shows unresolved symbols for -lwbclient.Günther Deschner2008-01-141-1/+2
| | | | | Guenther (This used to be commit 0093f618e91f7dcc69d57dbd09d23acc614999aa)
* samba3 already has tdb_validate()Andrew Tridgell2008-01-142-43/+0
| | | | (This used to be commit 9f002eeff9bcf33a00e5641cb14338e866a17afe)
* merged tdb fix from ctdb treeAndrew Tridgell2008-01-143-0/+123
| | | | (This used to be commit c91e9c785b5bf4b0c479edf8eb33da22bf615387)
* Reset the failed counter in test_wbinfo_s3.sh.Michael Adam2008-01-141-0/+2
| | | | | Michael (This used to be commit 3eedb8928413da102446b76aa64d1feaecb95b52)
* Fix a syntax error in script/tests/test_local_s3.sh .Michael Adam2008-01-131-1/+1
| | | | | | | This will reveal the currently breaking tdbtorture to the build farm... Michael (This used to be commit 50f65c3c5500da8d657d5fc340e666ee8cfe148e)
* Add and modify comments in net_conf.cMichael Adam2008-01-131-8/+42
| | | | | Michael (This used to be commit b3afc8391d40745328172ba012f0ffc166d75aa9)
* Add explicit creation of shares to net conf import function.Michael Adam2008-01-131-0/+4
| | | | | | | It has been removed from libnet_conf_set_parameter(). Michael (This used to be commit b5c533b06cba9a8ffd28a1fb3bc56ab248340775)
* Make use of the new libnet_conf_delete_global_parameter() function.Michael Adam2008-01-131-1/+1
| | | | | Michael (This used to be commit aed01fd28c8e896e993239cbe9b2681132ddf980)
* Add a function libnet_conf_delete_global_parameter() to libnet_conf.cMichael Adam2008-01-131-0/+21
| | | | | | | Create the [global] section if it does not yet exist. Michael (This used to be commit 90fa2981c949e21f66a44d634ebe9d661819f0a3)
* Add a function libnet_conf_get_global_parameter() to libnet_conf.cMichael Adam2008-01-131-0/+25
| | | | | | | It creates the [global] section if it does not yet exist. Michael (This used to be commit 627a29b690c30f1096a4746186089cd9a1c92407)
* Move libnet_conf_set_global_parameter() inside libnet_conf.cMichael Adam2008-01-131-30/+23
| | | | | | | | | Also remove the "convenience function" section comment. The set_global_parameter function now has a right to exist in the api. Michael (This used to be commit fd99c1804ae04b7c2a2b0a605e83ba88fa362edb)
* Add a comment header to libnet_conf_set_global_parameter().Michael Adam2008-01-131-0/+6
| | | | | Michael (This used to be commit c050b148d00c79571ef0e85c6e7c86d551ca6efd)
* Add auto-adding of [global] to libnet_conf_set_global_parameter().Michael Adam2008-01-131-1/+12
| | | | | Michael (This used to be commit ad2497cfac90b2e91be6995931629453fd6ed5fa)
* Remove auto-generation of missing share from libnet_conf_set_parameter().Michael Adam2008-01-131-4/+2
| | | | | | | | | Günther, I wanted to have this as atomic as possible. I will add this behaviour to libnet_conf_set_global_parameter() next with the justification that [global] should exist transparently. Michael (This used to be commit e2b34e9c028d712c7c8b22aade2c11d347ae176d)
* Fix the max_dead_record calculationsVolker Lendecke2008-01-131-4/+1
| | | | (This used to be commit 4aaf4e7e73a5c7fa97ef730fbff5c7cb12df2d6c)
* Fix Compiler warnings by including the proper header.Michael Adam2008-01-131-2/+1
| | | | | Michael (This used to be commit edaf52a301a38824c8beb30c49fba27c8fb0461a)
* Introduce a libnet_conf context created by libnet_conf_open().Michael Adam2008-01-136-128/+328
| | | | | | | | | | | | | | | | | | | | The libnet_conf_ctx stores the information necessary to interoperate with the configuration. It is created by calling libnet_conf_open() and destroyed by calling libnet_conf_close(). The context is passed to all the libnet_conf functions. It currently stores the token to access the registry. Later, it could store more data, e.g. the server to connect to, credentials, and so on. For support of other backends than registry or support of remote configuration, only the open function will have to be changed. In net_conf, the calls to the actual net_conf functions is wrapped into a function that calls libnet_conf_open()/_close(). Thus an individual variant of net_conf_runfunction2() and functable2 is used to cope with functions being called by the wrapper with the additional libnet_conf_ctx argument. Michael (This used to be commit c2a9346faa26e79af5948197a1b322e545f0ed09)
* idl: Replace non-standard "declare" keyword with typedef and regenerate.Jelmer Vernooij2008-01-1317-58/+97
| | | | (This used to be commit 7e75acfdd1910b3b5908c02d5f343f014eb77841)
* Don't early delete the share mode tdb dataVolker Lendecke2008-01-121-2/+0
| | | | | We now refer directly to the file name in the tdb data, so don't delete it. (This used to be commit 71de4946cf00cf8b7bb2f2d92832166bee12e84a)
* Trivial simplificationVolker Lendecke2008-01-121-5/+1
| | | | (This used to be commit 616bc34744487450edd47e212a29c0f57eabb722)
* Remove an unused variableVolker Lendecke2008-01-121-1/+0
| | | | (This used to be commit 24e719a1d432d5de022ab903457df0dd67c24b85)
* Get the inbuf on talloc_tos()Volker Lendecke2008-01-121-1/+1
| | | | (This used to be commit 883f7415769ad1e714f636e9d6fbd1f075e69d1e)
* Convert OpenDir to talloc, use talloc_tos()Volker Lendecke2008-01-123-76/+61
| | | | | This cuts some mallocs on NtCreate&X (This used to be commit 8e64107b7846d8f9cce71aabc95b28b7488d01ce)
* Restructure dbwrap_rbtVolker Lendecke2008-01-121-59/+127
| | | | | | | In this low-level code, play tricks to reduce the number of allocations to the possible minimum. I would not recommend this for higher-level code, but here it pays off. (This used to be commit 71b1e6ff1595fbaa8dd49b996c45541531c7e98c)
* One more empty lineVolker Lendecke2008-01-121-2/+2
| | | | (This used to be commit 10b6f52910b4d29da4ea74740a174654dd1d8e8e)
* delete on close even prevents stat opensVolker Lendecke2008-01-121-6/+6
| | | | (This used to be commit 85fe7f3f6ed4aae76e5cf31ab689b2dfacfd74de)
* There's no point in calling FLOCK on a non-existing fdVolker Lendecke2008-01-121-7/+9
| | | | (This used to be commit 9ff79f231f1206631662b5c521ecddf5df9141c0)
* CID 458. Don't leak dlopen handles on failing to loadJeremy Allison2008-01-121-0/+2
| | | | | | module. Jeremy. (This used to be commit 8809eaeb154ea12543455f589e31172dc905d83a)
* Fix CID 469. new_acct can't be NULL here.Jeremy Allison2008-01-121-2/+1
| | | | | Jeremy. (This used to be commit c79e9414c4baed6e61fc6a3f766395b873bcc4ea)
* Fix CID 470. resolve_order can't be NULL here so simplify code.Jeremy Allison2008-01-121-10/+3
| | | | | Jeremy. (This used to be commit 2e75f3ecdf9890b9d7d4bd03f3fa15ef74816d5d)
* Fix CID 475. work should not be checked against NULLJeremy Allison2008-01-111-2/+2
| | | | | | here as it can never be null. Jeremy. (This used to be commit ecb52f50fe3ec8beda48b6c88e9a3ae5a6a98d52)
* Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison2008-01-113-5/+4
| | | | | | ads_verify_ticket as it's always derefed. Jeremy. (This used to be commit 0599d57efff0f417f75510e8b08c3cb7b4bcfcd8)