summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* IDL: For the fun of it, build drsuapi.idl.Günther Deschner2008-04-151-1/+1
* IDL: Fix several DRSUAPI calls.Günther Deschner2008-04-151-33/+40
* IDL: Import drsuapi.idl from samba4.Günther Deschner2008-04-151-0/+1496
* Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into 3-2-nopip...Jelmer Vernooij2008-04-156-35/+146
|\
| * auth: add SeDiskOperatorsPrivilege to get_root_nt_token to fix registry shares.Michael Adam2008-04-151-0/+2
| * libmsbconf: add handling of NULL share parameters to registry backend.Michael Adam2008-04-151-14/+92
| * libsmbconf: don't complain with WERR_ALREADY_EXISTS for NULL share in smbconf...Michael Adam2008-04-151-1/+1
| * net conf: adapt output of NULL share params in net conf list.Michael Adam2008-04-151-2/+7
| * net conf: simplify logic in test output of net conf import.Michael Adam2008-04-151-9/+5
| * libsmbconf: make sure to always list the NULL section first in text backend.Michael Adam2008-04-151-3/+16
| * net conf: fix output of out-of-share parameters in test mode importMichael Adam2008-04-151-4/+12
| * libsmbconf: default to the NULL section when a parameter is encountered w/o s...Michael Adam2008-04-151-2/+8
| * libsmbconf: allow NULL sharename in smbconf_share_exists().Michael Adam2008-04-151-3/+0
| * libsmbconf: add handling of NULL strings to smbconf_find_in_array().Michael Adam2008-04-151-2/+4
| * libsmbconf: add handling of "NULL" strings to smbconf_add_string_to_array()Michael Adam2008-04-151-5/+9
* | Reconcile ndr_syntax_id used by pidl-generated code and Samba3's RFC_IFACE.Jelmer Vernooij2008-04-154-8/+5
|/
* Regenerate DCE/RPC client code after fixing memcpy() length bug in pidl.Jelmer Vernooij2008-04-157-22/+22
* lib/sharesec.c: fix the upgrade code, db_traverse returns the number of records!Stefan Metzmacher2008-04-151-2/+4
* pdb_tdb: fix the upgrade code, db_traverse returns the number of records!Stefan Metzmacher2008-04-151-1/+3
* libnetjoin/net: Fix lp_config_backend_is_registry() handling.Günther Deschner2008-04-142-20/+68
* net: abort when lp_realm is not set in net_ads_leave().Günther Deschner2008-04-141-0/+5
* libnetjoin: delete the workgroup name when requested while unjoining.Günther Deschner2008-04-141-0/+4
* libnetjoin: separate out libnet_join_lookup_dc_rpc.Günther Deschner2008-04-141-37/+86
* libgpo: fix build warning.Günther Deschner2008-04-141-2/+3
* net: exit early in net_ads_join() if the domain is not set.Günther Deschner2008-04-141-0/+6
* libnetjoin: Fix unjoining when no KRB5CCNAME is around.Günther Deschner2008-04-141-0/+16
* net: use WERROR for check_ads_config().Günther Deschner2008-04-141-9/+7
* doserr: Add WERR_INVALID_DOMAIN_STATE and WERR_INVALID_DOMAIN_ROLE.Günther Deschner2008-04-142-0/+4
* net: the success of secrets_init is checked by libnetjoin now.Günther Deschner2008-04-141-6/+0
* WKSSVC: In _wkssvc_NetrJoinDomain2, do modify the local configuration if enab...Günther Deschner2008-04-141-0/+1
* libnetjoin: Remove machine account if we failed to set password.Günther Deschner2008-04-141-0/+4
* Remove two pointless else branchesVolker Lendecke2008-04-141-7/+5
* Remove namedpipe_transact fn pointer from smb_np_structVolker Lendecke2008-04-141-11/+0
* Enable multiple fd events on a single file descriptorVolker Lendecke2008-04-141-1/+1
* Fix some "ignoring asprintf result" warningsVolker Lendecke2008-04-142-20/+21
* Make use of ZERO_STRUCT instead of memset in namequery.cVolker Lendecke2008-04-141-1/+1
* Fix the build of db_open_trans with CLUSTER_SUPPORT enabledVolker Lendecke2008-04-141-0/+2
* libnetjoin: Fix joining when no KRB5CCNAME is around.Günther Deschner2008-04-141-0/+15
* Use more error-prone form of testing dm_destroy_session() return code after d...Alexander Bokovoy2008-04-141-1/+1
* loadparm: use the new smbconf_init() dispatcher for loading registry config.Michael Adam2008-04-131-2/+2
* net conf: use the new smbconf_init() dispatcher instead of explicit backend i...Michael Adam2008-04-131-2/+9
* libsmbconf: add a smbconf init dispatcher smbconf_init().Michael Adam2008-04-133-2/+101
* libsmbconf: move setting of verbatim variable into a more internal function.Michael Adam2008-04-131-2/+2
* libsmbconf: add a check for talloc failure to smbconf_txt_init().Michael Adam2008-04-131-0/+3
* libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam2008-04-134-7/+5
* libsmbconf: rename smbconf_init() to smbconf_init_internal().Michael Adam2008-04-134-6/+6
* libnetapi: add libnetapi_set_use_kerberosGünther Deschner2008-04-134-2/+25
* libnetapi: Add NetQueryDisplayInformation header.Günther Deschner2008-04-131-0/+8
* libnetapi: add NetQueryDisplayInformation example.Günther Deschner2008-04-132-1/+105
* libnetapi: fill in NetQueryDisplayInformation_r.Günther Deschner2008-04-131-1/+295