Age | Commit message (Expand) | Author | Files | Lines |
2001-10-23 | more compiler warnings | Herb Lewis | 1 | -1/+1 |
2001-10-23 | Remove setbuffer which caused build errors | Jim McDonough | 1 | -2/+0 |
2001-10-23 | Replace getopt_long with popt for parsing commandline options | Jim McDonough | 1 | -136/+91 |
2001-10-22 | Added xstrdup, removed static version from smbpasswd.c | Jeremy Allison | 1 | -14/+0 |
2001-10-19 | Add command-line remote management utility | Jim McDonough | 1 | -0/+1510 |
2001-10-11 | first step in converting the head branch to use lang_tdb.c instead | Andrew Tridgell | 2 | -21/+36 |
2001-10-11 | Fixed bug when status=no and max smbd processes > 0. | Jeremy Allison | 1 | -0/+5 |
2001-10-03 | fix some possible memleaks and not tested reallocs spotted by Andreas Moroder | Simo Sorce | 1 | -0/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 9 | -21/+0 |
2001-09-30 | Don't try to write the LM password in the NT password feild. | Andrew Bartlett | 1 | -1/+0 |
2001-09-29 | Fix up a number of intertwined issues: | Andrew Bartlett | 2 | -22/+22 |
2001-09-27 | Removed smbpasswd_XX call (how did this get re-added, I removed all | Jeremy Allison | 1 | -1/+1 |
2001-09-27 | Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-). | Jeremy Allison | 1 | -127/+103 |
2001-09-27 | Major update to pdbedit's import and export code, in line with reqests for it | Andrew Bartlett | 1 | -81/+83 |
2001-09-26 | Fix up pdbedit to initialise its structures with the standard functions, | Andrew Bartlett | 1 | -40/+52 |
2001-09-21 | Added -s configfile to smbcontrol.c. | Volker Lendecke | 1 | -6/+9 |
2001-09-20 | Check 'hosts equiv' and 'use rhosts' compatability with 'hostname | Andrew Bartlett | 1 | -0/+16 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 5 | -28/+26 |
2001-09-15 | free memory before returning. | Simo Sorce | 1 | -0/+7 |
2001-09-12 | Fixed problems with arg parsing as root with smbpasswd. | Jeremy Allison | 1 | -8/+11 |
2001-09-10 | left out { | Herb Lewis | 1 | -1/+1 |
2001-09-10 | prevent segv by not calling tdb_traverse and tdb_close if tdb_open_log | Herb Lewis | 1 | -18/+20 |
2001-09-10 | declare dbf in one spot | Andrew Tridgell | 5 | -5/+0 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 5 | -11/+11 |
2001-09-08 | convert more code to using d_printf | Andrew Tridgell | 2 | -395/+395 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 2 | -3/+3 |
2001-09-06 | Started a cleanup of smbpasswd related stuff. I've created a new file | Tim Potter | 1 | -12/+16 |
2001-09-05 | always include profile support so you do not need a different binary of | Herb Lewis | 1 | -5/+0 |
2001-09-05 | add profiling stats from 2.2 | Herb Lewis | 1 | -2/+332 |
2001-09-05 | When sending a message via a tdb, it must be open read/write. | Jeremy Allison | 1 | -1/+1 |
2001-09-05 | more warning fixes on solaris | Andrew Tridgell | 1 | -2/+2 |
2001-09-04 | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 1 | -7/+6 |
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 |
2001-08-29 | Fuss, fuss, fuss... | Christopher R. Hertel | 1 | -1/+1 |
2001-08-28 | Added samsync and samrepl (untested) message types to smbcontrol. | Tim Potter | 1 | -0/+38 |
2001-08-28 | Fixed typo in comment. | Tim Potter | 1 | -3/+1 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2 | -6/+6 |
2001-08-26 | Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_server | Christopher R. Hertel | 1 | -1/+1 |
2001-08-24 | get rid of compiler warnings | Herb Lewis | 1 | -3/+3 |
2001-08-24 | fixed handling of 139/445 in clients | Andrew Tridgell | 1 | -2/+1 |
2001-08-23 | Fix up some unused variables and functions, fix up formatting | Andrew Bartlett | 1 | -14/+0 |
2001-08-22 | A few changes: | Andrew Bartlett | 1 | -60/+44 |
2001-08-20 | added -b option | Andrew Tridgell | 1 | -2/+9 |
2001-08-02 | Allow smbpasswd to join a W2K hosted AD domain. | Jeremy Allison | 1 | -3/+10 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 2 | -2/+2 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 1 | -2/+2 |
2001-07-25 | nicer smbtree output | Andrew Tridgell | 1 | -2/+4 |