summaryrefslogtreecommitdiff
path: root/source3/web/swat.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-30s3: Fix bug 6288Volker Lendecke1-8/+8
2009-11-29s3: Fix some nonempty blank linesVolker Lendecke1-17/+16
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-10/+10
2009-01-06s3/swat: Fix creation of the first share using SWAT.Volker Lendecke1-1/+1
2008-12-30Fix more "ignore return value" warnings from gcc 4.3.Jeremy Allison1-3/+5
2008-12-15s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum()Michael Adam1-2/+2
2008-10-18Use str_list_equal() rather than str_list_compare().Jelmer Vernooij1-1/+2
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-2/+2
2008-07-15Fix swat. Bug #5613.Jeremy Allison1-13/+18
2008-06-03Fix empty input fields in SWAT; [#5515].Andreas Schneider1-4/+4
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-6/+8
2008-03-28Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam1-1/+5
2008-03-12loadparm: add convenience wrapper lp_kill_all_services()Michael Adam1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-9/+9
2007-12-07We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison1-15/+0
2007-12-05Remove some globalsVolker Lendecke1-5/+12
2007-12-03Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison1-40/+59
2007-11-23Make remote_password_change return malloced error stringsVolker Lendecke1-3/+4
2007-11-21Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison1-6/+8
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-0/+3
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-15/+15
2007-10-10r24701: Fix the swat buildVolker Lendecke1-0/+25
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke1-1/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+1
2007-10-10r16426: Klocwork #1544, #1545, #1546, #1549, #1550, #1552, #1553, #1554Jeremy Allison1-20/+20
2007-10-10r15465: Fix segfault in SWAT.Deryck Hodge1-0/+2
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-10r13383: pulling in swat-welcome patch from SuSE packagingGerald Carter1-1/+5
2007-10-10r13316: Let the carnage begin....Gerald Carter1-3/+3
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 Carter1-100/+42
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-42/+100
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-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-5/+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-10r5179: Add -P (password-menu-only) option to swat. Admins can allow usersDeryck Hodge1-1/+4
2007-10-10r4369: Patch for bug #2190 (SWAT displaying parameters in UNIX charset)Jeremy Allison1-6/+18
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter1-1/+1
2007-10-10r2771: Second (and last) part of Swat-i18n-Patch from Björn JackeGünther Deschner1-227/+230
2007-10-10r492: BUG 483: patch from Michel Gravey <michel.gravey@optogone.com> to fix p...Gerald Carter1-1/+4
2004-02-21printf -> d_printfTim Potter1-1/+1