summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2003-02-27additional fix for CR 601Gerald Carter1-0/+3
2003-02-27Doxygen merge from headMartin Pool1-5/+6
2003-02-27Doxygen janitorMartin Pool1-5/+6
2003-02-27Merge 1.100 patch from HEAD:Martin Pool1-8/+15
2003-02-27- Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij1-3/+32
2003-02-26init_valid_table: Fix a memory leak that would lose theMartin Pool1-8/+15
2003-02-24Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to ...Jeremy Allison1-3/+1
2003-02-24Move off-by-one buggy malloc()/safe_strcpy() combination to strdup() instead.Andrew Bartlett1-3/+1
2003-02-24Merge documentation from HEADMartin Pool1-6/+13
2003-02-24Merge documentation from 3_0.Martin Pool1-6/+13
2003-02-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett10-235/+275
2003-02-24Merge from HEAD client-side authentication changes:Andrew Bartlett1-0/+1
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett1-15/+42
2003-02-24Add constAndrew Bartlett1-4/+4
2003-02-24Fix 2 off-by-one bugs in the use of malloc()ed strings and safe_strcpy().Andrew Bartlett1-2/+4
2003-02-24Add comment about Samba character sets, from explanation by abartlet.Martin Pool1-0/+13
2003-02-23move genparser to use talloc contexts instead of [m|c|re]alloc() and free()sSimo Sorce2-152/+163
2003-02-22More signed/unsigned fixes (yes, I run with funny compiler options) andAndrew Bartlett6-12/+13
2003-02-21Doxygen janitorMartin Pool1-3/+10
2003-02-20Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij1-9/+9
2003-02-20Merge in smb_load_module() function from HEADJelmer Vernooij1-24/+0
2003-02-19Merge cleanups of return values.Tim Potter1-5/+5
2003-02-19Merge minor library fixes from HEAD to 3.0.Andrew Bartlett2-4/+29
2003-02-19Move to a in-memory ccache for winbind, and replace setenv() properly.Andrew Bartlett1-0/+18
2003-02-19base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough1-1/+1
2003-02-18base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough1-1/+1
2003-02-18Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now needJeremy Allison1-0/+7
2003-02-18Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now needJeremy Allison1-0/+7
2003-02-18Remove obsolete comment.Martin Pool1-2/+0
2003-02-18Doxygen janitor and some doc typo fixes.Martin Pool1-68/+92
2003-02-18Doxygen janitor. No other changes.Martin Pool1-120/+119
2003-02-17Add comment explaining the -DDEVELOPER safe_strcpy overflow hack.Martin Pool1-1/+5
2003-02-17This is a very nice way to detect pstrcpy() into a malloc()ed string, butAndrew Bartlett1-0/+2
2003-02-17This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett2-18/+47
2003-02-17Set the length back to zero when we free the data_blob.Andrew Bartlett1-0/+1
2003-02-17Try to make our getgrouplist replacement better match the 'real' implemenations.Andrew Bartlett1-4/+11
2003-02-15Remove obsolete file lib/netatalk.c - We now have a vfs moduleJelmer Vernooij1-155/+0
2003-02-15Remove obsolete file lib/netatalk.c - We have a VFS module nowJelmer Vernooij1-155/+0
2003-02-14Simplify some return values in gencache functions:Tim Potter1-5/+5
2003-02-14merge from HEAD - enable dynamic RPC modulesJim McDonough1-0/+12
2003-02-13Add FIXME about checking exit code for popen'd commands.Martin Pool1-1/+4
2003-02-12Merge of nicer error message for gencache open error from HEAD.Tim Potter1-1/+1
2003-02-12Merge from HEAD - pull_ucs2_talloc() should pull to a char**, not a void**Jeremy Allison1-2/+2
2003-02-12pull_ucs2_talloc() should pull to a char**, not a void**Andrew Tridgell1-2/+2
2003-02-08merge from HEAD - x_fileno, not fileno on an XFILEAndrew Bartlett1-1/+1
2003-02-08One more fix for the difference between FILE and X_FILE.Andrew Bartlett1-1/+1
2003-02-08Merge from HEAD - don't mix FILE and X_FILE - fixes debian bugAndrew Bartlett1-3/+3
2003-02-07Ensure we don't get problems between FILE and X_FILE buffers - always use theAndrew Bartlett1-3/+3
2003-02-07Samba janitor: adding mbp's umask patch :-).Jeremy Allison1-79/+69
2003-02-07Samba janitor: adding mbp's umask patch :-).Jeremy Allison1-79/+69