summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* Fixup JF's weird SID return :-).Jeremy Allison2001-12-181-1/+1
* allow selection of the organisational unit when joining a realmAndrew Tridgell2001-12-171-6/+28
* Rafal (mimir) patch for trusts r.Jean-François Micouleau2001-12-141-1/+21
* Display a nice error message if the user%password specified for net rpcTim Potter2001-12-141-2/+8
* Display a nice error message for NT_STATUS_LOGON_FAILURE in connect_to_ipc()Tim Potter2001-12-141-0/+7
* More help/messages/formatting cleanup.Jim McDonough2001-12-141-37/+40
* Merge from 2.2 to allow net rpc join -U to complete even if the workstationTim Potter2001-12-141-2/+5
* Restoration of at least some help function and format. First round of cleanu...Jim McDonough2001-12-141-259/+221
* Set the debuglevel after the call to lp_load() so the change sticks.Tim Potter2001-12-141-2/+2
* don't use -u switch to /bin/date - too many systems don't honor itAndrew Tridgell2001-12-141-4/+4
* update the ldap support code. it compiles.Jean-François Micouleau2001-12-131-1/+41
* added "net ads info" to fetch basic ADS info without any authAndrew Tridgell2001-12-131-0/+26
* improved error message from failed connectAndrew Tridgell2001-12-131-6/+3
* added "net time zone" command to show the timezone on a computerAndrew Tridgell2001-12-121-6/+30
* allow join of already joined domainAndrew Tridgell2001-12-111-60/+35
* prevent double freeAndrew Tridgell2001-12-111-2/+0
* better error handlingAndrew Tridgell2001-12-111-11/+17
* added a comment about /bin/dateAndrew Tridgell2001-12-111-1/+4
* added a net time command. Allow display or set of system time based onAndrew Tridgell2001-12-113-13/+166
* Removed unreferenced getopt() externals.Tim Potter2001-12-111-2/+0
* reinstated all the rap commands as top level commands until we get theAndrew Tridgell2001-12-102-81/+114
* added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell2001-12-081-0/+16
* OK. Smbpasswd -j is DEAD.Andrew Bartlett2001-12-056-153/+112
* added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell2001-12-051-1/+1
* Add a new flag for anonymous connectionsAndrew Bartlett2001-12-051-0/+3
* Make it easier to construct anonymous connections with a new flag and helperAndrew Bartlett2001-12-051-2/+28
* Split out the name resolution code into a seperate functionAndrew Bartlett2001-12-051-27/+38
* Follow herb's suggestion and don't strdup a string to itselfAndrew Bartlett2001-12-051-3/+6
* Follow herb's suggestion and don't strdup a string to itself.Andrew Bartlett2001-12-051-3/+5
* Add a mechinism to allow for sane porting of rpcclient components into the newAndrew Bartlett2001-12-051-0/+166
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-5/+9
* allow for passwords other than "samba2"Andrew Tridgell2001-12-041-1/+1
* moved init_account_policy() to the right placeAndrew Tridgell2001-12-041-2/+0
* typo fixAndrew Tridgell2001-12-041-1/+1
* smbpasswd is *ugly*!Andrew Bartlett2001-12-041-0/+2
* Add 'net rpc join' to match the ADS equiv.Andrew Bartlett2001-12-043-295/+316
* Some changes to the name resolution code in 'net' to allow us to find aAndrew Bartlett2001-12-042-25/+47
* added a tdb to store the account policy informations.Jean-François Micouleau2001-12-031-12/+10
* This change reworkes the connection code for both rpcclient and net newAndrew Bartlett2001-12-032-73/+15
* Forgot this one with the last commit...Andrew Bartlett2001-12-031-0/+36
* This is another major rework of the 'net' command.Andrew Bartlett2001-12-033-1057/+1273
* not used any moreAndrew Tridgell2001-12-011-144/+0
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-10/+22
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-291-12/+9
* Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2001-11-292-6/+8
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-1/+1
* fix a bunch of places where we can double-free a cli structureAndrew Tridgell2001-11-283-10/+0
* prevent proto from picking up this as a defintion for 'main()' becoue it conf...Andrew Bartlett2001-11-261-1/+1
* More compiler warnings fixed. Some minor reformatting.Tim Potter2001-11-262-94/+143
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-264-12/+10