summaryrefslogtreecommitdiffstats
path: root/source3/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* Fix to do NT wildcard matching.Jeremy Allison1998-05-191-2/+24
* passdb.c: Fixed typo in coment.Jeremy Allison1998-05-191-31/+22
* Fixed signed/unsigned warning.Jeremy Allison1998-05-191-1/+1
* Makefile:Luke Leighton1998-05-181-4/+4
* util.c: Re-seed the crypto random number generator after a fork, so allJeremy Allison1998-05-151-0/+10
* some pretty horrible formatting in standard_sub_basic(): makes the functionLuke Leighton1998-05-141-48/+56
* chgpasswd.c: Added comments to #ifdefsJeremy Allison1998-05-141-8/+64
* includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1998-05-121-64/+7
* This is a security audit change of the main source.Jeremy Allison1998-05-121-65/+125
* ldap back-end database developmentLuke Leighton1998-05-111-26/+0
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-3/+3
* moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton1998-05-071-0/+27
* This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1998-05-071-0/+16
* loadparm.c: Added #ifdef USE_LDAP around ldap code.Jeremy Allison1998-05-061-16/+0
* much faster pstrcpy() and fstrcpy()Andrew Tridgell1998-05-061-16/+24
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-2/+2
* ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1998-04-151-1/+4
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-2/+2
* minor reformatting of debug messages (so people don't think there is aAndrew Tridgell1998-04-121-3/+3
* Makefile, loadparm.c, server.c, smb.h, util.c: Patch fromJeremy Allison1998-04-091-0/+57
* want all of data in show_msg at log levels > 50.Luke Leighton1998-04-071-27/+33
* Fix for is_in_path from "Steven Hartland" <steven_hartland@pa.press.net> -Jeremy Allison1998-03-251-1/+1
* Fixed 'unused variable' warnings found with gcc -Wall -Werror.Jeremy Allison1998-03-241-2/+2
* ypserver not available: AUTOMOUNT server and path don't work.Samba Release Account1998-03-241-14/+10
* clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).Jeremy Allison1998-03-241-0/+4
* a pointless commit to check on a problem Luke reported with CVSAndrew Tridgell1998-03-231-2/+2
* this isn't a big commit, it just looks like it :-)Andrew Tridgell1998-03-171-59/+67
* Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1998-03-161-0/+9
* added the ability to start/stop the server from SWAT.Andrew Tridgell1998-03-141-1/+1
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-111-0/+25
* Change the multibyte character set support so thatJeremy Allison1998-03-031-0/+72
* nmbd_incomingdgrams.c: Fix for typo.Jeremy Allison1998-02-241-4/+4
* nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...Jeremy Allison1998-02-201-30/+112
* Fix to make us compile cleanly with gcc 2.8.Jeremy Allison1998-02-141-3/+0
* Makefile: Added AIX 3.2.5.Jeremy Allison1998-02-111-0/+32
* A small raft of changes, I will sync up with 1.9.18 also.Jeremy Allison1998-02-071-0/+4
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* printing.c: Bug fix for lpng reporting.Jeremy Allison1998-01-221-17/+36
* charcnv.c: Added codepage 866 support onto the file system. PatchJeremy Allison1998-01-171-0/+1
* fixed a couple of illegal uses of scanf() in the nmbd wins code. TheyAndrew Tridgell1997-12-261-1/+1
* Added SIGUSR1/SIGUSR2 handling.Jeremy Allison1997-12-241-0/+47
* Fixes to compile under OpenBSD from "Todd T. Fries" <toddf@acm.org>Jeremy Allison1997-12-231-1/+1
* Fixed stupid bug in read_smb_len where I was calling itself - nowJeremy Allison1997-12-201-1/+1
* client.c:Jeremy Allison1997-12-201-15/+64
* loadparm.c: Added fix for veto oplock files bug from Charles Hoch <hoch@hplcg...Jeremy Allison1997-12-201-10/+8
* trans2.c: Forced trans2_findfirst to behave as NT does in error returns.Jeremy Allison1997-12-201-1/+2
* I'm slowly getting though the todo list :-)Andrew Tridgell1997-12-031-3/+3
* dont try getpeername() when Client isn't initialisedAndrew Tridgell1997-12-021-0/+8
* use -1 not 0xffffffff in SIVALS() macrosAndrew Tridgell1997-11-291-23/+1
* added a sent_oplock_break element to Files[] as a paranoia check so weAndrew Tridgell1997-11-291-1/+1