summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
1998-07-31This is the checkin of the debug changes.Christopher R. Hertel1-278/+1
1998-07-30Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1-35/+45
1998-07-29get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1-7/+7
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-194/+79
1998-07-23locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1-27/+54
1998-07-16Makefile: Added CC=gcc to DGUX on Intel. Comment from ross@filmworks.com.Jeremy Allison1-1/+29
1998-07-15util.c: I've added a function called mem_dup(). Similar to strdup(),Christopher R. Hertel1-0/+13
1998-07-10Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>Jeremy Allison1-1/+1
1998-06-16clientgen: Added USE_SSL for client shutdown.Jeremy Allison1-19/+0
1998-06-16CLITAR changes to overcome some reported problems and add Jay's changesRichard Sharpe1-0/+19
1998-06-16Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1-16/+64
1998-06-04Fixed file descriptor leak in open_socket_out - this couldJeremy Allison1-0/+1
1998-05-27Ooops - fixed Win95 crash bugs with earlier code.Jeremy Allison1-3/+7
1998-05-27Newly re-written do_match and mask_match functions, with theJeremy Allison1-103/+235
1998-05-26smb.h: More NT SMB stuff (just defines).Jeremy Allison1-1/+7
1998-05-19Fix to do NT wildcard matching.Jeremy Allison1-2/+24
1998-05-19passdb.c: Fixed typo in coment.Jeremy Allison1-31/+22
1998-05-19Fixed signed/unsigned warning.Jeremy Allison1-1/+1
1998-05-18Makefile:Luke Leighton1-4/+4
1998-05-15util.c: Re-seed the crypto random number generator after a fork, so allJeremy Allison1-0/+10
1998-05-14some pretty horrible formatting in standard_sub_basic(): makes the functionLuke Leighton1-48/+56
1998-05-14chgpasswd.c: Added comments to #ifdefsJeremy Allison1-8/+64
1998-05-12includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1-64/+7
1998-05-12This is a security audit change of the main source.Jeremy Allison1-65/+125
1998-05-11ldap back-end database developmentLuke Leighton1-26/+0
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-3/+3
1998-05-07moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton1-0/+27
1998-05-07This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1-0/+16
1998-05-06loadparm.c: Added #ifdef USE_LDAP around ldap code.Jeremy Allison1-16/+0
1998-05-06much faster pstrcpy() and fstrcpy()Andrew Tridgell1-16/+24
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-2/+2
1998-04-15ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1-1/+4
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1-2/+2
1998-04-12minor reformatting of debug messages (so people don't think there is aAndrew Tridgell1-3/+3
1998-04-09Makefile, loadparm.c, server.c, smb.h, util.c: Patch fromJeremy Allison1-0/+57
1998-04-07want all of data in show_msg at log levels > 50.Luke Leighton1-27/+33
1998-03-25Fix for is_in_path from "Steven Hartland" <steven_hartland@pa.press.net> -Jeremy Allison1-1/+1
1998-03-24Fixed 'unused variable' warnings found with gcc -Wall -Werror.Jeremy Allison1-2/+2
1998-03-24ypserver not available: AUTOMOUNT server and path don't work.Samba Release Account1-14/+10
1998-03-24clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).Jeremy Allison1-0/+4
1998-03-23a pointless commit to check on a problem Luke reported with CVSAndrew Tridgell1-2/+2
1998-03-17this isn't a big commit, it just looks like it :-)Andrew Tridgell1-59/+67
1998-03-16Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1-0/+9
1998-03-14added the ability to start/stop the server from SWAT.Andrew Tridgell1-1/+1
1998-03-11"For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1-0/+25
1998-03-03Change the multibyte character set support so thatJeremy Allison1-0/+72
1998-02-24nmbd_incomingdgrams.c: Fix for typo.Jeremy Allison1-4/+4
1998-02-20nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...Jeremy Allison1-30/+112
1998-02-14Fix to make us compile cleanly with gcc 2.8.Jeremy Allison1-3/+0
1998-02-11Makefile: Added AIX 3.2.5.Jeremy Allison1-0/+32