summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-27minor fix and checksSimo Sorce1-2/+4
2002-01-26Remove the 'direct to winbind' hacks, as they should (if I understandAndrew Bartlett1-12/+0
2002-01-25minor fixesSimo Sorce1-2/+3
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett1-2/+4
2002-01-21Spelling fix.Tim Potter1-1/+1
2002-01-15Add constness to filenames passed to functions.Martin Pool1-2/+2
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-6/+6
2002-01-09Add harmless parentheses so that dmalloc doesn't get confused by aMartin Pool1-1/+1
2002-01-05simple fix for creating blank data blobsAndrew Tridgell1-2/+7
2002-01-05Add a talloc varient of the data_blob functions.Andrew Bartlett1-3/+48
2002-01-03Don't use static memory, malloc it...Jeremy Allison1-2/+12
2002-01-03Fix the fix.... (sigh).Jeremy Allison1-1/+1
2002-01-03Fixed embarressing 16k strack trashing bug :-(.Jeremy Allison1-8/+9
2001-12-09add smb_xvasprintf() panic wrapper around vasprintfAndrew Tridgell1-3/+13
2001-12-03re-enabled insure backtrace, calling /usr/bin/backtraceAndrew Tridgell1-2/+4
2001-11-28merge from APPLIANCE_HEADGerald Carter1-0/+41
2001-11-28turn off the insure xterm hack for nowAndrew Tridgell1-1/+1
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-1/+15
2001-11-20Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool1-14/+15
2001-11-19LIBDIR and LOCKDIR are dynamically configured too.Martin Pool1-4/+9
2001-11-15Tidyups in the merge process.Jeremy Allison1-32/+36
2001-11-12some bugfix and new functions,Simo Sorce1-2/+3
2001-11-04a big one:Simo Sorce1-0/+68
2001-11-01zero the data, not a pointer to the data ...Andrew Tridgell1-1/+1
2001-10-29Add a bit of 'const' for the data_blob code.Andrew Bartlett1-3/+13
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-3/+3
2001-10-22a quick fix to get rpcclient working again. This just disablesAndrew Tridgell1-1/+1
2001-10-22Added xstrdup, removed static version from smbpasswd.cJeremy Allison1-2/+14
2001-10-22Added xmalloc - calls smb_panic on zero size or malloc fail.Jeremy Allison1-1/+27
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-2/+2
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-0/+26
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell1-0/+10
2001-10-02Fixed up the change password bug when not using PAM.Jeremy Allison1-4/+116
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-26OpenSSL merge from 2.2Gerald Carter1-1/+1
2001-09-17fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell1-3/+4
2001-09-17move to SAFE_FREE()Simo Sorce1-14/+10
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-10/+0
2001-09-04Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison1-66/+39
2001-09-04Fixed some compiler warnings.Tim Potter1-2/+0
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-3/+6
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-2/+6
2001-08-05me stupid.Simo Sorce1-1/+1
2001-08-05Some fixes about malloc/Realloc and mem leakSimo Sorce1-1/+1
2001-07-25need to push smb_search strings in client charsetAndrew Tridgell1-5/+5
2001-07-23Fix case insensitive password change code.Jeremy Allison1-0/+13
2001-07-07Add backend encryption support for NTLMv2.Andrew Bartlett1-3/+3
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-10/+10
2001-07-04The big character set handling changeover!Andrew Tridgell1-17/+2