summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
1998-05-12This is a security audit change of the main source.Jeremy Allison7-84/+152
1998-05-11ldap back-end database developmentLuke Leighton1-26/+0
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell6-10/+100
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-05-05genrand.c: SGI compile warning fix.Jeremy Allison1-1/+1
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-2/+2
1998-04-23genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().Jeremy Allison1-1/+1
1998-04-22genrand.c: Improved generation of random values, more secure.Jeremy Allison1-9/+32
1998-04-21many systems don't have /etc/shadow but do have another system forAndrew Tridgell1-0/+12
1998-04-21improved the secret buffer generation a bit. It now uses /etc/shadowAndrew Tridgell1-22/+39
1998-04-20genrand.c: Improved filename based random seed generation.Jeremy Allison1-18/+55
1998-04-20Makefile: Added genrand.oJeremy Allison1-0/+137
1998-04-16reply.c: Fix bugs where debug statements were accessing the fd_ptr structJeremy Allison1-14/+14
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 Allison8-19/+17
1998-04-12minor reformatting of debug messages (so people don't think there is aAndrew Tridgell1-3/+3
1998-04-10includes.h: Moved HPUX undefine of SEMMSL to where it actually does something.Jeremy Allison1-2/+2
1998-04-09Makefile, loadparm.c, server.c, smb.h, util.c: Patch fromJeremy Allison1-0/+57
1998-04-09Missed compile error when compiling with KANJI=true.Jeremy Allison1-1/+1
1998-04-09Added codepage 936 (simplified Chineses).Jeremy Allison1-131/+93
1998-04-07want all of data in show_msg at log levels > 50.Luke Leighton1-27/+33
1998-04-03Fix from Josef Hinteregger <joehtg@joehtg.co.at> for usingJeremy Allison1-1/+1
1998-04-02Patch from Chris Maltby <chris@softway.com.au>. His comments follow:Jeremy Allison1-4/+4
1998-04-02Updated Eastern European translation table from dan@feld.cvut.cz.Jeremy Allison1-4/+20
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 Tridgell2-62/+71
1998-03-16Adding the same change as was added to 1.9.18 branch to add theJeremy Allison2-3/+17
1998-03-15- added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1-2/+10
1998-03-14new files to support starting/stopping the serverAndrew Tridgell1-0/+88
1998-03-14added the ability to start/stop the server from SWAT.Andrew Tridgell1-1/+1
1998-03-14removed a redundent return statementAndrew Tridgell1-1/+0
1998-03-11"For I have laboured mightily on Luke's code, and hath brokenJeremy Allison3-0/+711
1998-03-10added Date and Expires headers in the mini web server so clients knowAndrew Tridgell1-0/+15
1998-03-03Change the multibyte character set support so thatJeremy Allison4-39/+438
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-13Ding-dong the witch is dead, the witch is dead......Jeremy Allison2-15/+1
1998-02-11Makefile: Added AIX 3.2.5.Jeremy Allison2-1/+36
1998-02-07A small raft of changes, I will sync up with 1.9.18 also.Jeremy Allison3-2/+49
1998-01-24Added get_create_time() function to time.c.Jeremy Allison1-0/+19
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison13-13/+13
1998-01-22printing.c: Bug fix for lpng reporting.Jeremy Allison1-17/+36