summaryrefslogtreecommitdiff
path: root/source3/utils/net_ads.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-30Removed version number from file header.Tim Potter1-1/+0
2002-01-25Enable net ads commands to use existing tickets if the user doesn't specify a...Jim McDonough1-4/+19
2002-01-16much better support for organisational units in ADS joinAndrew Tridgell1-3/+7
2001-12-20make sure we store the domain sid when joining a ADS domainAndrew Tridgell1-0/+12
2001-12-20net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell1-0/+91
2001-12-19much better ADS error handling systemAndrew Tridgell1-24/+20
2001-12-19- added initial support for trusted domains in winbindd_adsAndrew Tridgell1-3/+6
2001-12-17allow selection of the organisational unit when joining a realmAndrew Tridgell1-6/+28
2001-12-13added "net ads info" to fetch basic ADS info without any authAndrew Tridgell1-0/+26
2001-12-08added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell1-0/+16
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett1-1/+1
2001-12-05added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell1-1/+1
2001-12-05Follow herb's suggestion and don't strdup a string to itself.Andrew Bartlett1-3/+5
2001-11-29Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett1-0/+1
2001-11-26More compiler warnings fixed. Some minor reformatting.Tim Potter1-3/+3
2001-11-25better helpAndrew Tridgell1-1/+7
2001-11-25use generate_random_str()Andrew Tridgell1-47/+4
2001-11-25added "net ads user" and "net ads group" commandsAndrew Tridgell1-19/+66
2001-11-25added "net ads status" commandAndrew Tridgell1-14/+39
2001-11-25made a "net ads" command, currently with "net ads join" and "net ads leave"Andrew Tridgell1-0/+187