summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* libgpo: Fallback to NTLMSSP fails while pulling policy from SYSVOL.Günther Deschner2008-04-171-1/+2
* Add some comments.Jelmer Vernooij2008-04-172-5/+23
* Remove copying of interface syntax id.Jelmer Vernooij2008-04-172-6/+2
* fix return code.Jelmer Vernooij2008-04-171-1/+3
* Actually connect to RPC.Jelmer Vernooij2008-04-173-5/+50
* Add simple implementation of several functions in the Samba 4 RPCJelmer Vernooij2008-04-176-1/+2366
* wbinfo: use wbcCheckTrustCredentials()Stefan Metzmacher2008-04-171-10/+12
* libwbclient: add wbcCheckTrustCredentials()Stefan Metzmacher2008-04-172-0/+58
* wbinfo: use wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2008-04-171-26/+16
* libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP()Stefan Metzmacher2008-04-172-0/+87
* net: Be more tolerant while joining.Günther Deschner2008-04-171-4/+9
* NetrUnjoinDomain2: Honor registry config to try config changes.Günther Deschner2008-04-171-0/+1
* dsgetdcname: Fix discover_dc_dns.Günther Deschner2008-04-171-14/+26
* libsmbconf: fix segfault in listing share names / config.Michael Adam2008-04-161-1/+1
* add AC_TRY_RUN_STRICT support for Sun Studio compilerBjörn Jacke2008-04-161-0/+12
* Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Gerald W. Carter2008-04-163-8/+8
* libnetapi: Add initial inline doxygen comments.Günther Deschner2008-04-161-36/+195
* net: Remove unused rpc_user_add/del_internals code.Günther Deschner2008-04-161-257/+0
* net: Use NetUserAdd for "net rpc user add".Günther Deschner2008-04-161-2/+28
* net: use NetUserDel for "net rpc user delete".Günther Deschner2008-04-161-3/+31
* libnetapi: Let NetUserAdd_l/NetUserDel_l talk to the local RPC server.Günther Deschner2008-04-161-10/+20
* errors: Add WERR_NO_SUCH_USER.Günther Deschner2008-04-162-0/+3
* errors: Add WERR_NONE_MAPPED.Günther Deschner2008-04-162-0/+3
* net/libnetapi: Include netapi headers early and free on exit.Günther Deschner2008-04-163-3/+9
* libnetapi: do not overwrite status in libnetapi_get_error_string().Günther Deschner2008-04-161-2/+3
* loadparm: remove pfunc parameter from process_registry_globals().Michael Adam2008-04-151-4/+5
* libnetapi: Add missing headers.Günther Deschner2008-04-151-0/+25
* 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