index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
/
smbpasswd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r1504: Remove insane use of "user password" on the COMMAND LINE !
Jeremy Allison
2007-10-10
1
-25
/
+6
*
I *hate* global variables...
Andrew Bartlett
2004-02-25
1
-0
/
+6
*
Fix "unable to initialize" bug when smbd hasn't been run with
Jeremy Allison
2004-02-23
1
-2
/
+4
*
This should be the correct fix for the lack of a prototype for
Andrew Bartlett
2004-02-04
1
-6
/
+0
*
fix problems with proto.h
Gerald Carter
2004-02-02
1
-1
/
+1
*
remerge andrew's cracklib patch from HEAD and fix a compile warnings
Gerald Carter
2004-02-02
1
-0
/
+7
*
fix online help
Simo Sorce
2003-09-15
1
-1
/
+1
*
Replace the eight (!) copies of dummy become/unbecome root with a single one.
Tim Potter
2003-07-22
1
-15
/
+0
*
Jim, could you please look at this? smbpasswd -a <username> was broken
Volker Lendecke
2003-07-15
1
-2
/
+2
*
Doesn't re-prompt for password when it is specified on the cmdline
Jim McDonough
2003-07-11
1
-2
/
+2
*
more compile fixes for become/unbecome_root()
Gerald Carter
2003-07-09
1
-0
/
+15
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
1
-1
/
+1
*
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
2003-05-10
1
-3
/
+0
*
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
2003-05-10
1
-0
/
+3
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-2
/
+2
*
merge of smbpasswd segfault from SAMBA_2_2
Gerald Carter
2002-12-12
1
-7
/
+10
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-8
/
+2
*
Merge from HEAD:
Andrew Bartlett
2002-11-08
1
-1
/
+1
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-18
/
+18
*
sync 3.0 branch with HEAD
Jelmer Vernooij
2002-08-17
1
-2
/
+4
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-58
/
+47
*
reorder useage message a little. -L is not a root-only or local mode option.
Herb Lewis
2002-04-03
1
-7
/
+8
*
readd -c config file change from 2.2 - works with -L mode now as well.
Herb Lewis
2002-04-02
1
-180
/
+178
*
reverted Herbs smbpasswd commit as it completely broke setting a
Andrew Tridgell
2002-04-01
1
-178
/
+181
*
merge from 2.2 - allow -c option to specify smb.conf file
Herb Lewis
2002-03-30
1
-181
/
+178
*
merge from 2.2 - don't check local passdb if -r option used
Herb Lewis
2002-03-27
1
-1
/
+3
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-1
/
+1
*
This is another *BIG* change...
Andrew Bartlett
2002-01-20
1
-5
/
+0
*
merge changes from 2.2 branch to prevent smb.conf from changing debug level
Herb Lewis
2002-01-07
1
-0
/
+3
*
sync getopt() args with 2.2
Gerald Carter
2002-01-07
1
-1
/
+1
*
Rafal (mimir) patch for trusts r.
Jean-François Micouleau
2001-12-14
1
-1
/
+21
*
update the ldap support code. it compiles.
Jean-François Micouleau
2001-12-13
1
-1
/
+41
*
OK. Smbpasswd -j is DEAD.
Andrew Bartlett
2001-12-05
1
-139
/
+40
*
moved init_account_policy() to the right place
Andrew Tridgell
2001-12-04
1
-2
/
+0
*
smbpasswd is *ugly*!
Andrew Bartlett
2001-12-04
1
-0
/
+2
*
Add 'net rpc join' to match the ADS equiv.
Andrew Bartlett
2001-12-04
1
-294
/
+3
*
Removed TimeInit() call from every client program (except for one place
Tim Potter
2001-11-23
1
-2
/
+0
*
Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with the
Martin Pool
2001-11-20
1
-8
/
+8
*
Make the smbpasswd options/usage message a little less bizarre: it now
Martin Pool
2001-11-19
1
-22
/
+20
*
Store some path names in global variables initialized to configure
Martin Pool
2001-11-19
1
-4
/
+2
*
Parionia to ensure people don't install libsmb based programs setuid root.
Andrew Bartlett
2001-10-31
1
-1
/
+1
*
Fix up smbpasswd -e/-d so that it doesn't change the password under you any
Andrew Bartlett
2001-10-30
1
-11
/
+13
*
Added xstrdup, removed static version from smbpasswd.c
Jeremy Allison
2001-10-22
1
-14
/
+0
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-1
/
+0
*
Fix up a number of intertwined issues:
Andrew Bartlett
2001-09-29
1
-4
/
+4
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-6
/
+6
*
Fixed problems with arg parsing as root with smbpasswd.
Jeremy Allison
2001-09-12
1
-8
/
+11
*
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
2001-09-04
1
-5
/
+5
*
Set acb_info to ACB_SVRTRUST if we are joining the domain as a BDC without
Tim Potter
2001-08-31
1
-2
/
+6
*
merge from 2.2
Gerald Carter
2001-08-30
1
-0
/
+3
[next]