First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems
[samba.git] / source3 / web / swat.c
2011-07-19 Jeremy AllisonFirst part of fix for bug 8310 - toupper_ascii() is...
2011-07-02 Andrew Bartlettparam: Finish conversion from lp_wins_support() ->...
2011-06-29 Andrew Bartlettparam: Merge param headers into lib/param/loadparm.h
2011-06-29 Andrew Bartletts3-param use lp_parm_ptr() rather than parm.ptr directly
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ARRAY() to talloc_array()
2011-05-05 Jeremy AllisonMore simple const fixups.
2011-03-29 Günther Deschners3-build: only include intl protos where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-22 Andrew Tridgells3-fault: removed the cont_fn from fault_setup()
2011-02-22 Günther Deschners3-printing: only include printing where really needed.
2011-01-07 David Disseldorps3-printing: Initiate pcap reload from parent smbd
2011-01-07 David Disseldorps3-printing: reload shares after pcap cache fill
2010-11-02 Andrew Bartletts3-debug Move 'load_case_tables()' before lp_set_cmdlin...
2010-11-02 Andrew Bartletts3-debug Impove setup_logging() to specify logging...
2010-08-08 Volker Lendeckes3: Remove the smbd_messaging_context from load_printers
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2009-11-30 Volker Lendeckes3: Fix bug 6288
2009-11-29 Volker Lendeckes3: Fix some nonempty blank lines
2009-04-14 Andrew BartlettConvert Samba3 to use the common lib/util/charset API
2009-01-06 Volker Lendeckes3/swat: Fix creation of the first share using SWAT.
2008-12-31 Jeremy AllisonFix more "ignore return value" warnings from gcc 4.3.
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-15 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-15 Michael Adams3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_s...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-18 Jelmer VernooijUse str_list_equal() rather than str_list_compare().
2008-10-18 Jelmer VernooijUse separate make variables for libutil and libcrypto.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-07-16 Derrell LipmanMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-07-15 Jeremy AllisonFix swat. Bug #5613.
2008-06-03 Andreas SchneiderFix empty input fields in SWAT; [#5515].
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-20 Tim ProutyCleanup size_t return values in callers of convert_stri...
2008-03-28 Michael AdamAdd a talloc context parameter to current_timestring...
2008-03-12 Michael Adamloadparm: add convenience wrapper lp_kill_all_services()
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-07 Jeremy AllisonWe don't need P_GSTRING or P_UGSTRING anymore.
2007-12-05 Volker LendeckeRemove some globals
2007-12-04 Jeremy AllisonMake strhex_to_str clear on string limits. Remove pstri...
2007-11-23 Volker LendeckeMake remote_password_change return malloced error strings
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-22 Jeremy AllisonRemove pstrings from pam_smbpass - make local_password_...
2007-11-15 Jeremy AllisonMore pstring removal. This one was tricky. I had to add
2007-10-19 Jeremy AllisonFix the popt / bool issues. Some places we used BOOL
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Volker Lendecker24701: Fix the swat build
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker21784: Replace smb_register_idle_event() with event_ad...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16426: Klocwork #1544, #1545, #1546, #1549, #1550...
2007-10-10 Deryck Hodger15465: Fix segfault in SWAT.
2007-10-10 James Peachr14255: Revert r14204 which was horribly broken.
2007-10-10 James Peachr14204: Remove the basically unused P_GSTRING and P_UGS...
2007-10-10 Gerald Carterr13383: pulling in swat-welcome patch from SuSE packaging
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Derrell Lipmanr13212: r12414@cabra: derrell | 2006-01-28 17:52...
2007-10-10 Jeremy Allisonr13140: Fix swat - make sure it can list running servic...
2007-10-10 Jeremy Allisonr12522: Try and fix bug #2926 by removing setlocale...
2007-10-10 Gerald Carterr12393: cleaning up swat bugs. *no one* tests swat...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr9790: remove 'set but not used' variables (reported...
2007-10-10 Gerald Carterr9266: fix help links in swat editor after doc layout...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Deryck Hodger6959: Meant to fix this before commiting, just to...
2007-10-10 Deryck Hodger6958: Properly display quotes in SWAT. Thanks to Jay
2007-10-10 Deryck Hodger6395: Fix for Bug 2137, from Jay Fenlason <fenlason...
2007-10-10 Deryck Hodger5179: Add -P (password-menu-only) option to swat....
2007-10-10 Jeremy Allisonr4369: Patch for bug #2190 (SWAT displaying parameters...
2007-10-10 Tim Potterr2835: Since we always have -I. and -I$(srcdir) in...
2007-10-10 Günther Deschnerr2771: Second (and last) part of Swat-i18n-Patch from...
2007-10-10 Gerald Carterr492: BUG 483: patch from Michel Gravey <michel.gravey...
2004-02-29 Volker LendeckeTrivial commit to make 'smbdiff 3_0/source head/source...
2004-02-21 Tim Potterprintf -> d_printf
2004-02-21 Tim Potterprintf -> d_printf
2004-02-04 Andrew BartlettThis should be the correct fix for the lack of a protot...
2004-02-02 Gerald Carterfix problems with proto.h
2004-02-02 Gerald Carterremerge andrew's cracklib patch from HEAD and fix a...
2003-11-22 Gerald CarterEnsure that items in a list of strings containing white...
2003-11-22 Gerald CarterEnsure that items in a list of strings containing white...
2003-10-09 Tim PotterMerge from 3.0:
2003-10-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-03 Tim PotterMoving towards better i18n support in SWAT. This commi...
2003-09-29 Tim PotterMerge from 3.0:
2003-09-26 Tim PotterMore bug #413. Fix bad html table row termination...
2003-09-26 Tim PotterChange title of SWAT globals page from 'Global Variable...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-19 Jelmer Vernooij- Update 'preload modules' documention (bug #304)
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-28 John TerpstraCleanup of loadparm and swat to correctly display all...
2003-07-27 John TerpstraAdd buttons to Printers View
2003-07-26 John TerpstraFormat tidy up.
2003-07-26 John TerpstraAdded buttons to change view mode. Fixes bug #212
2003-07-23 Gerald Carterconvert snprintf() calls using pstrings & fstrings
2003-07-22 Tim PotterReplace the eight (!) copies of dummy become/unbecome...
next