Age | Commit message (Expand) | Author | Files | Lines |
2007-12-12 | Developer doesn't cut it - need #define test for NSS_WRAPPER. | Jeremy Allison | 1 | -1/+1 |
2007-12-12 | Only add the non-root escape on !developer. | Jeremy Allison | 1 | -1/+1 |
2007-12-12 | Fix the buildfarm until I figure out how to allow | Jeremy Allison | 1 | -0/+2 |
2007-12-12 | Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org> | Jeremy Allison | 1 | -0/+4 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -1/+1 |
2007-12-03 | Getting to the home stretch for elimination of pstrings... | Jeremy Allison | 1 | -4/+3 |
2007-11-23 | Make remote_password_change return malloced error strings | Volker Lendecke | 1 | -2/+3 |
2007-11-21 | Remove pstrings from pam_smbpass - make local_password_change | Jeremy Allison | 1 | -5/+7 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r24943: Some stackframes | Volker Lendecke | 1 | -1/+5 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22071: Make the error message for incorrect use of '-c' show the parameter a... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r16247: Fix Coverity ID 296 | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r16241: Fix Klocwork #106 and others like it. | Jeremy Allison | 1 | -8/+25 |
2007-10-10 | r15906: smbpasswd help text for -W option (patch from Aruna Prabakar <aruna.p... | Gerald Carter | 1 | -0/+1 |
2007-10-10 | r15311: look at the NT password (not lanman one) when determining if smbpassw... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new() | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r13576: This is the beginnings of moving the SAM_ACCOUNT data structure | Gerald Carter | 1 | -4/+4 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2. | Lars Müller | 1 | -42/+0 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -10/+14 |
2007-10-10 | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r13148: Fix bug: #3413 | Simo Sorce | 1 | -3/+9 |
2007-10-10 | r12840: Add -W to smbpasswd. Thanks to William Jojo <jojowil@hvcc.edu>. | Volker Lendecke | 1 | -1/+9 |
2007-10-10 | r12544: Fix segfaults in winbind, smbpasswd and net | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r6261: Tidyup message str printf. Ensure tvs struct is zeroed. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r6256: Fix fprintf errors in smbpasswd. Fix for bug #2585 Ulf Härnhammar <me... | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r3882: Fix bug 2069 -- thanks to jason@ncac.gwu.edu | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r1504: Remove insane use of "user password" on the COMMAND LINE ! | Jeremy Allison | 1 | -25/+6 |
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 |