Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13262: Arrgggg. Fix smbstatus and swat status to ignore | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r13091: Fix gcc warning about using '0' with %s. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13083: patch suggested by Adam Nielsen for better smbstatus formatting | Gerald Carter | 1 | -4/+4 |
2007-10-10 | r13082: revert an accidentally commited patch (still in progress) | Gerald Carter | 1 | -4/+4 |
2007-10-10 | r13081: correct fix for the segv in nmbd caused by a double free on namerec. | Gerald Carter | 1 | -4/+4 |
2007-10-10 | r12555: Fix more load_case_table swegfaults. Arggg. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r12203: Add the share path into the sharemode db. This involves | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r11511: A classic "friday night check-in" :-). This moves much | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -9/+9 |
2007-10-10 | r10208: Correctly display RDWR only when it *is* RDWR... | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. | Tim Potter | 1 | -2/+0 |
2007-10-10 | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 1 | -31/+41 |
2007-10-10 | r5462: BUG 1549: patch from SATOH Fumiyasu <fumiya@samba.gr.jp> to fix trunct... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r4248: Implement smbstatus -n, don't lookup users and groups. On heavily loaded | Volker Lendecke | 1 | -15/+21 |
2007-10-10 | r3931: Fix all "may be used uninitialized" and "shadow" warnings. | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r3688: fix output of smbstatus to make the man page; fix -L, -p, & -S and the... | Gerald Carter | 1 | -31/+50 |
2004-01-06 | Patch based on work from James Peach <jpeach@sgi.com> to convert over to | Jeremy Allison | 1 | -0/+6 |
2003-11-12 | show locked files for -u <user>; bug 590 | Gerald Carter | 1 | -10/+41 |
2003-08-20 | metze's autogenerate patch for version.h | Gerald Carter | 1 | -1/+1 |
2003-07-22 | Replace the eight (!) copies of dummy become/unbecome root with a single one. | Tim Potter | 1 | -4/+0 |
2003-07-16 | Add API framework for server SMB signing. | Jeremy Allison | 1 | -1/+0 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett | Jelmer Vernooij | 1 | -2/+0 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions so | Jelmer Vernooij | 1 | -0/+2 |
2003-04-16 | Check whether return status of poptGetNextOpt is -1, not EOF | Jelmer Vernooij | 1 | -1/+1 |
2003-04-14 | Merge Jelmer's popt updates from HEAD. | Tim Potter | 1 | -4/+2 |
2003-02-25 | Merge: add popt_common_version to command line options table. | Tim Potter | 1 | -0/+1 |
2003-01-02 | WITH_SENDFILE #ifdef merged from SAMBA_2_2 | Gerald Carter | 1 | -1/+1 |
2002-10-28 | sync with head | Jelmer Vernooij | 1 | -30/+15 |
2002-10-08 | merge from APP_HEAD of winbindd's domain local group fix | Gerald Carter | 1 | -0/+5 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -0/+6 |
2002-08-17 | sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -9/+1 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -9/+9 |
2002-03-23 | Fix the mp3 rename bug - also tidy up our open code and remove the special | Jeremy Allison | 1 | -2/+3 |
2002-03-12 | Yet another build fix for popt. I gotta get me one of these picky systems... | Jim McDonough | 1 | -1/+1 |
2002-03-11 | Another program converted to popt...smbstatus this time. | Jim McDonough | 1 | -30/+23 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-07 | merge changes from 2.2 branch to prevent smb.conf from changing debug level | Herb Lewis | 1 | -0/+3 |
2001-11-23 | Removed TimeInit() call from every client program (except for one place | Tim Potter | 1 | -1/+0 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 1 | -5/+4 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -3/+0 |
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 | 1 | -1/+0 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 1 | -2/+2 |
2001-09-08 | convert more code to using d_printf | Andrew Tridgell | 1 | -369/+369 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 1 | -2/+2 |
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-08-23 | Fix up some unused variables and functions, fix up formatting | Andrew Bartlett | 1 | -14/+0 |