summaryrefslogtreecommitdiffstats
path: root/source/web/swat.c
Commit message (Collapse)AuthorAgeFilesLines
* r24950: Merge r21784Volker Lendecke2007-09-041-1/+1
| | | | | | | Replace smb_register_idle_event() with event_add_timed(). This fixes winbind which did not run the idle events to drop ldap connections. Volker
* r24701: Fix the swat buildVolker Lendecke2007-08-271-0/+25
| | | | | | | Swat has not been built by default for a while, so I did not notice that the _ macro is actually used. Re-add the lang_msg_rotate function, this time only to swat so that this is the only binary that has to take the 16k penalty.
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r19806: merge time.c changesGerald Carter2006-11-201-1/+1
|
* r16438: sync up to r16433Gerald Carter2006-06-211-20/+20
|
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-0/+2
|
* r14255: Revert r14204 which was horribly broken.James Peach2006-03-121-0/+15
|
* r14204: Remove the basically unused P_GSTRING and P_UGSTRINGJames Peach2006-03-111-15/+0
| | | | parameter types.
* r13383: pulling in swat-welcome patch from SuSE packagingGerald Carter2006-02-081-1/+5
|
* r13316: Let the carnage begin....Gerald Carter2006-02-031-3/+3
| | | | Sync with trunk as off r13315
* 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.)
* r13140: Fix swat - make sure it can list running services (ensure loopback_ip)Jeremy Allison2006-01-251-0/+1
| | | | | is defined. Jerry - this needs to be in 3.0.21b. Jeremy.
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2005-12-271-1/+1
| | | | | | and replace calls to isupper/islower/toupper/tolower with ASCII equivalents (mapping into _w variants). Jeremy.
* r12393: cleaning up swat bugs. *no one* tests swat it seems. This has been ↵Gerald Carter2005-12-201-100/+42
| | | | broken since r10656
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-42/+100
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r9790: remove 'set but not used' variables (reported by Jason Mader)Gerald Carter2005-08-301-3/+2
|
* r9266: fix help links in swat editor after doc layout changesGerald Carter2005-08-121-2/+2
|
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-241-5/+5
| | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy
* r6959: Meant to fix this before commiting, just to be consistent.Deryck Hodge2005-05-241-1/+1
| | | | deryck
* r6958: Properly display quotes in SWAT. Thanks to JayDeryck Hodge2005-05-241-2/+22
| | | | | | Fenlason <fenlason@redhat.com> for spotting this issue. deryck
* r6395: Fix for Bug 2137, from Jay Fenlason <fenlason@redhat.com>Deryck Hodge2005-04-191-4/+4
| | | | | | Encode quotes for display in HTML. deryck
* r5179: Add -P (password-menu-only) option to swat. Admins can allow usersDeryck Hodge2005-02-021-1/+4
| | | | | | | to use swat to change their password without allowing them to see the "View" and "Status" buttons. deryck
* r4369: Patch for bug #2190 (SWAT displaying parameters in UNIX charset)Jeremy Allison2004-12-261-6/+18
| | | | | not utf8. Fixed by Shiro Yamada <shiro@miraclelinux.com>. Jeremy.
* r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of Tim Potter2004-10-071-1/+1
| | | | | '..' from all #include preprocessor commands. This fixes bugzilla #1880 where OpenVMS gets confused about the '.' characters.
* r2771: Second (and last) part of Swat-i18n-Patch from Björn JackeGünther Deschner2004-10-011-227/+230
| | | | | | | | | | | | | <bjacke@sernet.de> "Do not use display charset for swat output. In HTML we do not care about the "locale charmap" because HTML code is UTF-8 only now. Additionally take care that we convert files from statuspage from unix charset to UTF-8. Thus we have correct HTML output under all circumstances. We now also convert the share names correctly from unix encoding to web encoding and vice vera. " Guenther
* r492: BUG 483: patch from Michel Gravey <michel.gravey@optogone.com> to fix ↵Gerald Carter2004-05-051-1/+4
| | | | password hash creation in SWAT
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+1389
metze