summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2002-03-19make "net ads user" and "net ads group" also use the new paged interfaceAndrew Tridgell1-30/+16
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-0/+2
2002-03-18more verbose checking in talloc and util_pwSimo Sorce1-9/+10
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter3-13/+13
2002-03-16Fix build for non-ads caseJim McDonough1-0/+5
2002-03-16Don't use // even temporarily, lest ye forget it and check it in...Jim McDonough1-3/+3
2002-03-15Change new style join function name for clarity in net_rpc.cJim McDonough1-1/+1
2002-03-15Change net rpc join several ways: \n\t1) expose \n\t2) eliminate oldstyle sub...Jim McDonough1-16/+17
2002-03-15Expose net_ads_join to allow for auto-transport-detection for net joinJim McDonough1-1/+1
2002-03-15Add autodetect for net join, as well as some more help updatesJim McDonough1-1/+18
2002-03-15Some help cleanups. Formatting and consistency issues. Line up text nicely,...Jim McDonough5-83/+108
2002-03-15the SEC_DOMAIN tests also apply to SEC_ADSAndrew Tridgell1-2/+2
2002-03-15nicer output from "net rpc user add"Andrew Tridgell1-0/+6
2002-03-14Add paged search requests to net ads user and net ads group commands, allowin...Jim McDonough1-21/+32
2002-03-14getpid() -> sys_getpid()Tim Potter1-1/+1
2002-03-12Yet another build fix for popt. I gotta get me one of these picky systems...Jim McDonough1-1/+1
2002-03-11Another program converted to popt...smbstatus this time.Jim McDonough1-30/+23
2002-03-10try to use our workstation account password for ADS leaveAndrew Tridgell1-4/+11
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett1-1/+3
2002-03-01The beginning of trusted and trusting domain support fromAndrew Bartlett2-15/+411
2002-02-26Fixup the sending of printer change messages from job changes.Jeremy Allison1-2/+8
2002-02-16dont strdup() possibly null values.Andrew Bartlett1-1/+3
2002-02-16int -> uint32 fixes from andreasTim Potter1-4/+4
2002-02-15Subject:Andrew Bartlett1-1/+1
2002-02-03Make smbgroupedit a little easier on the user.Andrew Bartlett1-15/+59
2002-02-02Add support for net ads printer to publish, remove, or display printer info i...Jim McDonough1-0/+167
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-2/+2
2002-01-31Initialise some SAM_ACCOUNT structs to NULL, and add some more error checking.Andrew Bartlett1-6/+14
2002-01-30Removed version number from file header.Tim Potter21-32/+13
2002-01-29Since we have dynamic initialisation in the group mapping code, makeTim Potter1-5/+0
2002-01-27Give pdbedit a -D paramater for setting the DEBUGLEVEL (makes debugging passdbAndrew Bartlett1-5/+10
2002-01-26Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett1-5/+2
2002-01-26The new plugable password backend system needs to be initialised afterAndrew Bartlett1-5/+5
2002-01-26Try to get the compiler not to complain about assignments and truth values...Andrew Bartlett1-2/+1
2002-01-25Enable net ads commands to use existing tickets if the user doesn't specify a...Jim McDonough2-4/+21
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