summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_ads.c
Commit message (Expand)AuthorAgeFilesLines
* s3:net ads dns register: use "cluster addresses" option if configured (bug #7...Stefan Metzmacher2010-12-261-3/+11
* s3:net ads dns register: add support for specifying addresse on the commandli...Michael Adam2010-12-261-3/+40
* s3:net: add net_update_dns_ext() that accepts a list of addresses as paramete...Michael Adam2010-12-261-12/+27
* s3:net: disable dynamic dns updates at the end of "net ads join" in a cluster...Michael Adam2010-12-261-0/+19
* s3-net Allow 'net ads dns register' to take an optional hostname argumentAndrew Bartlett2010-12-261-6/+10
* s3-net: fix a "dereferencing type-punned pointer will break strict-aliasing r...Günther Deschner2010-09-061-2/+2
* s3-net: fix net ads dns usage calls.Günther Deschner2010-03-011-3/+8
* s3 net: Fix compile warningsKai Blin2010-01-201-45/+80
* s3 net: Fix compile error with WITH_DNS_UPDATESKai Blin2010-01-201-2/+2
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-201-47/+48
* s3-net: use generated krb5.conf in 'net ads testjoin'Günther Deschner2010-01-061-0/+4
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+1
* Ensure all callers to the rpc_client/cli_pipe functions correctlyJeremy Allison2009-11-121-2/+2
* s3-net: better use memory credential cache in net_ads_kerberos_pac().Günther Deschner2009-11-061-1/+1
* s3-net: allow to call "net ads kerberos pac <impersonation principal> -P".Günther Deschner2009-11-061-1/+7
* s3 net: i18n support for net adsKai Blin2009-07-291-378/+389
* Added prefer_ipv4 bool parameter to resolve_name().Jeremy Allison2009-07-281-1/+1
* s3: net ads user info should print primary group as well (bug #2658)Kai Blin2009-07-271-15/+57
* Revert "net: Use samba default command line arguments."Kai Blin2009-07-221-42/+41
* Make escape_ldap_string take a talloc contextVolker Lendecke2009-07-091-5/+5
* Don't require "Modify property" perms to unjoin bug #6481)Jim McDonough2009-06-191-2/+9
* net: Only use the in memory ccache when not already using a kerberos ticket i...Kai Blin2009-06-091-1/+2
* s3-net: fix "net ads testjoin".Günther Deschner2009-06-091-0/+1
* net: Use samba default command line arguments.Kai Blin2009-05-251-41/+40
* s3-libads: avoid NULL talloc context with ads_get_dn().Günther Deschner2009-04-071-4/+4
* s3:libads Make ads_get_dn() take a talloc contextAndrew Bartlett2009-04-061-8/+8
* s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL.Günther Deschner2009-03-181-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