summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2003-03-11This patch attemptes to clean up winbindd's mutex locking.Andrew Bartlett1-4/+2
2003-03-11Remove valgrind_strlen function, hopefully no longer needed withMartin Pool1-9/+0
2003-03-10Clobber strings with 0xf1f1f1f1 before writing to them to check bufferMartin Pool1-8/+33
2003-03-08This is C, not C++Andrew Bartlett1-4/+4
2003-03-08Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett1-2/+29
2003-03-07Some progress towards gums and tdbsam2Simo Sorce1-0/+18
2003-03-03dlsym takes a const char *.Jeremy Allison1-1/+1
2003-02-28Doxygen janitor: add note that strequal is in fact case-insensitive.Martin Pool1-6/+8
2003-02-28Doxygen janitorMartin Pool2-8/+8
2003-02-28Doxygen janitor: fix parameter names, grammar, tag names.Martin Pool1-14/+14
2003-02-28Add a comment about the meaning of samba's internal character set andMartin Pool1-0/+24
2003-02-27additional fix for CR 601Gerald Carter1-0/+3
2003-02-27Doxygen janitorMartin Pool1-5/+6
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-24Move off-by-one buggy malloc()/safe_strcpy() combination to strdup() instead.Andrew Bartlett1-3/+1
2003-02-24Merge documentation from 3_0.Martin Pool1-6/+13
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-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-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-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 have a VFS module nowJelmer Vernooij1-155/+0
2003-02-14Simplify some return values in gencache functions:Tim Potter1-5/+5
2003-02-13Add FIXME about checking exit code for popen'd commands.Martin Pool1-1/+4
2003-02-12pull_ucs2_talloc() should pull to a char**, not a void**Andrew Tridgell1-2/+2
2003-02-08One more fix for the difference between FILE and X_FILE.Andrew Bartlett1-1/+1
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-07make sure we don't run over the end of 'name' in unix_convert()Andrew Tridgell1-2/+6
2003-02-01Bitmap offsets and counts are always positive.Andrew Bartlett1-1/+1
2003-02-01Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett1-0/+90
2003-02-01Make it clear that the magic value is (size_t)-1.Andrew Bartlett1-2/+2
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison1-5/+45
2003-01-30Move debug level message handling into debug.c from messages.cTim Potter2-11/+14
2003-01-29Removed duplicate fn to avoid compiler warning.Tim Potter1-19/+0
2003-01-29Return 0 instead of crashing when a NULL source string is passedTim Potter1-0/+1
2003-01-29Quieten debug about gencache.tdb not being able to be opened.Tim Potter1-1/+1