summaryrefslogtreecommitdiff
path: root/source3/web
Commit message (Expand)AuthorAgeFilesLines
* swat: Use X-Frame-Options header to avoid clickjackingKai Blin2013-01-291-1/+2
* Fix bug #9037 - Name clash in MD5 cause...Jura Sasek2012-07-241-1/+1
* s3/swat: use strlcat instead of strncat to fix build on old Linux distrosBjörn Jacke2011-08-091-1/+1
* s3:web/swat: use strtoll() instead of atoi/atol/atollStefan Metzmacher2011-08-091-6/+19
* s3 swat: Create random nonce in CGI modeKai Blin2011-07-261-1/+19
* s3 swat: Add time component to XSRF tokenKai Blin2011-07-262-5/+25
* s3 swat: Add XSRF protection to printer pageKai Blin2011-07-261-10/+18
* s3 swat: Add XSRF protection to password pageKai Blin2011-07-261-3/+8
* s3 swat: Add XSRF protection to shares pageKai Blin2011-07-261-5/+13
* s3 swat: Add XSRF protection to globals pageKai Blin2011-07-261-0/+7
* s3 swat: Add XSRF protection to wizard pageKai Blin2011-07-261-0/+7
* s3 swat: Add XSRF protection to wizard_params pageKai Blin2011-07-261-0/+7
* s3 swat: Add XSRF protection to viewconfig pageKai Blin2011-07-261-0/+7
* s3 swat: Add XSRF protection to status pageKai Blin2011-07-261-0/+7
* s3 swat: Add support for anti-XSRF tokenKai Blin2011-07-262-0/+59
* s3 swat: Allow getting the user's HTTP auth passwordKai Blin2011-07-262-0/+10
* s3-swat: Fix typo.Karolin Seeger2011-07-261-1/+1
* s3 swat: Fix possible XSS attack (bug #8289)Kai Blin2011-07-261-12/+2
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-261-1/+1
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-171-0/+1
* s3-auth: use auth.h where needed.Günther Deschner2011-04-051-0/+1
* s3-locking: move locking prototypes out of proto.h.Günther Deschner2011-04-051-0/+1
* s3-build: only include intl protos where needed.Günther Deschner2011-04-053-0/+3
* s3-passdb: use passdb headers where needed.Günther Deschner2011-04-051-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-04-052-0/+2
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-04-051-0/+1
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-04-051-0/+1
* s3-printing: only include printing where really needed.Günther Deschner2011-02-221-0/+1
* s3: Fix a type errorVolker Lendecke2011-01-081-2/+2
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-081-3/+3
* s3-printing: Initiate pcap reload from parent smbdDavid Disseldorp2011-01-071-4/+9
* s3-printing: reload shares after pcap cache fillDavid Disseldorp2011-01-071-2/+4
* s3: Make name_query use /tmp/.nmbd/unexpectedVolker Lendecke2011-01-071-13/+9
* s3: Make name_query return NTSTATUSVolker Lendecke2010-12-281-4/+6
* s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt callsAndrew Bartlett2010-11-021-2/+2
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-4/+5
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-201-2/+2
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3: Remove talloc_autofree_context() from swatVolker Lendecke2010-09-261-2/+2
* s3: Lift smbd_server_fd() from pass_check()Volker Lendecke2010-08-281-1/+7
* s3: Move check_access to cgi.c, its only userVolker Lendecke2010-08-221-0/+81
* s3-auth: Remove obsolete 'update encrypted' option.Andreas Schneider2010-08-161-3/+1
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-1/+1
* s3: Remove the smbd_messaging_context from load_printersVolker Lendecke2010-08-081-2/+2
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
* s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider2010-03-261-3/+3
* s3: Add connections_forall_read()Volker Lendecke2010-03-011-9/+6
* s3: last part of TYPESAFE_QSORT() conversionAndrew Tridgell2010-02-141-4/+3
* s3: Show share path in swat statuspageMarcin Gryszkalis2010-01-181-4/+7
* s3: Fix bug 6288Volker Lendecke2009-11-301-8/+8