summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-3021-32/+13
* Since we have dynamic initialisation in the group mapping code, makeTim Potter2002-01-291-5/+0
* Give pdbedit a -D paramater for setting the DEBUGLEVEL (makes debugging passdbAndrew Bartlett2002-01-271-5/+10
* Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-261-5/+2
* The new plugable password backend system needs to be initialised afterAndrew Bartlett2002-01-261-5/+5
* Try to get the compiler not to complain about assignments and truth values...Andrew Bartlett2002-01-261-2/+1
* Enable net ads commands to use existing tickets if the user doesn't specify a...Jim McDonough2002-01-252-4/+21
* getpwnam -> getpwnam_alloc.Andrew Bartlett2002-01-231-6/+10
* This is another *BIG* change...Andrew Bartlett2002-01-202-40/+26
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-5/+14
* much better support for organisational units in ADS joinAndrew Tridgell2002-01-161-3/+7
* Change the passdb interface to use allocated strings.Andrew Bartlett2002-01-151-1/+1
* Quieten warning about uninitialized variable.Martin Pool2002-01-101-1/+3
* Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool2002-01-091-6/+17
* merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis2002-01-076-0/+23
* sync getopt() args with 2.2Gerald Carter2002-01-071-1/+1
* print the timezone in the same format as 'date +%z' - much better for scriptingAndrew Tridgell2002-01-041-5/+8
* Cleanup format.Martin Pool2002-01-031-1/+1
* smbd now sends a reply to MSG_REQ_POOL_USAGE, though it's prettyMartin Pool2002-01-031-1/+2
* smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool2002-01-031-2/+0
* Actually enforce the passdb API.Andrew Bartlett2002-01-021-2/+2
* reverted to 1.24 and manually merged in changes from 2.2Gerald Carter2001-12-311-194/+71
* Add 'net rpc shutdown' and 'net rpc abortshutdown'.Andrew Bartlett2001-12-313-7/+177
* fix compile errorGerald Carter2001-12-311-1/+3
* some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter2001-12-311-74/+199
* Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett2001-12-302-50/+236
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-9/+9
* smbcontrol in non-interactive mode was returning True for success --Martin Pool2001-12-211-1/+4
* Add option to pass NULL max_replies to wait_for_replies in case youMartin Pool2001-12-211-4/+7
* Add code to send MSG_REQ_POOL_USAGE. (smbd doesn't respond yet.)Martin Pool2001-12-211-15/+57
* make sure we store the domain sid when joining a ADS domainAndrew Tridgell2001-12-201-0/+12
* added net lookup commandAndrew Tridgell2001-12-202-1/+65
* net now sends its debug to stderr so its output can be relied upon inAndrew Tridgell2001-12-201-1/+1
* net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell2001-12-201-0/+91
* much better ADS error handling systemAndrew Tridgell2001-12-191-24/+20
* - added initial support for trusted domains in winbindd_adsAndrew Tridgell2001-12-191-3/+6
* 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