summaryrefslogtreecommitdiffstats
path: root/source/utils/status.c
Commit message (Collapse)AuthorAgeFilesLines
* r22434: sync from the 3.0.25 tree for rc2Gerald Carter2007-04-211-1/+1
|
* r21889: * Pull from SAMBA-3_0_25 svn r21888Gerald Carter2007-03-201-2/+2
| | | | * Set version to 3.0.25pre2
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-372/+25
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r16472: final pass for 3.0.23rc3 I think. Current with SAMBA_3_0 r16471Gerald Carter2006-06-221-2/+3
|
* r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-151-2/+2
|
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-0/+1
|
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2006-04-101-3/+7
| | | | | | | | into 3.0. Also merge the new POSIX lock code - this is not enabled unless -DDEVELOPER is defined. This doesn't yet map onto underlying system POSIX locks. Updates vfs to allow lock queries. Jeremy.
* r13262: Arrgggg. Fix smbstatus and swat status to ignoreJeremy Allison2006-01-311-0/+5
| | | | | | | bloody placeholder share mode entries (I hate these - I've had to add this filter code now to too many places :-). Jeremy.
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2006-01-281-1/+1
| | | | | | | | | | | | lp_load() could not be called multiple times to modify parameter settings based on reading from multiple configuration settings. Each time, it initialized all of the settings back to their defaults before reading the specified configuration file. This patch adds a parameter to lp_load() specifying whether the settings should be initialized. It does, however, still force the settings to be initialized the first time, even if the request was to not initialize them. (Not doing so could wreak havoc due to uninitialized values.)
* r13091: Fix gcc warning about using '0' with %s.Jeremy Allison2006-01-231-1/+1
| | | | Jeremy.
* r13083: patch suggested by Adam Nielsen for better smbstatus formattingGerald Carter2006-01-231-4/+4
|
* r13082: revert an accidentally commited patch (still in progress)Gerald Carter2006-01-231-4/+4
|
* r13081: correct fix for the segv in nmbd caused by a double free on namerec.Gerald Carter2006-01-231-4/+4
|
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2005-12-281-0/+2
| | | | | What I'd give for a global constructor... Jeremy.
* r12203: Add the share path into the sharemode db. This involvesJeremy Allison2005-12-121-4/+4
| | | | | | | | | | revving the minor version number for libsmbsharemodes (we now have a new _ex interface that takes the share path as well as the filename). Needed for #3303. Some code written by SATOH Fumiyasu <fumiya@samba.gr.jp> included in the changes to locking/locking.c. The smbstatus output is a bit of a mess and needs overhauling... Jeremy.
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2005-11-051-2/+2
| | | | | | | | | | | | | | | | of the Samba4 timezone handling code back into Samba3. Gets rid of "kludge-gmt" and removes the effectiveness of the parameter "time offset" (I can add this back in very easily if needed) - it's no longer being looked at. I'm hoping this will fix the problems people have been having with DST transitions. I'll start comprehensive testing tomorrow, but for now all modifications are done. Splits time get/set functions into srv_XXX and cli_XXX as they need to look at different timezone offsets. Get rid of much of the "efficiency" cruft that was added to Samba back in the day when the C library timezone handling functions were slow. Jeremy.
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-9/+9
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r10208: Correctly display RDWR only when it *is* RDWR...Jeremy Allison2005-09-131-1/+2
| | | | Jeremy.
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2005-07-191-2/+0
|
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2005-07-081-31/+41
| | | | | | | | | tests on this as it's very late NY time (just wanted to get this work into the tree). I'll test this over the weekend.... Jerry - in looking at the difference between the two trees there seem to be some printing/ntprinting.c and registry changes we might want to examine to try keep in sync. Jeremy.
* r5462: BUG 1549: patch from SATOH Fumiyasu <fumiya@samba.gr.jp> to fix ↵Gerald Carter2005-02-191-1/+1
| | | | trunction of service names
* r4248: Implement smbstatus -n, don't lookup users and groups. On heavily loadedVolker Lendecke2004-12-171-15/+21
| | | | | | | | | | winbind systems, looking up hundreds of users can turn out to be a bit too expensive if you just want to find out which smbd handles a particular IP address. Volker P.S: Who is "OH"? ;-)
* r3931: Fix all "may be used uninitialized" and "shadow" warnings.Jeremy Allison2004-11-241-4/+4
| | | | Jeremy.
* r3688: fix output of smbstatus to make the man page; fix -L, -p, & -S and ↵Gerald Carter2004-11-111-31/+50
| | | | the -u <username> functionality
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+693
metze