summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-15libmsbconf: add handling of NULL share parameters to registry backend.Michael Adam1-14/+92
2008-04-15libsmbconf: don't complain with WERR_ALREADY_EXISTS for NULL share in smbconf...Michael Adam1-1/+1
2008-04-15net conf: adapt output of NULL share params in net conf list.Michael Adam1-2/+7
2008-04-15net conf: simplify logic in test output of net conf import.Michael Adam1-9/+5
2008-04-15libsmbconf: make sure to always list the NULL section first in text backend.Michael Adam1-3/+16
2008-04-15net conf: fix output of out-of-share parameters in test mode importMichael Adam1-4/+12
2008-04-15libsmbconf: default to the NULL section when a parameter is encountered w/o s...Michael Adam1-2/+8
2008-04-15libsmbconf: allow NULL sharename in smbconf_share_exists().Michael Adam1-3/+0
2008-04-15libsmbconf: add handling of NULL strings to smbconf_find_in_array().Michael Adam1-2/+4
2008-04-15libsmbconf: add handling of "NULL" strings to smbconf_add_string_to_array()Michael Adam1-5/+9
2008-04-15Regenerate DCE/RPC client code after fixing memcpy() length bug in pidl.Jelmer Vernooij7-22/+22
2008-04-15lib/sharesec.c: fix the upgrade code, db_traverse returns the number of records!Stefan Metzmacher1-2/+4
2008-04-15pdb_tdb: fix the upgrade code, db_traverse returns the number of records!Stefan Metzmacher1-1/+3
2008-04-14libnetjoin/net: Fix lp_config_backend_is_registry() handling.Günther Deschner2-20/+68
2008-04-14net: abort when lp_realm is not set in net_ads_leave().Günther Deschner1-0/+5
2008-04-14libnetjoin: delete the workgroup name when requested while unjoining.Günther Deschner1-0/+4
2008-04-14libnetjoin: separate out libnet_join_lookup_dc_rpc.Günther Deschner1-37/+86
2008-04-14libgpo: fix build warning.Günther Deschner1-2/+3
2008-04-14net: exit early in net_ads_join() if the domain is not set.Günther Deschner1-0/+6
2008-04-14libnetjoin: Fix unjoining when no KRB5CCNAME is around.Günther Deschner1-0/+16
2008-04-14net: use WERROR for check_ads_config().Günther Deschner1-9/+7
2008-04-14doserr: Add WERR_INVALID_DOMAIN_STATE and WERR_INVALID_DOMAIN_ROLE.Günther Deschner2-0/+4
2008-04-14net: the success of secrets_init is checked by libnetjoin now.Günther Deschner1-6/+0
2008-04-14WKSSVC: In _wkssvc_NetrJoinDomain2, do modify the local configuration if enab...Günther Deschner1-0/+1
2008-04-14libnetjoin: Remove machine account if we failed to set password.Günther Deschner1-0/+4
2008-04-14Remove two pointless else branchesVolker Lendecke1-7/+5
2008-04-14Remove namedpipe_transact fn pointer from smb_np_structVolker Lendecke1-11/+0
2008-04-14Enable multiple fd events on a single file descriptorVolker Lendecke1-1/+1
2008-04-14Fix some "ignoring asprintf result" warningsVolker Lendecke2-20/+21
2008-04-14Make use of ZERO_STRUCT instead of memset in namequery.cVolker Lendecke1-1/+1
2008-04-14Fix the build of db_open_trans with CLUSTER_SUPPORT enabledVolker Lendecke1-0/+2
2008-04-14libnetjoin: Fix joining when no KRB5CCNAME is around.Günther Deschner1-0/+15
2008-04-14Use more error-prone form of testing dm_destroy_session() return code after d...Alexander Bokovoy1-1/+1
2008-04-13loadparm: use the new smbconf_init() dispatcher for loading registry config.Michael Adam1-2/+2
2008-04-13net conf: use the new smbconf_init() dispatcher instead of explicit backend i...Michael Adam1-2/+9
2008-04-13libsmbconf: add a smbconf init dispatcher smbconf_init().Michael Adam3-2/+101
2008-04-13libsmbconf: move setting of verbatim variable into a more internal function.Michael Adam1-2/+2
2008-04-13libsmbconf: add a check for talloc failure to smbconf_txt_init().Michael Adam1-0/+3
2008-04-13libsmbconf: remove the bool verbatim parameter from txt backend init function.Michael Adam4-7/+5
2008-04-13libsmbconf: rename smbconf_init() to smbconf_init_internal().Michael Adam4-6/+6
2008-04-13libnetapi: add libnetapi_set_use_kerberosGünther Deschner4-2/+25
2008-04-13libnetapi: Add NetQueryDisplayInformation header.Günther Deschner1-0/+8
2008-04-13libnetapi: add NetQueryDisplayInformation example.Günther Deschner2-1/+105
2008-04-13libnetapi: fill in NetQueryDisplayInformation_r.Günther Deschner1-1/+295
2008-04-13libnetapi: don't reset the error code in NetUserAdd_r if the operation failed.Günther Deschner1-6/+2
2008-04-13libnetapi: add NetQueryDisplayInformation skeleton.Günther Deschner3-0/+82
2008-04-13Re-run make idl.Günther Deschner3-1/+222
2008-04-13libnetapi: Add IDL for NetQueryDisplayInformation.Günther Deschner1-0/+35
2008-04-13Fix the build of eventlogadm.Günther Deschner1-1/+1
2008-04-13gpo: add scripts plugin.Günther Deschner3-0/+448