summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_ads.c
Commit message (Expand)AuthorAgeFilesLines
* Don't require "Modify property" perms to unjoin bug #6481) "net ads leave" st...Jim McDonough2009-06-301-2/+9
* Revert "net: Use samba default command line arguments."Kai Blin2009-06-191-41/+41
* s3-net: fix "net ads testjoin".Günther Deschner2009-06-111-0/+1
* net: Use samba default command line arguments.Kai Blin2009-05-261-41/+40
* s3-libads: avoid NULL talloc context with ads_get_dn().Günther Deschner2009-04-151-4/+4
* s3:libads Make ads_get_dn() take a talloc contextAndrew Bartlett2009-04-151-8/+8
* s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.Günther Deschner2009-04-151-1/+1
* S3: Fixes for coverity issues.todd stecher2009-02-101-1/+9
* s3-net: fix warning message for keytab usage.Günther Deschner2009-02-031-2/+2
* Add two new parameters to control how we verify kerberos tickets. Removes lp_...Dan Sledz2009-02-011-4/+4
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-7/+28
* s3: correctly detect if the current dc is the closest oneStefan Metzmacher2008-12-131-1/+1
* Use common error definitions.Jelmer Vernooij2008-10-231-1/+1
* s3-build: no need to duplicate generated ndr_ prototypes.Günther Deschner2008-10-201-0/+1
* Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij2008-10-191-2/+2
* Use GUID_string rather than smb_uuid_string().Jelmer Vernooij2008-10-141-1/+1
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-1/+2
* s3-nbt: remove double nbt netlogon opcodes.Günther Deschner2008-09-251-4/+4
* s3-nbt: use the new generated nbt.Günther Deschner2008-09-241-4/+4
* libnetjoin: support kerberized joining/unjoing (fix #5416).Günther Deschner2008-08-111-2/+8
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-2/+2
* net ads: Fix typos.Karolin Seeger2008-06-241-2/+2
* net: Fix bug #5542 (samsync contains empty passwords).Günther Deschner2008-06-131-2/+0
* net: Fix net_ads.c build for the HAVE_ADS == 0 case.Kai Blin2008-06-121-1/+1
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-101-14/+14
* net: Make "net ads" use functable3Kai Blin2008-06-101-214/+512
* net: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup".Günther Deschner2008-06-041-2/+7
* net: The top level help function for net cmd is always net_cmd_usageKai Blin2008-05-201-4/+4
* net: Split out "net group"Kai Blin2008-05-201-1/+1
* net: Split out "net user"Kai Blin2008-05-201-1/+1
* net: Use true/false instead of True/False.Kai Blin2008-05-201-13/+13
* net ads: Upper case he realm name when calling kinit() using machine creds.coffeedude2008-05-121-0/+1
* Fix the build with DNS_UPDATESVolker Lendecke2008-05-101-1/+1
* net: Remove globalsKai Blin2008-05-101-175/+176
* cldap: let ads_cldap_netlogon() return all possible cldap replies.Günther Deschner2008-05-091-2/+2
* cldap: avoid duplicate definitions so remove ads_cldap.h.Günther Deschner2008-04-211-10/+10
* cldap: add talloc context to ads_cldap_netlogon().Günther Deschner2008-04-211-2/+2
* libads: Use libnbt for CLDAP reply parsing.Günther Deschner2008-04-211-24/+21
* net: Be more tolerant while joining.Günther Deschner2008-04-171-4/+9
* libnetjoin/net: Fix lp_config_backend_is_registry() handling.Günther Deschner2008-04-141-6/+12
* net: abort when lp_realm is not set in net_ads_leave().Günther Deschner2008-04-141-0/+5
* net: exit early in net_ads_join() if the domain is not set.Günther Deschner2008-04-141-0/+6
* net: use WERROR for check_ads_config().Günther Deschner2008-04-141-9/+7
* net: the success of secrets_init is checked by libnetjoin now.Günther Deschner2008-04-141-6/+0
* Fix Coverity ID 480Volker Lendecke2008-03-231-1/+1
* Enable libnetjoin debugging for now but avoid printing passwords.Günther Deschner2008-03-071-2/+2
* Move talloc_init to the right place in "net ads join".Günther Deschner2008-03-041-6/+6
* Remove original copy of now redundant join code.Günther Deschner2008-02-281-330/+0
* Some fixes for net ads join (uninitialized vars).Günther Deschner2008-02-281-9/+8
* Use libnet_Join() for "net ads join".Günther Deschner2008-02-281-150/+33