Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable
[sfrench/samba-autobuild/.git] / source / utils / net_ads.c
2003-02-15 Andrew BartlettAntti Andreimann <Antti.Andreimann@mail.ee> has done...
2003-02-01 Andrew BartlettAlways escape ldap filter strings. Escaping code was...
2003-01-15 Gerald Carter* removed unused variable from rpcclient code
2003-01-14 Andrew Tridgelladd help text for 'net ads lookup'
2003-01-02 Andrew BartlettBIG patch...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-11-23 Jeremy Allisonjcmd really should run with a higher compiler warning...
2002-11-18 Jim McDonoughBack out some goofs that accidentally checked in with...
2002-11-18 Jim McDonoughNext step of printer publishing.
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-09-17 Andrew TridgellAdd clock skew handling to our kerberos code. This...
2002-09-06 Andrew BartlettPatch from "Stefan (metze) Metzmacher" <metze@metzemix.de>
2002-08-30 Andrew Tridgellconvert the LDAP/SASL code to use GSS-SPNEGO if possible
2002-08-19 Andrew Tridgelladded a 'net ads lookup' command that does a CLDAP...
2002-08-06 Andrew Tridgellfixed 'net ads chostpass' for new ads structures
2002-08-05 Andrew Tridgelladded 'net rpc testjoin' and 'net ads testjoin' commands
2002-08-05 Andrew TridgellThis fixes a number of ADS problems, particularly with...
2002-07-31 Andrew Tridgellmake sure that 'net ads info' gives info on the server...
2002-07-30 Andrew Tridgellnet ads info now reports the IP of the LDAP server...
2002-06-24 Jim McDonoughSupport utf8 on the wire for ads ldap. DN's are conver...
2002-06-03 Andrew Tridgelladded a 'net ads search' command, similar to 'ldapsearc...
2002-05-23 Jim McDonoughAllow initial password set on net ads user add. I...
2002-05-09 Jim McDonoughAdd ads group add and delete, allowing converged net...
2002-04-18 Andrew Tridgellfixed the fallback to a BDC for ADS connections
2002-04-10 Jim McDonoughRename of ads_do_search_all2() to ads_do_search_all...
2002-04-05 Jim McDonoughUse the new ads_do_search_all2 function. It provides...
2002-04-05 Jim McDonoughLots more net consistency work:
2002-04-04 Jim McDonoughMore updates for auto-detecting server connection metho...
2002-04-04 Jim McDonoughAdd non-ads version of net_ads_help for build on non...
2002-04-04 Jim McDonoughCorrect error string function call to ads_errstr()
2002-04-04 Jim McDonoughAdd net ads user subcommands: add delete info. Also...
2002-03-29 Jim McDonoughRe-implemented net ads user and net ads group to use...
2002-03-21 Andrew Tridgellmake net ads info work with -S
2002-03-19 Andrew Tridgellmake "net ads user" and "net ads group" also use the...
2002-03-16 Jim McDonoughFix build for non-ads case
2002-03-15 Jim McDonoughExpose net_ads_join to allow for auto-transport-detecti...
2002-03-14 Jim McDonoughAdd paged search requests to net ads user and net ads...
2002-03-10 Andrew Tridgelltry to use our workstation account password for ADS...
2002-02-16 Andrew Bartlettdont strdup() possibly null values.
2002-02-15 Andrew BartlettSubject:
2002-02-02 Jim McDonoughAdd support for net ads printer to publish, remove...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Jim McDonoughEnable net ads commands to use existing tickets if...
2002-01-16 Andrew Tridgellmuch better support for organisational units in ADS...
2001-12-20 Andrew Tridgellmake sure we store the domain sid when joining a ADS...
2001-12-20 Andrew Tridgellnet ads password and net ads chostpass commands from...
2001-12-19 Andrew Tridgellmuch better ADS error handling system
2001-12-19 Andrew Tridgell- added initial support for trusted domains in winbindd_ads
2001-12-17 Andrew Tridgellallow selection of the organisational unit when joining...
2001-12-13 Andrew Tridgelladded "net ads info" to fetch basic ADS info without...
2001-12-08 Andrew Tridgelladded internal sasl/gssapi code. This means we are...
2001-12-05 Andrew BartlettOK. Smbpasswd -j is DEAD.
2001-12-05 Andrew Tridgelladded a REALLY gross hack into kerberos_kinit_password...
2001-12-05 Andrew BartlettFollow herb's suggestion and don't strdup a string...
2001-11-29 Andrew BartlettMake better use of the ads_init() function to get the...
2001-11-26 Tim PotterMore compiler warnings fixed. Some minor reformatting.
2001-11-25 Andrew Tridgellbetter help
2001-11-25 Andrew Tridgelluse generate_random_str()
2001-11-25 Andrew Tridgelladded "net ads user" and "net ads group" commands
2001-11-25 Andrew Tridgelladded "net ads status" command
2001-11-25 Andrew Tridgellmade a "net ads" command, currently with "net ads join...