summaryrefslogtreecommitdiffstats
path: root/source3/lib/version.c
Commit message (Collapse)AuthorAgeFilesLines
* Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCHGerald (Jerry) Carter2007-10-211-3/+3
| | | | | which is used by mkversion.sh. (This used to be commit a62c7f9350322ab435244eafe6053fd5ee618973)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* Fix warning messages for unused variables.Jeremy Allison2007-10-151-1/+3
| | | | | Jeremy. (This used to be commit 406737cd9a34ac498e5823b380e1768d41e16c1b)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r13231: apparently strncat() is converted to strcat() on RH7.3 and similar ↵Gerald Carter2007-10-101-2/+4
| | | | | | systems. Fix the build on those boxes (This used to be commit 0b8ed8136b5c5b9b7bb5615dc8dc27eec7c49506)
* r13093: adding vendor patch level string as announced on samba-technical mlGerald Carter2007-10-101-0/+6
| | | | (This used to be commit d40f06018b9197c35a10cc9ab284dd596244f47b)
* metze's autogenerate patch for version.hGerald Carter2003-08-201-0/+42
(This used to be commit ae452e51b02672a56adf18aa7a7e365eeaba9272)