summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Start release notes for 3.4.18.v3-4-testKarolin Seeger2012-04-301-2/+44
* VERSION: Bump version number up to 3.4.18.Karolin Seeger2012-04-301-1/+1
* Fix self granting privileges in security=ads.Jeremy Allison2012-04-301-4/+38
* WHATSNEW: Release notes 3.4.17.Karolin Seeger2012-04-301-4/+11
* WHATSNEW: Fix typo.Karolin Seeger2012-04-101-1/+1
* WHATSNEW: Start release notes for Samba 3.4.17.Karolin Seeger2012-04-101-2/+43
* VERSION: Bump version up to 3.4.17.Karolin Seeger2012-04-101-1/+1
* rerun 'make samba3-idl'Stefan Metzmacher2012-04-1026-3921/+7527
* pidl/NDR/Parser: also do range checks on the array sizeStefan Metzmacher2012-04-101-5/+20
* pidl/NDR/Parser: do array range validation in ParseArrayPullGetLength()Stefan Metzmacher2012-04-101-28/+14
* pidl/NDR/Parser: use helper variables for array size and lengthStefan Metzmacher2012-04-101-7/+15
* pidl/NDR/Parser: remember if we already know the array lengthStefan Metzmacher2012-04-101-1/+7
* pidl/NDR/Parser: use ParseArrayPullGetLength() to get the number of array ele...Stefan Metzmacher2012-04-101-5/+1
* pidl/NDR/Parser: split off ParseArrayPullGetSize() and ParseArrayPullGetLength()Stefan Metzmacher2012-04-101-13/+42
* pidl/NDR/Parser: simplify logic in DeclareArrayVariables*()Stefan Metzmacher2012-04-101-8/+6
* pidl/NDR/Parser: declare all union helper variables in ParseUnionPull()Stefan Metzmacher2012-04-101-2/+2
* pidl:NDR/Parser: fix range() for arraysStefan Metzmacher2012-04-101-1/+32
* pidl: allow foo being on the wire after [length_is(foo)] uint8 *bufferStefan Metzmacher2012-04-101-0/+4
* pidl: add support for [string] on fixed size arrays.Stefan Metzmacher2012-04-103-2/+117
* WHATSNEW: Prepare release notes for 3.4.16.Karolin Seeger2012-04-101-3/+11
* WHATSNEW: Start release notes for 3.4.16.Karolin Seeger2011-08-231-2/+41
* VERSION: Bump version up to 3.4.16.Karolin Seeger2011-08-231-1/+1
* WHATSNEW: Prepare release notes for 3.4.15.Karolin Seeger2011-08-181-4/+19
* WHATSNEW: Update release notes.Karolin Seeger2011-08-181-5/+22
* 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
* WHATSNEW: Start release notes for 3.4.15.Karolin Seeger2011-07-261-2/+43
* VERSION: Bump version up to 3.4.15.Karolin Seeger2011-07-261-1/+1
* s3-swat: Fix typo.Karolin Seeger2011-07-261-1/+1
* 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-1/+8
* 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 possible XSS attack (bug #8289)Kai Blin2011-07-261-12/+2
* s3:nmbd_packets: return the used number of sockets in create_listen_fdset() (...Stefan Metzmacher2011-07-041-1/+1
* s3: increase the log level for missing PIDs on SIGCHLDDavid Disseldorp2011-06-271-1/+2
* s3-libnet: fix bug #6364: Pull realm from supplied username on libnet joinJim McDonough2011-05-261-0/+7
* s3-printing: remove duplicate cups response processing codeDavid Disseldorp2011-05-261-147/+94
* s3-printing: use printcap IDL for IPCDavid Disseldorp2011-05-262-129/+108
* idl: define printcap IPC message formatDavid Disseldorp2011-05-265-1/+222
* s3-printing: an empty cups printer list is treated as an errorDavid Disseldorp2011-05-261-6/+17
* s3-printing: remove pcap_cache_loaded assertsDavid Disseldorp2011-05-232-4/+0