| Commit message (Expand) | Author | Age | Files | Lines |
* | BIG patch... | Andrew Bartlett | 2003-01-02 | 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 |
* | Make smbpasswd tell people to use 'net join', not 'net rpc join' now we have | Andrew Bartlett | 2002-11-08 | 1 | -1/+1 |
* | removing compiler warnings about shadowed globals | Gerald Carter | 2002-09-10 | 1 | -18/+18 |
* | Mimir has been busy with patches again, and sent in the following | Andrew Bartlett | 2002-07-26 | 1 | -2/+4 |
* | Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid. | Andrew Bartlett | 2002-05-22 | 1 | -2/+4 |
* | Make smbpasswd at least slightly sane. This kills off some of the | Andrew Bartlett | 2002-05-18 | 1 | -43/+43 |
* | Make --with-ldapsam 'go away'. This is now a standard, stable, feature | Andrew Bartlett | 2002-05-17 | 1 | -13/+0 |
* | 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 |
* | Fix uninitialised variables. Spotted by "Esh, Andrew" <AEsh@tricord.com> | Tim Potter | 2001-08-29 | 1 | -0/+3 |
* | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2001-08-27 | 1 | -3/+3 |
* | get rid of compiler warnings | Herb Lewis | 2001-08-24 | 1 | -3/+3 |
* | Allow smbpasswd to join a W2K hosted AD domain. | Jeremy Allison | 2001-08-02 | 1 | -3/+10 |
* | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 2001-07-25 | 1 | -2/+2 |
* | Don't try and open tdb secrets file in non-root/local mode. | Jeremy Allison | 2001-07-06 | 1 | -2/+1 |
* | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 2001-07-04 | 1 | -3/+3 |
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 1 | -4/+0 |
* | Experimental support for joining a domain without creating an account in | Tim Potter | 2001-06-29 | 1 | -23/+344 |
* | added a -L option to smbpasswd to force it to run locally so we can test smbp... | Andrew Tridgell | 2001-06-25 | 1 | -3/+17 |
* | Patch from Simo: | Gerald Carter | 2001-05-07 | 1 | -2/+2 |
* | Big cleanup of passdb and backends. | Jean-François Micouleau | 2001-05-04 | 1 | -5/+16 |