summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-25Ensure numeric group or user names don't get misinterpreted.Jeremy Allison1-4/+8
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-1/+1
2001-06-18Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitiveTim Potter1-65/+4
2001-05-07removed need for scandir in client.cAndrew Tridgell1-1/+3
2001-04-18Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison1-39/+4
2001-04-13Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hardJeremy Allison1-0/+24
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-2/+3
2001-04-11To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison1-0/+14
2001-04-10Fixed --with-automount compile error.Jeremy Allison1-2/+2
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2001-03-26Patch to make automount lookup fallback to get home directory from getpwnam.Jeremy Allison1-19/+25
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-1/+1
2001-03-10started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell1-0/+9
2001-02-20- neater setting of bccAndrew Tridgell1-6/+16
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-51/+0
2000-10-13Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison1-15/+35
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison1-131/+0
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-1/+1
2000-05-17Changed name of case_sensitive in mask_match to avaid gcc "shadow global"Jeremy Allison1-4/+2
2000-05-02Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison1-102/+6
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-3/+3
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell1-604/+53
2000-04-30YIPEE!!!!!Andrew Tridgell1-1/+1
2000-04-24moved the INSURE hook into util.cAndrew Tridgell1-0/+26
2000-04-23if using insure then don't close fd 2Andrew Tridgell1-1/+4
2000-04-22return NULL for a zero size memdupAndrew Tridgell1-0/+1
2000-04-17moved standard_sub() and friends into a separate moduleAndrew Tridgell1-269/+1
2000-04-15added standard_sub_snum() function for modules that don't haveAndrew Tridgell1-1/+8
2000-04-12Removed "ole locking compat" parameter (no longer used).Jeremy Allison1-34/+1
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison1-25/+0
2000-04-11add an align4() functionAndrew Tridgell1-1/+14
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-51/+2
2000-03-27moved nmblib-specific code from util.c to nmblib.c.Luke Leighton1-191/+0
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison1-5/+5
2000-03-06changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau1-14/+20
2000-02-09Fixed wildcard match bug with '****' with smbclient. Found by Andrew (damn hi...Jeremy Allison1-2/+3
2000-02-07Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau1-0/+12
2000-02-03Comments to use vfs_* functions instead of dos_* unless reallyTim Potter1-1/+3
2000-01-25First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-137/+1