trying to get HEAD building again. If you want the code
[samba.git] / source / lib / util.c
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-27 Tim PotterFix unused variable warning.
2003-04-22 Andrew BartlettMerge from 3.0 - try harder to get our real DNS domain...
2003-04-16 Jelmer VernooijOnly use backtrace variables when we can use them
2003-04-11 Tim PotterA new RPC pipe! The \pipe\echo named pipe is for testi...
2003-03-31 Jelmer VernooijFix formatting of back traces - pathc by metze
2003-03-26 Jelmer VernooijUse SAFE_FREE() instead of plain free() - pointed out...
2003-03-26 Jelmer VernooijOutput backtrace to logfile in smb_panic(), as suggeste...
2003-03-22 Jelmer Vernooij- Use FUNCTION_MACRO, not __FUNCTION__.
2003-03-22 Andrew BartlettSmall clenaup patches:
2003-03-16 Andrew Bartlett - Make ReadDirName return a const char*.
2003-03-15 Andrew BartlettString handling parinoia fixes.
2003-03-14 Gerald Carterfix WinXP & Win2K3 remote_arch and check pointer in...
2003-03-12 Gerald Carteradding some initiaial code to sert %a to Win2K3 (using...
2003-02-27 Gerald Carteradditional fix for CR 601
2003-02-24 Andrew BartlettAdd const
2003-01-24 Jeremy AllisonFix memory leak found my Leo Qiu <leoxqiu@yahoo.com>.
2003-01-17 Jim McDonoughEnable dynamic loading of RPC modules. See docs/textdo...
2003-01-13 Andrew BartlettPatch from metze to add what he feels is the correct...
2003-01-13 Andrew BartlettPatch from metze to to make testparm show values for...
2003-01-13 Andrew BartlettAccessing data after it's been free()ed really is a...
2003-01-03 Gerald Carterpatch to include support for daemontools from Michael...
2003-01-02 Andrew BartlettAdd PRINTF_ATTRIBUTE() to a few more printf() style...
2003-01-02 Andrew BartlettBIG patch...
2002-12-11 Jeremy AllisonFixed auth module code. Added VALGRIND defines to reduc...
2002-12-06 Jeremy AllisonEnsure global_scope() returns "", not the NULL string...
2002-12-03 Jim McDonoughfns for retrieving dns host name and domain name (get...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-08-31 Andrew BartlettAdd a bit of 'const' and move a lot of our 'repeditive...
2002-08-28 Tim PotterSome debugs for panic_action.
2002-08-22 Andrew Tridgelladded smb_xstrndup()
2002-07-21 Andrew BartlettAnother smattering of static and const
2002-07-20 Andrew BartlettAdd support for duplicating stderr into our logfiles.
2002-07-18 Jeremy AllisonAdd useful VALGRIND #ifdef.
2002-07-11 Jeremy Allison*Experimental* new large-scaling printer code. Splits...
2002-06-15 Andrew BartlettAdd back sys_getpwnam() and freinds to the system.c...
2002-06-03 Andrew Tridgellput the ifdef for HAVE_VA_COPY in one place rather...
2002-05-22 Andrew BartlettAdd a bit more const, and kill of (finally!) sys_getpwn...
2002-05-22 Andrew BartlettCleanups!
2002-05-22 Andrew BartlettFix a silly memory (getpnam_alloc()) leak spotted by...
2002-05-17 Jim McDonoughFix usage of va_list passed as an arg. Use __va_copy...
2002-05-17 Andrew BartlettThis removes --with-ssl from Samba.
2002-05-09 Gerald Carterpidfile merge from SAMBA_2_2 (including --with-fhs...
2002-05-08 Jeremy AllisonMerge in Jerry's called name fix.
2002-04-19 Jeremy AllisonFix different args to sys_fcntl without going varargs....
2002-04-19 Jeremy AllisonAdded sys_fcntl (not to be used everywhere). Added...
2002-04-19 Jeremy AllisonFirst cut at fix for the EINTR problem... More needs...
2002-04-04 Tim PotterAlso look for libinsure.so where the full version insta...
2002-03-27 Jeremy AllisonIn msleep - never sleep for more than 1 second. Cope...
2002-03-20 Martin PoolAdd assertions that kill() is never accidentally passed...
2002-01-31 Jeremy AllisonFix from Michael Steffens <michael_steffens@hp.com...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-27 Simo Sorceminor fix and checks
2002-01-26 Andrew BartlettRemove the 'direct to winbind' hacks, as they should...
2002-01-25 Simo Sorceminor fixes
2002-01-23 Andrew Bartlettgetpwnam -> getpwnam_alloc.
2002-01-21 Tim PotterSpelling fix.
2002-01-15 Martin PoolAdd constness to filenames passed to functions.
2002-01-11 Jeremy AllisonSame fix as went into 2.2 (I'm waiting for jerry to...
2002-01-09 Martin PoolAdd harmless parentheses so that dmalloc doesn't get...
2002-01-05 Andrew Tridgellsimple fix for creating blank data blobs
2002-01-05 Andrew BartlettAdd a talloc varient of the data_blob functions.
2002-01-03 Jeremy AllisonDon't use static memory, malloc it...
2002-01-03 Jeremy AllisonFix the fix.... (sigh).
2002-01-03 Jeremy AllisonFixed embarressing 16k strack trashing bug :-(.
2001-12-09 Andrew Tridgelladd smb_xvasprintf() panic wrapper around vasprintf
2001-12-03 Andrew Tridgellre-enabled insure backtrace, calling /usr/bin/backtrace
2001-11-28 Gerald Cartermerge from APPLIANCE_HEAD
2001-11-28 Andrew Tridgellturn off the insure xterm hack for now
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-20 Martin PoolRename xmalloc, xmemdup, xstrdup to smb_$1 to avoid...
2001-11-19 Martin PoolLIBDIR and LOCKDIR are dynamically configured too.
2001-11-15 Jeremy AllisonTidyups in the merge process.
2001-11-12 Simo Sorcesome bugfix and new functions,
2001-11-04 Simo Sorcea big one:
2001-11-01 Andrew Tridgellzero the data, not a pointer to the data ...
2001-10-29 Andrew BartlettAdd a bit of 'const' for the data_blob code.
2001-10-29 Andrew BartlettThis commit is number 4 of 4.
2001-10-22 Andrew Tridgella quick fix to get rpcclient working again. This just...
2001-10-22 Jeremy AllisonAdded xstrdup, removed static version from smbpasswd.c
2001-10-22 Jeremy AllisonAdded xmalloc - calls smb_panic on zero size or malloc...
2001-10-17 Andrew Tridgelladded basic NTLMSSP support in smbd. This is still...
2001-10-11 Andrew Tridgellinitial kerberos/ADS/SPNEGO support in libsmb and smbcl...
2001-10-03 Andrew Tridgellswitched over to a new method of handling uppercase...
2001-10-02 Jeremy AllisonFixed up the change password bug when not using PAM.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-26 Gerald CarterOpenSSL merge from 2.2
2001-09-17 Andrew Tridgellfixed ctemp in server and client. It turns out that...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-09-04 Jeremy AllisonMerge of transfer file code from 2.2, fix for readbraw.
2001-09-04 Tim PotterFixed some compiler warnings.
2001-08-20 Andrew Tridgella bunch of fixes from the s\7fflight to seattle
2001-08-12 Simo Sorcethis is a big global fix for the ptr = Realloc(ptr...
2001-08-05 Simo Sorceme stupid.
2001-08-05 Simo SorceSome fixes about malloc/Realloc and mem leak
2001-07-25 Andrew Tridgellneed to push smb_search strings in client charset
2001-07-23 Jeremy AllisonFix case insensitive password change code.
2001-07-07 Andrew BartlettAdd backend encryption support for NTLMv2.
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
next