Add harmless parentheses so that dmalloc doesn't get confused by a
[ira/wip.git] / source3 / lib / util.c
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...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-25 Jeremy AllisonEnsure numeric group or user names don't get misinterpr...
2001-06-21 Andrew Tridgellnext_token() was supposed to be a reentrant replacement...
2001-06-18 Tim PotterRemoved silly Get_Hostbyname() wrapper as DNS names...
2001-05-07 Andrew Tridgellremoved need for scandir in client.c
2001-04-18 Jeremy AllisonRemoved mktemp from HEAD - same as done in 2.2.
2001-04-13 Jeremy AllisonAdded fix from "Eric Boehm" <boehm@nortelnetworks.com...
2001-04-13 Jeremy AllisonAs Andrew suggested, make smbrun return a fd for a...
2001-04-11 Jeremy AllisonTo stop people complaining about the mktemp call, move...
2001-04-10 Jeremy AllisonFixed --with-automount compile error.
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-26 Jeremy AllisonPatch to make automount lookup fallback to get home...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-03-10 Andrew Tridgellstarted support for unicode on the wire in smbd. Using...
2001-02-20 Andrew Tridgell- neater setting of bcc
2000-11-16 Jeremy AllisonOk - fixed a bug in our levelII oplock code. We need...
2000-10-13 Jeremy AllisonFix to allow smbd to call winbindd if it is running...
2000-09-27 Jeremy AllisonRestructuring of the code to remove dos_ChDir/dos_GetWd...
2000-06-11 Andrew TridgellLinux kernel oplocks now seem to work, but need a _lot_...
2000-05-17 Jeremy AllisonChanged name of case_sensitive in mask_match to avaid...
2000-05-02 Jeremy AllisonMoved uglyness needed in fcntl locking (64->32 bit...
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...
2000-04-30 Andrew TridgellYIPEE!!!!!
2000-04-24 Andrew Tridgellmoved the INSURE hook into util.c
2000-04-23 Andrew Tridgellif using insure then don't close fd 2
2000-04-22 Andrew Tridgellreturn NULL for a zero size memdup
2000-04-17 Andrew Tridgellmoved standard_sub() and friends into a separate module
2000-04-15 Andrew Tridgelladded standard_sub_snum() function for modules that...
2000-04-12 Jeremy AllisonRemoved "ole locking compat" parameter (no longer used).
2000-04-11 Jeremy Allisoninclude/byteorder.h: ALIGN4/ALIGN2 macros.
2000-04-11 Andrew Tridgelladd an align4() function
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-03-27 Luke Leightonmoved nmblib-specific code from util.c to nmblib.c.
2000-03-10 Jeremy AllisonFixups for compiles with gcc flags -Wall -Wshadow ...
2000-03-06 Jean-François Mico... changed prs_unistr to parse empty and non-empty strings...
2000-02-09 Jeremy AllisonFixed wildcard match bug with '****' with smbclient...
2000-02-07 Jean-François Mico... Jeremy can you check lib/util_unistr.c for codepages...
2000-02-03 Tim PotterComments to use vfs_* functions instead of dos_* unless...
2000-01-25 Jeremy AllisonFirst set of speed improvements from Ying Chen <ying...
2000-01-14 Jeremy AllisonAdded "inherit permissions" patch.
2000-01-11 Jeremy AllisonFixed bug in unix_mask_match() that caused veto files...
2000-01-07 Andrew Tridgellthis looks like a big commit, but it isn't really :)
2000-01-06 Jeremy AllisonGeneric wildcard matching fix from weidel@multichart.de.
2000-01-03 Luke Leightonsimple mods to add msrpc pipe redirection. default...
2000-01-03 Andrew Tridgellgot rid of mem_man
1999-12-21 Andrew Tridgellconverted all our existing shared memory code to use...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-12 Luke Leightonchanged function name of get_home_dir() to get_unixhome...
1999-12-12 Luke Leightonfinal part of "first" phase converting over to msrpc...
1999-12-12 Luke Leightondelineation between smb and msrpc more marked. smbd...
1999-12-09 Gerald CarterOK. This code works on a RedHat 6.0 system. However...
1999-12-02 Luke Leightonadded get_any_dc_name() function.
1999-12-02 Luke Leightonneed a domain resolving function, but get_trusted_serve...
1999-12-01 Luke Leightonsys_select added one more argument (read, write selectors).
1999-11-26 Luke Leightonwhoa. _major_ restructure of rpcclient. fixed some...
1999-11-24 Luke Leightonok. *whew*. this is the first completed part of the...
1999-11-12 Luke Leightonsplit array-handling functions into separate module.
1999-11-08 Luke Leightonpreparation for doing a spoolss enum jobs command....
next