summaryrefslogtreecommitdiff
path: root/source3/utils/smbpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-03reorder useage message a little. -L is not a root-only or local mode option.Herb Lewis1-7/+8
2002-04-02readd -c config file change from 2.2 - works with -L mode now as well.Herb Lewis1-180/+178
2002-04-01reverted Herbs smbpasswd commit as it completely broke setting aAndrew Tridgell1-178/+181
2002-03-30merge from 2.2 - allow -c option to specify smb.conf fileHerb Lewis1-181/+178
2002-03-27merge from 2.2 - don't check local passdb if -r option usedHerb Lewis1-1/+3
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2002-01-20This is another *BIG* change...Andrew Bartlett1-5/+0
2002-01-07merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis1-0/+3
2002-01-07sync getopt() args with 2.2Gerald Carter1-1/+1
2001-12-14Rafal (mimir) patch for trusts r.Jean-François Micouleau1-1/+21
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-1/+41
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett1-139/+40
2001-12-04moved init_account_policy() to the right placeAndrew Tridgell1-2/+0
2001-12-04smbpasswd is *ugly*!Andrew Bartlett1-0/+2
2001-12-04Add 'net rpc join' to match the ADS equiv.Andrew Bartlett1-294/+3
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-20Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool1-8/+8
2001-11-19Make the smbpasswd options/usage message a little less bizarre: it nowMartin Pool1-22/+20
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-4/+2
2001-10-31Parionia to ensure people don't install libsmb based programs setuid root.Andrew Bartlett1-1/+1
2001-10-30Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett1-11/+13
2001-10-22Added xstrdup, removed static version from smbpasswd.cJeremy Allison1-14/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett1-4/+4
2001-09-17move to SAFE_FREE()Simo Sorce1-6/+6
2001-09-12Fixed problems with arg parsing as root with smbpasswd.Jeremy Allison1-8/+11
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-5/+5
2001-08-31Set acb_info to ACB_SVRTRUST if we are joining the domain as a BDC withoutTim Potter1-2/+6
2001-08-30merge from 2.2Gerald Carter1-0/+3
2001-08-29Fix uninitialised variables. Spotted by "Esh, Andrew" <AEsh@tricord.com>Tim Potter1-0/+3
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-3/+3
2001-08-24get rid of compiler warningsHerb Lewis1-3/+3
2001-08-02Allow smbpasswd to join a W2K hosted AD domain.Jeremy Allison1-3/+10
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-2/+2
2001-07-06Don't try and open tdb secrets file in non-root/local mode.Jeremy Allison1-2/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-3/+3
2001-07-04The big character set handling changeover!Andrew Tridgell1-4/+0
2001-06-29Experimental support for joining a domain without creating an account inTim Potter1-23/+344
2001-06-25added a -L option to smbpasswd to force it to run locally so we can test smbp...Andrew Tridgell1-3/+17
2001-05-07Patch from Simo:Gerald Carter1-2/+2
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-5/+16
2001-04-24fix typoHerb Lewis1-1/+1
2001-04-24don't allow both add and delete user to be set at the same timeHerb Lewis1-1/+4
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-12/+7
2001-02-21fixed a crash bug in smbpasswdAndrew Tridgell1-1/+0
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-2/+9
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-12/+17
2000-08-21Fix for safe_free freeing static strings. From Robert August Vincent, II.Jeremy Allison1-5/+6
2000-07-26Fixed memory leaks in root and non-root password changing.Tim Potter1-7/+20
2000-06-03moved secrets fns into secrets.cAndrew Tridgell1-1/+1