summaryrefslogtreecommitdiffstats
path: root/source/lib
Commit message (Expand)AuthorAgeFilesLines
* This patch attemptes to clean up winbindd's mutex locking.Andrew Bartlett2003-03-111-4/+2
* Remove valgrind_strlen function, hopefully no longer needed withMartin Pool2003-03-111-9/+0
* Clobber strings with 0xf1f1f1f1 before writing to them to check bufferMartin Pool2003-03-101-8/+33
* This is C, not C++Andrew Bartlett2003-03-081-4/+4
* Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett2003-03-081-2/+29
* Some progress towards gums and tdbsam2Simo Sorce2003-03-071-0/+18
* dlsym takes a const char *.Jeremy Allison2003-03-031-1/+1
* Doxygen janitor: add note that strequal is in fact case-insensitive.Martin Pool2003-02-281-6/+8
* Doxygen janitorMartin Pool2003-02-282-8/+8
* Doxygen janitor: fix parameter names, grammar, tag names.Martin Pool2003-02-281-14/+14
* Add a comment about the meaning of samba's internal character set andMartin Pool2003-02-281-0/+24
* additional fix for CR 601Gerald Carter2003-02-271-0/+3
* Doxygen janitorMartin Pool2003-02-271-5/+6
* - Rename 'modules = ' to 'preload modules = 'Jelmer Vernooij2003-02-271-3/+32
* init_valid_table: Fix a memory leak that would lose theMartin Pool2003-02-261-8/+15
* Move off-by-one buggy malloc()/safe_strcpy() combination to strdup() instead.Andrew Bartlett2003-02-241-3/+1
* Merge documentation from 3_0.Martin Pool2003-02-241-6/+13
* Add constAndrew Bartlett2003-02-241-4/+4
* Fix 2 off-by-one bugs in the use of malloc()ed strings and safe_strcpy().Andrew Bartlett2003-02-241-2/+4
* move genparser to use talloc contexts instead of [m|c|re]alloc() and free()sSimo Sorce2003-02-232-152/+163
* More signed/unsigned fixes (yes, I run with funny compiler options) andAndrew Bartlett2003-02-226-12/+13
* Doxygen janitorMartin Pool2003-02-211-3/+10
* Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij2003-02-201-9/+9
* Move to a in-memory ccache for winbind, and replace setenv() properly.Andrew Bartlett2003-02-191-0/+18
* base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough2003-02-191-1/+1
* Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now needJeremy Allison2003-02-181-0/+7
* Remove obsolete comment.Martin Pool2003-02-181-2/+0
* Doxygen janitor and some doc typo fixes.Martin Pool2003-02-181-68/+92
* Doxygen janitor. No other changes.Martin Pool2003-02-181-120/+119
* Add comment explaining the -DDEVELOPER safe_strcpy overflow hack.Martin Pool2003-02-171-1/+5
* This is a very nice way to detect pstrcpy() into a malloc()ed string, butAndrew Bartlett2003-02-171-0/+2
* This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett2003-02-172-18/+47
* Set the length back to zero when we free the data_blob.Andrew Bartlett2003-02-171-0/+1
* Try to make our getgrouplist replacement better match the 'real' implemenations.Andrew Bartlett2003-02-171-4/+11
* Remove obsolete file lib/netatalk.c - We have a VFS module nowJelmer Vernooij2003-02-151-155/+0
* Simplify some return values in gencache functions:Tim Potter2003-02-141-5/+5
* Add FIXME about checking exit code for popen'd commands.Martin Pool2003-02-131-1/+4
* pull_ucs2_talloc() should pull to a char**, not a void**Andrew Tridgell2003-02-121-2/+2
* One more fix for the difference between FILE and X_FILE.Andrew Bartlett2003-02-081-1/+1
* Ensure we don't get problems between FILE and X_FILE buffers - always use theAndrew Bartlett2003-02-071-3/+3
* Samba janitor: adding mbp's umask patch :-).Jeremy Allison2003-02-071-79/+69
* make sure we don't run over the end of 'name' in unix_convert()Andrew Tridgell2003-02-071-2/+6
* Bitmap offsets and counts are always positive.Andrew Bartlett2003-02-011-1/+1
* Always escape ldap filter strings. Escaping code was from pam_ldap, but I'm toAndrew Bartlett2003-02-011-0/+90
* Make it clear that the magic value is (size_t)-1.Andrew Bartlett2003-02-011-2/+2
* Add 3 second timeout when terminating server and sending print notifyJeremy Allison2003-01-301-5/+45
* Move debug level message handling into debug.c from messages.cTim Potter2003-01-302-11/+14
* Removed duplicate fn to avoid compiler warning.Tim Potter2003-01-291-19/+0
* Return 0 instead of crashing when a NULL source string is passedTim Potter2003-01-291-0/+1
* Quieten debug about gencache.tdb not being able to be opened.Tim Potter2003-01-291-1/+1