summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Add some comments.Jelmer Vernooij2-5/+23
2008-04-17Remove copying of interface syntax id.Jelmer Vernooij2-6/+2
2008-04-17fix return code.Jelmer Vernooij1-1/+3
2008-04-17Actually connect to RPC.Jelmer Vernooij3-5/+50
2008-04-17Add simple implementation of several functions in the Samba 4 RPCJelmer Vernooij6-1/+2366
2008-04-17wbinfo: use wbcCheckTrustCredentials()Stefan Metzmacher1-10/+12
2008-04-17libwbclient: add wbcCheckTrustCredentials()Stefan Metzmacher2-0/+58
2008-04-17wbinfo: use wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher1-26/+16
2008-04-17libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2-0/+87
2008-04-17net: Be more tolerant while joining.Günther Deschner1-4/+9
2008-04-17NetrUnjoinDomain2: Honor registry config to try config changes.Günther Deschner1-0/+1
2008-04-17dsgetdcname: Fix discover_dc_dns.Günther Deschner1-14/+26
2008-04-16libsmbconf: fix segfault in listing share names / config.Michael Adam1-1/+1
2008-04-16add AC_TRY_RUN_STRICT support for Sun Studio compilerBjörn Jacke1-0/+12
2008-04-16Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Gerald W. Carter3-8/+8
2008-04-16libnetapi: Add initial inline doxygen comments.Günther Deschner1-36/+195
2008-04-16net: Remove unused rpc_user_add/del_internals code.Günther Deschner1-257/+0
2008-04-16net: Use NetUserAdd for "net rpc user add".Günther Deschner1-2/+28
2008-04-16net: use NetUserDel for "net rpc user delete".Günther Deschner1-3/+31
2008-04-16libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.Günther Deschner1-10/+20
2008-04-16errors: Add WERR_NO_SUCH_USER.Günther Deschner2-0/+3
2008-04-16errors: Add WERR_NONE_MAPPED.Günther Deschner2-0/+3
2008-04-16net/libnetapi: Include netapi headers early and free on exit.Günther Deschner3-3/+9
2008-04-16libnetapi: do not overwrite status in libnetapi_get_error_string().Günther Deschner1-2/+3
2008-04-15loadparm: remove pfunc parameter from process_registry_globals().Michael Adam1-4/+5
2008-04-15libnetapi: Add missing headers.Günther Deschner1-0/+25
2008-04-15IDL: For the fun of it, build drsuapi.idl.Günther Deschner1-1/+1
2008-04-15IDL: Fix several DRSUAPI calls.Günther Deschner1-33/+40
2008-04-15IDL: Import drsuapi.idl from samba4.Günther Deschner1-0/+1496
2008-04-15Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into 3-2-nopip...Jelmer Vernooij6-35/+146
2008-04-15auth: add SeDiskOperatorsPrivilege to get_root_nt_token to fix registry shares.Michael Adam1-0/+2
2008-04-15Reconcile ndr_syntax_id used by pidl-generated code and Samba3's RFC_IFACE.Jelmer Vernooij4-8/+5
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