summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Start release notes for 3.4.18.v3-4-stableKarolin 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.samba-3.4.17Jeremy Allison2012-04-281-4/+38
* WHATSNEW: Release notes 3.4.17.Karolin Seeger2012-04-281-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'samba-3.4.16Stefan Metzmacher2012-04-0726-3921/+7527
* pidl/NDR/Parser: also do range checks on the array sizeStefan Metzmacher2012-04-071-5/+20
* pidl/NDR/Parser: do array range validation in ParseArrayPullGetLength()Stefan Metzmacher2012-04-071-28/+14
* pidl/NDR/Parser: use helper variables for array size and lengthStefan Metzmacher2012-04-071-7/+15
* pidl/NDR/Parser: remember if we already know the array lengthStefan Metzmacher2012-04-071-1/+7
* pidl/NDR/Parser: use ParseArrayPullGetLength() to get the number of array ele...Stefan Metzmacher2012-04-071-5/+1
* pidl/NDR/Parser: split off ParseArrayPullGetSize() and ParseArrayPullGetLength()Stefan Metzmacher2012-04-071-13/+42
* pidl/NDR/Parser: simplify logic in DeclareArrayVariables*()Stefan Metzmacher2012-04-071-8/+6
* pidl/NDR/Parser: declare all union helper variables in ParseUnionPull()Stefan Metzmacher2012-04-071-2/+2
* pidl:NDR/Parser: fix range() for arraysStefan Metzmacher2012-04-071-1/+32
* pidl: allow foo being on the wire after [length_is(foo)] uint8 *bufferStefan Metzmacher2012-04-071-0/+4
* pidl: add support for [string] on fixed size arrays.Stefan Metzmacher2012-04-073-2/+117
* WHATSNEW: Prepare release notes for 3.4.16.Karolin Seeger2012-04-071-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.samba-3.4.15Karolin Seeger2011-08-181-4/+19
* s3/swat: use strlcat instead of strncat to fix build on old Linux distrosBjörn Jacke2011-08-181-1/+1
* s3:web/swat: use strtoll() instead of atoi/atol/atollStefan Metzmacher2011-08-181-6/+19
* s3:nmbd_packets: return the used number of sockets in create_listen_fdset() (...Stefan Metzmacher2011-08-181-1/+1
* s3: increase the log level for missing PIDs on SIGCHLDDavid Disseldorp2011-08-181-1/+2
* s3-libnet: fix bug #6364: Pull realm from supplied username on libnet joinJim McDonough2011-08-181-0/+7
* s3-printing: remove duplicate cups response processing codeDavid Disseldorp2011-08-181-147/+94
* s3-printing: use printcap IDL for IPCDavid Disseldorp2011-08-182-129/+108
* idl: define printcap IPC message formatDavid Disseldorp2011-08-185-1/+222
* s3-printing: an empty cups printer list is treated as an errorDavid Disseldorp2011-08-181-6/+17
* s3-printing: remove pcap_cache_loaded assertsDavid Disseldorp2011-08-182-4/+0
* Revert "Revert "s3-printing: update parent smbd pcap cache""David Disseldorp2011-08-183-2/+19
* Revert "Revert "s3-printing: reload shares after pcap cache fill""David Disseldorp2011-08-186-26/+50
* 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.samba-3.4.14Karolin Seeger2011-07-241-1/+1
* s3 swat: Create random nonce in CGI modeKai Blin2011-07-241-1/+19
* s3 swat: Add time component to XSRF tokenKai Blin2011-07-242-5/+25
* s3 swat: Add XSRF protection to printer pageKai Blin2011-07-241-10/+18
* s3 swat: Add XSRF protection to password pageKai Blin2011-07-241-3/+8
* s3 swat: Add XSRF protection to shares pageKai Blin2011-07-241-5/+13
* s3 swat: Add XSRF protection to globals pageKai Blin2011-07-241-0/+7
* s3 swat: Add XSRF protection to wizard pageKai Blin2011-07-241-1/+8
* s3 swat: Add XSRF protection to wizard_params pageKai Blin2011-07-241-0/+7
* s3 swat: Add XSRF protection to viewconfig pageKai Blin2011-07-241-0/+7
* s3 swat: Add XSRF protection to status pageKai Blin2011-07-241-0/+7
* s3 swat: Add support for anti-XSRF tokenKai Blin2011-07-242-0/+59
* s3 swat: Allow getting the user's HTTP auth passwordKai Blin2011-07-242-0/+10