summaryrefslogtreecommitdiffstats
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add a talloc varient of the data_blob functions.Andrew Bartlett2002-01-051-3/+48
* Don't use static memory, malloc it...Jeremy Allison2002-01-031-2/+12
* Fix the fix.... (sigh).Jeremy Allison2002-01-031-1/+1
* Fixed embarressing 16k strack trashing bug :-(.Jeremy Allison2002-01-031-8/+9
* add smb_xvasprintf() panic wrapper around vasprintfAndrew Tridgell2001-12-091-3/+13
* re-enabled insure backtrace, calling /usr/bin/backtraceAndrew Tridgell2001-12-031-2/+4
* merge from APPLIANCE_HEADGerald Carter2001-11-281-0/+41
* turn off the insure xterm hack for nowAndrew Tridgell2001-11-281-1/+1
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-1/+15
* Rename xmalloc, xmemdup, xstrdup to smb_$1 to avoid conflicts with theMartin Pool2001-11-201-14/+15
* LIBDIR and LOCKDIR are dynamically configured too.Martin Pool2001-11-191-4/+9
* Tidyups in the merge process.Jeremy Allison2001-11-151-32/+36
* some bugfix and new functions,Simo Sorce2001-11-121-2/+3
* a big one:Simo Sorce2001-11-041-0/+68
* zero the data, not a pointer to the data ...Andrew Tridgell2001-11-011-1/+1
* Add a bit of 'const' for the data_blob code.Andrew Bartlett2001-10-291-3/+13
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-3/+3
* a quick fix to get rpcclient working again. This just disablesAndrew Tridgell2001-10-221-1/+1
* Added xstrdup, removed static version from smbpasswd.cJeremy Allison2001-10-221-2/+14
* Added xmalloc - calls smb_panic on zero size or malloc fail.Jeremy Allison2001-10-221-1/+27
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-2/+2
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-0/+26
* switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell2001-10-031-0/+10
* Fixed up the change password bug when not using PAM.Jeremy Allison2001-10-021-4/+116
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* OpenSSL merge from 2.2Gerald Carter2001-09-261-1/+1
* fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell2001-09-171-3/+4
* move to SAFE_FREE()Simo Sorce2001-09-171-14/+10
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-10/+0
* Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison2001-09-041-66/+39
* Fixed some compiler warnings.Tim Potter2001-09-041-2/+0
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-3/+6
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-2/+6
* me stupid.Simo Sorce2001-08-051-1/+1
* Some fixes about malloc/Realloc and mem leakSimo Sorce2001-08-051-1/+1
* need to push smb_search strings in client charsetAndrew Tridgell2001-07-251-5/+5
* Fix case insensitive password change code.Jeremy Allison2001-07-231-0/+13
* Add backend encryption support for NTLMv2.Andrew Bartlett2001-07-071-3/+3
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-10/+10
* The big character set handling changeover!Andrew Tridgell2001-07-041-17/+2
* Ensure numeric group or user names don't get misinterpreted.Jeremy Allison2001-06-251-4/+8
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-1/+1
* Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitiveTim Potter2001-06-181-65/+4
* removed need for scandir in client.cAndrew Tridgell2001-05-071-1/+3
* Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2001-04-181-39/+4
* Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hardJeremy Allison2001-04-131-0/+24
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-2/+3
* To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison2001-04-111-0/+14
* Fixed --with-automount compile error.Jeremy Allison2001-04-101-2/+2
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1