summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in winbind clients: instead of talloc-based pointer we passed addre...Alexander Bokovoy2008-01-141-1/+1
* Some more minor cleanup for "net rpc audit".Günther Deschner2008-01-141-58/+54
* Print principal in debug statement in kerberos_kinit_password() as well.Günther Deschner2008-01-141-1/+2
* Re-run make idl to update lsa idl.Günther Deschner2008-01-145-26/+62
* Use lsa_PolicyInfo enum in lsa policy info calls.Günther Deschner2008-01-141-5/+5
* Fix all callers of old rpccli_lsa_set_info_policy() call.Günther Deschner2008-01-141-39/+45
* Fix prototypes for lsa set info policy calls.Günther Deschner2008-01-141-2/+8
* Remove old lsa set info policy call.Günther Deschner2008-01-143-109/+0
* Re-run make idl for new lsa calls.Günther Deschner2008-01-143-2/+102
* Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2.Günther Deschner2008-01-141-2/+10
* Remove more redundant lsa parsing functions.Günther Deschner2008-01-142-372/+0
* Fix rpcclient display_trust_dom_info().Günther Deschner2008-01-141-1/+1
* Use pidl generated rpccli_lsa_QueryTrustedDomainInfoBySid when vampiring trustedGünther Deschner2008-01-141-8/+14
* Remove some more hand written LSA rpc.Günther Deschner2008-01-142-111/+6
* Start removing hand-written lsa marshalling code (namelyGünther Deschner2008-01-143-307/+0
* Use some more pidl generated LSA rpc in rpcclient.Günther Deschner2008-01-141-59/+46
* Fix "make test_shlibs": it showed unresolved symbols for -lwbclient.Michael Adam2008-01-141-4/+7
* Revert ""make test_shlibs" shows unresolved symbols for -lwbclient."Günther Deschner2008-01-141-2/+1
* "make test_shlibs" shows unresolved symbols for -lwbclient.Günther Deschner2008-01-141-1/+2
* samba3 already has tdb_validate()Andrew Tridgell2008-01-142-43/+0
* merged tdb fix from ctdb treeAndrew Tridgell2008-01-143-0/+123
* Reset the failed counter in test_wbinfo_s3.sh.Michael Adam2008-01-141-0/+2
* Fix a syntax error in script/tests/test_local_s3.sh .Michael Adam2008-01-131-1/+1
* Add and modify comments in net_conf.cMichael Adam2008-01-131-8/+42
* Add explicit creation of shares to net conf import function.Michael Adam2008-01-131-0/+4
* Make use of the new libnet_conf_delete_global_parameter() function.Michael Adam2008-01-131-1/+1
* Add a function libnet_conf_delete_global_parameter() to libnet_conf.cMichael Adam2008-01-131-0/+21
* Add a function libnet_conf_get_global_parameter() to libnet_conf.cMichael Adam2008-01-131-0/+25
* Move libnet_conf_set_global_parameter() inside libnet_conf.cMichael Adam2008-01-131-30/+23
* Add a comment header to libnet_conf_set_global_parameter().Michael Adam2008-01-131-0/+6
* Add auto-adding of [global] to libnet_conf_set_global_parameter().Michael Adam2008-01-131-1/+12
* Remove auto-generation of missing share from libnet_conf_set_parameter().Michael Adam2008-01-131-4/+2
* Fix the max_dead_record calculationsVolker Lendecke2008-01-131-4/+1
* Fix Compiler warnings by including the proper header.Michael Adam2008-01-131-2/+1
* Introduce a libnet_conf context created by libnet_conf_open().Michael Adam2008-01-136-128/+328
* idl: Replace non-standard "declare" keyword with typedef and regenerate.Jelmer Vernooij2008-01-1317-58/+97
* Don't early delete the share mode tdb dataVolker Lendecke2008-01-121-2/+0
* Trivial simplificationVolker Lendecke2008-01-121-5/+1
* Remove an unused variableVolker Lendecke2008-01-121-1/+0
* Get the inbuf on talloc_tos()Volker Lendecke2008-01-121-1/+1
* Convert OpenDir to talloc, use talloc_tos()Volker Lendecke2008-01-123-76/+61
* Restructure dbwrap_rbtVolker Lendecke2008-01-121-59/+127
* One more empty lineVolker Lendecke2008-01-121-2/+2
* delete on close even prevents stat opensVolker Lendecke2008-01-121-6/+6
* There's no point in calling FLOCK on a non-existing fdVolker Lendecke2008-01-121-7/+9
* CID 458. Don't leak dlopen handles on failing to loadJeremy Allison2008-01-121-0/+2
* Fix CID 469. new_acct can't be NULL here.Jeremy Allison2008-01-121-2/+1
* Fix CID 470. resolve_order can't be NULL here so simplify code.Jeremy Allison2008-01-121-10/+3
* Fix CID 475. work should not be checked against NULLJeremy Allison2008-01-111-2/+2
* Fix CID 476. Ensure a valid pac_data pointer is always passed toJeremy Allison2008-01-113-5/+4