summaryrefslogtreecommitdiff
path: root/source4/script/mkproto.pl
Commit message (Expand)AuthorAgeFilesLines
* lib/param: generate the param_functions.h containing the prototypesGarming Sam2014-02-121-41/+0
* lib/param: Merge struct loadparm_service into commonAndrew Bartlett2011-07-081-21/+33
* s4-param: move back to auto-generation of loadparm prototypesAndrew Tridgell2010-09-111-3/+3
* s4:mkproto: Add NET_API_STATUS return type.Andrew Kroeger2009-06-011-1/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+1
* Allow absolute paths to be specified to mkproto.pl.Jelmer Vernooij2008-02-291-1/+3
* Remove sDefault as static variable.Jelmer Vernooij2008-02-281-1/+1
* r26675: mkproto: Add --all argument, fix some perl warnings.Jelmer Vernooij2008-01-051-10/+9
* r25555: Remove support for BOOL, True and False.Jelmer Vernooij2007-10-101-4/+1
* r25449: Add convenience function for opening the default smb.conf for opencha...Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-1/+1
* r25115: move normalizing of the define string into a functionStefan Metzmacher2007-10-101-11/+15
* r25039: Rename service -> loadparm_service, use context more.Jelmer Vernooij2007-10-101-1/+1
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-1/+3
* r23542: Include function documentation in prototype headers.Jelmer Vernooij2007-10-101-0/+16
* r23289: Provide support for GCC attributes _PURE_, _NONNULL_, _DEPRECATED_, _...Jelmer Vernooij2007-10-101-1/+6
* r23175: Handle PKG_CONFIG_PATH not set yet - fixes warning in selftest.plJelmer Vernooij2007-10-101-4/+4
* r19633: Merge to lorikeet-heimdal, removing krb5_rd_req_return_keyblock in fa...Andrew Bartlett2007-10-101-1/+1
* r18750: Disable not updating the last-modifification-time of proto headers be...Jelmer Vernooij2007-10-101-13/+5
* r18171: Generate prototypes for functions returning bool.Jelmer Vernooij2007-10-101-2/+3
* r17838: revert rev 17754Stefan Metzmacher2007-10-101-5/+16
* r17754: remove the --always-create option from mkproto.plStefan Metzmacher2007-10-101-16/+5
* r15642: add an '--always-create' option to mkproto.plStefan Metzmacher2007-10-101-4/+9
* r15036: Add out of tree build support and see how buildfarm will respond to m...Alexander Bokovoy2007-10-101-2/+13
* r14607: Update mkproto.pl to only write out new header files if the contents ...Jelmer Vernooij2007-10-101-37/+88
* r14479: Cope with _PUBLIC_ not being defined. Needed for when external projectsJelmer Vernooij2007-10-101-0/+4
* r13964: make lp_* functions publicStefan Metzmacher2007-10-101-6/+6
* r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be usedJelmer Vernooij2007-10-101-1/+1
* r13019: Again protect us against format string mismatches, with the new splitAndrew Bartlett2007-10-101-1/+5
* r12831: add 'extern' to public prototypesStefan Metzmacher2007-10-101-2/+4
* r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij2007-10-101-6/+6
* r12520: Add support for --help to mkproto.plJelmer Vernooij2007-10-101-7/+28
* r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij2007-10-101-1/+1
* r12449: Fix some warningsJelmer Vernooij2007-10-101-8/+8
* r12446: Merge mkproto.sh's functionality into mkproto.plJelmer Vernooij2007-10-101-30/+82
* r7859: Merge a few scripts to one script that checks for the following unusedJelmer Vernooij2007-10-101-0/+0
* r2583: mkproto.pl now treats "int main" as a special case and avoids it.Andrew Tridgell2007-10-101-0/+2
* r2407: extend mkproto.pl to handle smb_ucs2_t for toupper_w()Andrew Tridgell2007-10-101-1/+1
* r1904: catch the common gtk function prototypes with make protoStefan Metzmacher2007-10-101-1/+2
* r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2007-10-101-1/+1
* r20: Add the registry library. Still needs a lot of work,Jelmer Vernooij2007-10-101-1/+1
* more portability fixes. We now almost compile on solarisAndrew Tridgell2003-12-161-1/+3
* by using a single proto.h we gain another factor of 4 in the speed ofAndrew Tridgell2003-11-231-7/+8
* final bit of tidyup and speedupAndrew Tridgell2003-11-231-30/+13
* much faster inner loop and neater codeAndrew Tridgell2003-11-231-58/+54
* fixed loadparm handling properlyAndrew Tridgell2003-11-231-41/+20
* nicer base type handlingAndrew Tridgell2003-11-231-6/+6
* reduced the number of magic types we need in mkproto.plAndrew Tridgell2003-11-231-46/+54
* changed to perl for mkproto, patch from vanceAndrew Tridgell2003-11-231-0/+140