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