summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-22Merge from 3.0 - fix domain joins not to always join as BDC.Andrew Bartlett1-6/+1
2003-04-16Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett1-5/+12
2003-04-14Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add aJelmer Vernooij1-4/+9
2003-03-16Changes to help the kerberos change password code work on systems thatAndrew Bartlett1-0/+9
2003-03-15Minor fixes.Andrew Bartlett1-1/+1
2003-03-12Patch from Ken Cross <kcross@nssolutions.com> to take a username in the formAndrew Bartlett1-0/+11
2003-02-25For some reason some attributes in ADS do not appear (and are not available)Andrew Bartlett1-1/+63
2003-02-24Whenever we have a password, use the in-memory ccache. This fixes a bug whereAndrew Bartlett1-2/+3
2003-02-21Fixed another compiler warning.Tim Potter1-1/+1
2003-02-15Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett1-2/+14
2003-02-01Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett1-1/+7
2003-01-15* removed unused variable from rpcclient codeGerald Carter1-2/+2
2003-01-14add help text for 'net ads lookup'Andrew Tridgell1-0/+2
2003-01-02BIG patch...Andrew Bartlett1-7/+13
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-2/+2
2002-11-23jcmd really should run with a higher compiler warning level more often :-).Jeremy Allison1-1/+1
2002-11-18Back out some goofs that accidentally checked in with printer publishing.Jim McDonough1-3/+3
2002-11-18Next step of printer publishing.Jim McDonough1-34/+37
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-26/+19
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell1-14/+12
2002-09-06Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett1-1/+1
2002-08-30convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell1-0/+4
2002-08-19added a 'net ads lookup' command that does a CLDAP NetLogon query to aAndrew Tridgell1-0/+26
2002-08-06fixed 'net ads chostpass' for new ads structuresAndrew Tridgell1-1/+11
2002-08-05added 'net rpc testjoin' and 'net ads testjoin' commandsAndrew Tridgell1-0/+42
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-29/+59
2002-07-31make sure that 'net ads info' gives info on the server we specify, notAndrew Tridgell1-0/+4
2002-07-30net ads info now reports the IP of the LDAP server as well as its name - very...Andrew Tridgell1-0/+1
2002-06-24Support utf8 on the wire for ads ldap. DN's are converted, as well as strings,Jim McDonough1-10/+20
2002-06-03added a 'net ads search' command, similar to 'ldapsearch' but using theAndrew Tridgell1-7/+70
2002-05-23Allow initial password set on net ads user add. I need to do this onJim McDonough1-3/+30
2002-05-09Add ads group add and delete, allowing converged net group command.Jim McDonough1-16/+106
2002-04-18fixed the fallback to a BDC for ADS connectionsAndrew Tridgell1-5/+4
2002-04-10Rename of ads_do_search_all2() to ads_do_search_all() and removal ofJim McDonough1-23/+11
2002-04-05Use the new ads_do_search_all2 function. It provides sorted results. We nowJim McDonough1-30/+18
2002-04-05Lots more net consistency work:Jim McDonough1-10/+1
2002-04-04More updates for auto-detecting server connection method. Added net_ads_check()Jim McDonough1-5/+38
2002-04-04Add non-ads version of net_ads_help for build on non-ads machines.Jim McDonough1-0/+6
2002-04-04Correct error string function call to ads_errstr()Jim McDonough1-3/+3
2002-04-04Add net ads user subcommands: add delete info. Also make user listing formatJim McDonough1-12/+169
2002-03-29Re-implemented net ads user and net ads group to use the newJim McDonough1-14/+50
2002-03-21make net ads info work with -SAndrew Tridgell1-4/+5
2002-03-19make "net ads user" and "net ads group" also use the new paged interfaceAndrew Tridgell1-30/+16
2002-03-16Fix build for non-ads caseJim McDonough1-0/+5
2002-03-15Expose net_ads_join to allow for auto-transport-detection for net joinJim McDonough1-1/+1
2002-03-14Add paged search requests to net ads user and net ads group commands, allowin...Jim McDonough1-21/+32
2002-03-10try to use our workstation account password for ADS leaveAndrew Tridgell1-4/+11
2002-02-16dont strdup() possibly null values.Andrew Bartlett1-1/+3
2002-02-15Subject:Andrew Bartlett1-1/+1
2002-02-02Add support for net ads printer to publish, remove, or display printer info i...Jim McDonough1-0/+167