index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
web
/
swat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-06
s3:web/swat: use strtoll() instead of atoi/atol/atoll
Stefan Metzmacher
1
-6
/
+19
2011-08-04
s3/swat: use strlcat instead of strncat to fix build on old Linux distros
Björn Jacke
1
-1
/
+1
2011-07-26
s3 swat: Add time component to XSRF token
Kai Blin
1
-4
/
+24
2011-07-26
s3 swat: Add XSRF protection to printer page
Kai Blin
1
-10
/
+18
2011-07-26
s3 swat: Add XSRF protection to password page
Kai Blin
1
-3
/
+8
2011-07-26
s3 swat: Add XSRF protection to shares page
Kai Blin
1
-5
/
+13
2011-07-26
s3 swat: Add XSRF protection to globals page
Kai Blin
1
-0
/
+7
2011-07-26
s3 swat: Add XSRF protection to wizard page
Kai Blin
1
-0
/
+7
2011-07-26
s3 swat: Add XSRF protection to wizard_params page
Kai Blin
1
-0
/
+7
2011-07-26
s3 swat: Add XSRF protection to viewconfig page
Kai Blin
1
-0
/
+7
2011-07-26
s3 swat: Add support for anti-XSRF token
Kai Blin
1
-0
/
+54
2011-07-26
s3-swat: Fix typo.
Karolin Seeger
1
-1
/
+1
2011-07-26
s3 swat: Fix possible XSS attack (bug #8289)
Kai Blin
1
-12
/
+2
2011-07-19
First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems
Jeremy Allison
1
-1
/
+1
2011-07-02
param: Finish conversion from lp_wins_support() -> lp_we_are_a_wins_server()
Andrew Bartlett
1
-2
/
+2
2011-06-29
param: Merge param headers into lib/param/loadparm.h
Andrew Bartlett
1
-0
/
+1
2011-06-29
s3-param use lp_parm_ptr() rather than parm.ptr directly
Andrew Bartlett
1
-5
/
+8
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-1
/
+1
2011-05-05
More simple const fixups.
Jeremy Allison
1
-1
/
+1
2011-03-30
s3-build: only include intl protos where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-passdb: use passdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-22
s3-fault: removed the cont_fn from fault_setup()
Andrew Tridgell
1
-1
/
+1
2011-02-22
s3-printing: only include printing where really needed.
Günther Deschner
1
-0
/
+1
2011-01-07
s3-printing: Initiate pcap reload from parent smbd
David Disseldorp
1
-4
/
+9
2011-01-07
s3-printing: reload shares after pcap cache fill
David Disseldorp
1
-2
/
+4
2010-11-02
s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt calls
Andrew Bartlett
1
-2
/
+2
2010-11-02
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
1
-4
/
+5
2010-08-08
s3: Remove the smbd_messaging_context from load_printers
Volker Lendecke
1
-2
/
+2
2010-08-05
s3-popt: Only include popt-common.h when needed.
Andreas Schneider
1
-0
/
+1
2009-11-30
s3: Fix bug 6288
Volker Lendecke
1
-8
/
+8
2009-11-29
s3: Fix some nonempty blank lines
Volker Lendecke
1
-17
/
+16
2009-04-14
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
1
-10
/
+10
2009-01-06
s3/swat: Fix creation of the first share using SWAT.
Volker Lendecke
1
-1
/
+1
2008-12-30
Fix more "ignore return value" warnings from gcc 4.3.
Jeremy Allison
1
-3
/
+5
2008-12-15
s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum()
Michael Adam
1
-2
/
+2
2008-10-18
Use str_list_equal() rather than str_list_compare().
Jelmer Vernooij
1
-1
/
+2
2008-10-18
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
1
-2
/
+2
2008-07-15
Fix swat. Bug #5613.
Jeremy Allison
1
-13
/
+18
2008-06-03
Fix empty input fields in SWAT; [#5515].
Andreas Schneider
1
-4
/
+4
2008-05-20
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
1
-6
/
+8
2008-03-28
Add a talloc context parameter to current_timestring() to fix memleaks.
Michael Adam
1
-1
/
+5
2008-03-12
loadparm: add convenience wrapper lp_kill_all_services()
Michael Adam
1
-1
/
+1
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
1
-9
/
+9
2007-12-07
We don't need P_GSTRING or P_UGSTRING anymore.
Jeremy Allison
1
-15
/
+0
2007-12-05
Remove some globals
Volker Lendecke
1
-5
/
+12
2007-12-03
Make strhex_to_str clear on string limits. Remove pstring from web/*.c
Jeremy Allison
1
-40
/
+59
2007-11-23
Make remote_password_change return malloced error strings
Volker Lendecke
1
-3
/
+4
2007-11-21
Remove pstrings from pam_smbpass - make local_password_change
Jeremy Allison
1
-6
/
+8
2007-11-15
More pstring removal. This one was tricky. I had to add
Jeremy Allison
1
-0
/
+3
[next]