summaryrefslogtreecommitdiff
path: root/source3/web
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15465: Fix segfault in SWAT.Deryck Hodge1-0/+2
2007-10-10r14618: add --no-process-group to all server programmsStefan Metzmacher1-3/+3
2007-10-10r14255: Revert r14204 which was horribly broken.James Peach1-0/+15
2007-10-10r14204: Remove the basically unused P_GSTRING and P_UGSTRINGJames Peach1-15/+0
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-1/+1
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-3/+3
2007-10-10r13383: pulling in swat-welcome patch from SuSE packagingGerald Carter1-1/+5
2007-10-10r13316: Let the carnage begin....Gerald Carter2-8/+8
2007-10-10r13262: Arrgggg. Fix smbstatus and swat status to ignoreJeremy Allison1-1/+7
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r13140: Fix swat - make sure it can list running services (ensure loopback_ip)Jeremy Allison1-0/+1
2007-10-10r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison1-1/+1
2007-10-10r12393: cleaning up swat bugs. *no one* tests swat it seems. This has been ...Gerald Carter2-102/+44
2007-10-10r12203: Add the share path into the sharemode db. This involvesJeremy Allison1-1/+1
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter5-65/+125
2007-10-10r9790: remove 'set but not used' variables (reported by Jason Mader)Gerald Carter1-3/+2
2007-10-10r9266: fix help links in swat editor after doc layout changesGerald Carter1-2/+2
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2-5/+14
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2-9/+5
2007-10-10r6959: Meant to fix this before commiting, just to be consistent.Deryck Hodge1-1/+1
2007-10-10r6958: Properly display quotes in SWAT. Thanks to JayDeryck Hodge1-2/+22
2007-10-10r6395: Fix for Bug 2137, from Jay Fenlason <fenlason@redhat.com>Deryck Hodge1-4/+4
2007-10-10r6281: Fix the build for FreeBSD 4 -- no winbindVolker Lendecke1-2/+2
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-2/+2
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-2/+2
2007-10-10r5179: Add -P (password-menu-only) option to swat. Admins can allow usersDeryck Hodge1-1/+4
2007-10-10r4577: Fix from William Jojo <jojowil@hvcc.edu> for AIX 5.3 compile.Jeremy Allison1-2/+2
2007-10-10r4369: Patch for bug #2190 (SWAT displaying parameters in UNIX charset)Jeremy Allison1-6/+18
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison3-14/+14
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter6-6/+6
2007-10-10r2771: Second (and last) part of Swat-i18n-Patch from Björn JackeGünther Deschner3-311/+318
2007-10-10r1833: patch from James Peach to get swat to look for index.html by default w...Gerald Carter1-4/+24
2007-10-10r492: BUG 483: patch from Michel Gravey <michel.gravey@optogone.com> to fix p...Gerald Carter1-1/+4
2007-10-10r39: * importing .cvsignore filesGerald Carter1-1/+0
2004-03-11Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison1-4/+4
2004-03-05BUG 488: fix the 'show client in col 1' button and corrctely enumerate active...Gerald Carter1-1/+1
2004-02-21printf -> d_printfTim Potter1-1/+1
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett1-1/+1
2004-02-04This should be the correct fix for the lack of a prototype forAndrew Bartlett1-6/+0
2004-02-02fix problems with proto.hGerald Carter1-1/+1
2004-02-02remerge andrew's cracklib patch from HEAD and fix a compile warningsGerald Carter1-0/+7
2003-12-25Fix bug 916 - do not perform a + -> space substitution for squid URL encodedAndrew Bartlett1-0/+18
2003-11-22include WWW-Authenticate field in 401 response for bad auth attempt; bug 629Gerald Carter1-1/+2
2003-11-22fix winbind ping call so that SWAT correctly determines if winbindd is runnin...Gerald Carter1-5/+1
2003-11-22Ensure that items in a list of strings containing whitespaceGerald Carter1-2/+10
2003-11-07Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke1-2/+2
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-11/+11
2003-10-21call initgroups before becomming the user; patch from Fabio CecchiGerald Carter1-0/+3
2003-10-03Moving towards better i18n support in SWAT. This commit contains aTim Potter2-76/+85