summaryrefslogtreecommitdiff
path: root/source3/param/params.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-10Remove two completely unnecessary globalsVolker Lendecke1-61/+51
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-9/+9
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r17852: Remove a pointless NULL assignmentVolker Lendecke1-1/+0
2007-10-10r16570: Corrected the copyright notice. I had requested and received permissionChristopher R. Hertel1-3/+3
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-8/+6
2007-10-10r13316: Let the carnage begin....Gerald Carter1-1/+1
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-3/+3
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+2
2007-10-10r5543: Fix for bug #962 - using MB sharenames containing a ']' character.Jeremy Allison1-13/+41
2007-10-10r5535: Reformat so I can actually maintain this code and eventually convert t...Jeremy Allison1-401/+377
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-5/+5
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-12/+12
2001-12-20fixed more warnings on irixAndrew Tridgell1-3/+3
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-4/+4
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-9/+18
2001-07-05removed an unreachable statementAndrew Tridgell1-1/+0
2001-07-04The big character set handling changeover!Andrew Tridgell1-20/+7
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2000-10-18Bug report that on some systems extended characters are being returned asChristopher R. Hertel1-1/+2
2000-06-16reverted lukes changes in param/Andrew Tridgell1-0/+1
2000-06-16more update.Luke Leighton1-1/+0
2000-05-05Fix for crash bug in OpenConfFile() if no smb.conf exists.Tim Potter1-1/+1
2000-04-16converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell1-29/+49
2000-01-26Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-1/+1
1999-12-21Fix based on code from monyo@home.monyo.com to fix multibyte continuationJeremy Allison1-17/+31
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-1/+1
1998-10-05removed requirement of having a smb.conf for smbwrapper to work.Andrew Tridgell1-2/+4
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-2/+2
1997-10-31pm_process() never closed the file (a memory and file descriptor leak)Andrew Tridgell1-0/+3
1997-10-06client.c: Changed shadowed variable.Jeremy Allison1-1/+0
1997-10-04nmblookup.c:Christopher R. Hertel1-307/+548
1997-05-08'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1-1/+1
1996-07-24minor cleanupsAndrew Tridgell1-1/+1
1996-06-10got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1-1/+0
1996-06-04a huge pile of changes :-)Andrew Tridgell1-72/+64
1996-05-04Initial version imported to CVS Samba Release Account1-0/+335