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