index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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
*
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r22071: Make the error message for incorrect use of '-c' show the parameter a...
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r16247: Fix Coverity ID 296
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r16241: Fix Klocwork #106 and others like it.
Jeremy Allison
2007-10-10
1
-8
/
+25
*
r15906: smbpasswd help text for -W option (patch from Aruna Prabakar <aruna.p...
Gerald Carter
2007-10-10
1
-0
/
+1
*
r15311: look at the NT password (not lanman one) when determining if smbpassw...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()
Gerald Carter
2007-10-10
1
-2
/
+2
*
r13576: This is the beginnings of moving the SAM_ACCOUNT data structure
Gerald Carter
2007-10-10
1
-4
/
+4
*
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
2007-10-10
1
-2
/
+2
*
r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2.
Lars Müller
2007-10-10
1
-42
/
+0
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-10
/
+14
*
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r13148: Fix bug: #3413
Simo Sorce
2007-10-10
1
-3
/
+9
*
r12840: Add -W to smbpasswd. Thanks to William Jojo <jojowil@hvcc.edu>.
Volker Lendecke
2007-10-10
1
-1
/
+9
*
r12544: Fix segfaults in winbind, smbpasswd and net
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r6261: Tidyup message str printf. Ensure tvs struct is zeroed.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r6256: Fix fprintf errors in smbpasswd. Fix for bug #2585 Ulf Härnhammar <me...
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r3882: Fix bug 2069 -- thanks to jason@ncac.gwu.edu
Volker Lendecke
2007-10-10
1
-1
/
+2
*
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
[next]