summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge in the developer string options from HEAD. We need to ensure 3.0Jeremy Allison2003-03-183-151/+78
* | Merge from HEAD - make winbindd locking sane again:Andrew Bartlett2003-03-171-4/+2
* | Merge from HEAD:Andrew Bartlett2003-03-171-1/+1
* | Mege from HEAD - doxygen.Andrew Bartlett2003-03-171-7/+7
* | Merge from (earlier) HEAD - doxygen.Andrew Bartlett2003-03-171-6/+8
* | fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter2003-03-141-0/+16
* | adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter2003-03-121-0/+3
* | Patch from Michael Steffens. In his own words :Jeremy Allison2003-03-071-3/+3
* | dlysym takes a const char *.Jeremy Allison2003-03-031-1/+1
* | additional fix for CR 601Gerald Carter2003-02-271-0/+3
* | Doxygen merge from headMartin Pool2003-02-271-5/+6
* | Merge 1.100 patch from HEAD:Martin Pool2003-02-271-8/+15
* | Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to ...Jeremy Allison2003-02-241-3/+1
* | Merge documentation from HEADMartin Pool2003-02-241-6/+13
* | Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett2003-02-2410-235/+275
* | Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-0/+1
* | Merge of server-side authentication changes to 3.0:Andrew Bartlett2003-02-241-15/+42
* | Add comment about Samba character sets, from explanation by abartlet.Martin Pool2003-02-241-0/+13
* | Merge in smb_load_module() function from HEADJelmer Vernooij2003-02-201-24/+0
* | Merge cleanups of return values.Tim Potter2003-02-191-5/+5
* | Merge minor library fixes from HEAD to 3.0.Andrew Bartlett2003-02-192-4/+29
* | base64_decode() with heimdal libs, so I've renamed it base64_decode_inplace().Jim McDonough2003-02-181-1/+1
* | Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now needJeremy Allison2003-02-181-0/+7
* | Remove obsolete file lib/netatalk.c - We now have a vfs moduleJelmer Vernooij2003-02-151-155/+0
* | merge from HEAD - enable dynamic RPC modulesJim McDonough2003-02-141-0/+12
* | Merge of nicer error message for gencache open error from HEAD.Tim Potter2003-02-121-1/+1