summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2001-12-14Rafal (mimir) patch for trusts r.Jean-François Micouleau1-1/+21
2001-12-14Display a nice error message if the user%password specified for net rpcTim Potter1-2/+8
2001-12-14Display a nice error message for NT_STATUS_LOGON_FAILURE in connect_to_ipc()Tim Potter1-0/+7
2001-12-14More help/messages/formatting cleanup.Jim McDonough1-37/+40
2001-12-14Merge from 2.2 to allow net rpc join -U to complete even if the workstationTim Potter1-2/+5
2001-12-14Restoration of at least some help function and format. First round of cleanu...Jim McDonough1-259/+221
2001-12-14Set the debuglevel after the call to lp_load() so the change sticks.Tim Potter1-2/+2
2001-12-14don't use -u switch to /bin/date - too many systems don't honor itAndrew Tridgell1-4/+4
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-1/+41
2001-12-13added "net ads info" to fetch basic ADS info without any authAndrew Tridgell1-0/+26
2001-12-13improved error message from failed connectAndrew Tridgell1-6/+3
2001-12-12added "net time zone" command to show the timezone on a computerAndrew Tridgell1-6/+30
2001-12-11allow join of already joined domainAndrew Tridgell1-60/+35
2001-12-11prevent double freeAndrew Tridgell1-2/+0
2001-12-11better error handlingAndrew Tridgell1-11/+17
2001-12-11added a comment about /bin/dateAndrew Tridgell1-1/+4
2001-12-11added a net time command. Allow display or set of system time based onAndrew Tridgell3-13/+166
2001-12-11Removed unreferenced getopt() externals.Tim Potter1-2/+0
2001-12-10reinstated all the rap commands as top level commands until we get theAndrew Tridgell2-81/+114
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 Bartlett6-153/+112
2001-12-05added a REALLY gross hack into kerberos_kinit_password so thatAndrew Tridgell1-1/+1
2001-12-05Add a new flag for anonymous connectionsAndrew Bartlett1-0/+3
2001-12-05Make it easier to construct anonymous connections with a new flag and helperAndrew Bartlett1-2/+28
2001-12-05Split out the name resolution code into a seperate functionAndrew Bartlett1-27/+38
2001-12-05Follow herb's suggestion and don't strdup a string to itselfAndrew Bartlett1-3/+6
2001-12-05Follow herb's suggestion and don't strdup a string to itself.Andrew Bartlett1-3/+5
2001-12-05Add a mechinism to allow for sane porting of rpcclient components into the newAndrew Bartlett1-0/+166
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau1-5/+9
2001-12-04allow for passwords other than "samba2"Andrew Tridgell1-1/+1
2001-12-04moved init_account_policy() to the right placeAndrew Tridgell1-2/+0
2001-12-04typo fixAndrew Tridgell1-1/+1
2001-12-04smbpasswd is *ugly*!Andrew Bartlett1-0/+2
2001-12-04Add 'net rpc join' to match the ADS equiv.Andrew Bartlett3-295/+316
2001-12-04Some changes to the name resolution code in 'net' to allow us to find aAndrew Bartlett2-25/+47
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-12/+10
2001-12-03This change reworkes the connection code for both rpcclient and net newAndrew Bartlett2-73/+15
2001-12-03Forgot this one with the last commit...Andrew Bartlett1-0/+36
2001-12-03This is another major rework of the 'net' command.Andrew Bartlett3-1057/+1273
2001-12-01not used any moreAndrew Tridgell1-144/+0
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-10/+22
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau1-12/+9
2001-11-29Make better use of the ads_init() function to get the kerberos relam etc.Andrew Bartlett2-6/+8
2001-11-28fixed some krb5 ifdefsAndrew Tridgell1-1/+1
2001-11-28fix a bunch of places where we can double-free a cli structureAndrew Tridgell3-10/+0
2001-11-26prevent proto from picking up this as a defintion for 'main()' becoue it conf...Andrew Bartlett1-1/+1
2001-11-26More compiler warnings fixed. Some minor reformatting.Tim Potter2-94/+143
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter4-12/+10
2001-11-25Minor typosVolker Lendecke1-2/+2
2001-11-25portability fixesAndrew Tridgell1-3/+6