summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_ads.c
Commit message (Expand)AuthorAgeFilesLines
* s3 net: Fix compile warningsKai Blin2010-01-191-45/+80
* s3 net: Fix compile error with WITH_DNS_UPDATESKai Blin2010-01-191-2/+2
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-181-47/+48
* s3-net: use generated krb5.conf in 'net ads testjoin'Günther Deschner2009-12-231-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
* 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