summaryrefslogtreecommitdiffstats
path: root/source3/param/params.c
Commit message (Expand)AuthorAgeFilesLines
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-8/+6
* r13316: Let the carnage begin....Gerald Carter2007-10-101-1/+1
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-3/+3
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-1/+2
* r5543: Fix for bug #962 - using MB sharenames containing a ']' character.Jeremy Allison2007-10-101-13/+41
* r5535: Reformat so I can actually maintain this code and eventually convert t...Jeremy Allison2007-10-101-401/+377
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-5/+5
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-12/+12
* fixed more warnings on irixAndrew Tridgell2001-12-201-3/+3
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+4
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-9/+18
* removed an unreachable statementAndrew Tridgell2001-07-051-1/+0
* The big character set handling changeover!Andrew Tridgell2001-07-041-20/+7
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-171-1/+1
* Bug report that on some systems extended characters are being returned asChristopher R. Hertel2000-10-181-1/+2
* reverted lukes changes in param/Andrew Tridgell2000-06-161-0/+1
* more update.Luke Leighton2000-06-161-1/+0
* Fix for crash bug in OpenConfFile() if no smb.conf exists.Tim Potter2000-05-051-1/+1
* converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-29/+49
* Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-261-1/+1
* Fix based on code from monyo@home.monyo.com to fix multibyte continuationJeremy Allison1999-12-211-17/+31
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* removed requirement of having a smb.conf for smbwrapper to work.Andrew Tridgell1998-10-051-2/+4
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-2/+2
* pm_process() never closed the file (a memory and file descriptor leak)Andrew Tridgell1997-10-311-0/+3
* client.c: Changed shadowed variable.Jeremy Allison1997-10-061-1/+0
* nmblookup.c:Christopher R. Hertel1997-10-041-307/+548
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* minor cleanupsAndrew Tridgell1996-07-241-1/+1
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-1/+0
* a huge pile of changes :-)Andrew Tridgell1996-06-041-72/+64
* Initial version imported to CVS Samba Release Account1996-05-041-0/+335