summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
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
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