summaryrefslogtreecommitdiff
path: root/source3/web
AgeCommit message (Expand)AuthorFilesLines
2011-08-09s3/swat: use strlcat instead of strncat to fix build on old Linux distrosBjörn Jacke1-1/+1
2011-08-09s3:web/swat: use strtoll() instead of atoi/atol/atollStefan Metzmacher1-6/+19
2011-07-26s3-swat: Fix typo.Karolin Seeger1-1/+1
2011-07-26s3 swat: Create random nonce in CGI modeKai Blin1-1/+19
2011-07-26s3 swat: Add time component to XSRF tokenKai Blin2-5/+25
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-1/+8
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 XSRF protection to status pageKai Blin1-0/+7
2011-07-26s3 swat: Add support for anti-XSRF tokenKai Blin2-0/+59
2011-07-26s3 swat: Allow getting the user's HTTP auth passwordKai Blin2-0/+10
2011-07-26s3 swat: Fix possible XSS attack (bug #8289)Kai Blin1-12/+2
2011-05-23Revert "Revert "s3-printing: reload shares after pcap cache fill""David Disseldorp1-2/+2
2011-01-15Revert "s3-printing: reload shares after pcap cache fill"Karolin Seeger1-2/+2
2011-01-15s3-printing: reload shares after pcap cache fillDavid Disseldorp1-2/+2
2010-11-11Fix bug #7743 - Inconsistent use of system name lookup can cause a domain joi...Jeremy Allison1-2/+2
2009-11-30s3: Fix bug 6288Volker Lendecke1-8/+8
2009-11-29s3: Fix an uninitialized variable referenceVolker Lendecke1-1/+2
2009-11-29s3: Pass fake_dir_create_times down to file_exist_stat, none of the callers l...Volker Lendecke1-1/+2
2009-11-29s3: "cgi_download" only looks at the mode and sizeVolker Lendecke1-1/+1
2009-11-29s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke1-2/+1
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-4/+4
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett3-14/+14
2009-01-15Fix bug #6040 - Missing <th> header in Status page.Jeremy Allison1-1/+2
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam1-1/+1
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 Allison3-6/+9
2008-12-15s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum()Michael Adam1-2/+2
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-2/+2
2008-11-06Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison1-1/+1
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 Vernooij2-3/+3
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-2/+3
2008-10-01Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison1-2/+3
2008-07-15Fix swat. Bug #5613.Jeremy Allison1-13/+18
2008-06-03Fix empty input fields in SWAT; [#5515].Andreas Schneider1-4/+4
2008-06-03Fix saving of the config file in SWAT; [#5516].Andreas Schneider1-2/+2
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty2-7/+10
2008-05-18swat: freeze swat_proto.h from "make proto"Michael Adam1-0/+70
2008-04-11Cleanup size_t return values in convert_string_allocateTim Prouty1-4/+4
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
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke1-2/+2
2008-01-23strtok -> strtok_rVolker Lendecke1-1/+3
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2-12/+12
2007-12-10Tiny simplificationsVolker Lendecke1-1/+1