summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett1-6/+10
2002-01-20This is another *BIG* change...Andrew Bartlett2-40/+26
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-5/+14
2002-01-16much better support for organisational units in ADS joinAndrew Tridgell1-3/+7
2002-01-15Change the passdb interface to use allocated strings.Andrew Bartlett1-1/+1
2002-01-10Quieten warning about uninitialized variable.Martin Pool1-1/+3
2002-01-09Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool1-6/+17
2002-01-07merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis6-0/+23
2002-01-07sync getopt() args with 2.2Gerald Carter1-1/+1
2002-01-04print the timezone in the same format as 'date +%z' - much better for scriptingAndrew Tridgell1-5/+8
2002-01-03Cleanup format.Martin Pool1-1/+1
2002-01-03smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's prettyMartin Pool1-1/+2
2002-01-03smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool1-2/+0
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-2/+2
2001-12-31reverted to 1.24 and manually merged in changes from 2.2Gerald Carter1-194/+71
2001-12-31Add 'net rpc shutdown' and 'net rpc abortshutdown'.Andrew Bartlett3-7/+177
2001-12-31fix compile errorGerald Carter1-1/+3
2001-12-31some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter1-74/+199
2001-12-30Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett2-50/+236
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-9/+9
2001-12-21smbcontrol in non-interactive mode was returning True for success --Martin Pool1-1/+4
2001-12-21Add option to pass NULL max_replies to wait_for_replies in case youMartin Pool1-4/+7
2001-12-21Add code to send MSG_REQ_POOL_USAGE. (smbd doesn't respond yet.)Martin Pool1-15/+57
2001-12-20make sure we store the domain sid when joining a ADS domainAndrew Tridgell1-0/+12
2001-12-20added net lookup commandAndrew Tridgell2-1/+65
2001-12-20net now sends its debug to stderr so its output can be relied upon inAndrew Tridgell1-1/+1
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-18Fixup JF's weird SID return :-).Jeremy Allison1-1/+1
2001-12-17allow selection of the organisational unit when joining a realmAndrew Tridgell1-6/+28
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