summaryrefslogtreecommitdiff
path: root/source3/web/swat.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-18swat: Remove swat.Kai Blin1-1646/+37
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-3/+3
2012-04-05build: Remove sys_fopen wrapperAndrew Bartlett1-1/+1
2012-03-30More strlcat/strlcpy truncate checks.Jeremy Allison1-1/+2
2012-01-21param: handle P_BYTES in more placesAndrew Bartlett1-0/+2
2011-12-14s3:web/swat: use short term event and message contextsStefan Metzmacher1-4/+35
2011-08-06s3:web/swat: use strtoll() instead of atoi/atol/atollStefan Metzmacher1-6/+19
2011-08-04s3/swat: use strlcat instead of strncat to fix build on old Linux distrosBjörn Jacke1-1/+1
2011-07-26s3 swat: Add time component to XSRF tokenKai Blin1-4/+24
2011-07-26s3 swat: Add XSRF protection to printer pageKai Blin1-10/+18
2011-07-26s3 swat: Add XSRF protection to password pageKai Blin1-3/+8
2011-07-26s3 swat: Add XSRF protection to shares pageKai Blin1-5/+13
2011-07-26s3 swat: Add XSRF protection to globals pageKai Blin1-0/+7
2011-07-26s3 swat: Add XSRF protection to wizard pageKai Blin1-0/+7
2011-07-26s3 swat: Add XSRF protection to wizard_params pageKai Blin1-0/+7
2011-07-26s3 swat: Add XSRF protection to viewconfig pageKai Blin1-0/+7
2011-07-26s3 swat: Add support for anti-XSRF tokenKai Blin1-0/+54
2011-07-26s3-swat: Fix typo.Karolin Seeger1-1/+1
2011-07-26s3 swat: Fix possible XSS attack (bug #8289)Kai Blin1-12/+2
2011-07-19First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison1-1/+1
2011-07-02param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()Andrew Bartlett1-2/+2
2011-06-29param: Merge param headers into lib/param/loadparm.hAndrew Bartlett1-0/+1
2011-06-29s3-param use lp_parm_ptr() rather than parm.ptr directlyAndrew Bartlett1-5/+8
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-05More simple const fixups.Jeremy Allison1-1/+1
2011-03-30s3-build: only include intl protos where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-03-22s3-fault: removed the cont_fn from fault_setup()Andrew Tridgell1-1/+1
2011-02-22s3-printing: only include printing where really needed.Günther Deschner1-0/+1
2011-01-07s3-printing: Initiate pcap reload from parent smbdDavid Disseldorp1-4/+9
2011-01-07s3-printing: reload shares after pcap cache fillDavid Disseldorp1-2/+4
2010-11-02s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt callsAndrew Bartlett1-2/+2
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-4/+5
2010-08-08s3: Remove the smbd_messaging_context from load_printersVolker Lendecke1-2/+2
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
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