summaryrefslogtreecommitdiff
path: root/source/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* Added #ifdef'ed code with BIND_LOCAL_OUTPUT_SOCKET that causesSamba Release Account1997-10-151-1/+19
* fixed the log wrapping bug.Andrew Tridgell1997-10-101-13/+17
* locking.c: Finally fixed nasty crash bug when deleting invalid shareJeremy Allison1997-10-061-0/+4
* This commit fixes the security hole due to buffer overflows.Andrew Tridgell1997-09-261-29/+85
* Updated code on 1.9.17 branch to add bug fixes. ThisJeremy Allison1997-09-051-2/+45
* charset.c : Add mapping for code page 932 (KANJI).Samba Release Account1997-08-251-32/+40
* Kanji fixes for upper/lower case conversion with sjis characters.Samba Release Account1997-08-211-30/+115
* Changes to allow Samba to return the same error code as Windows NT.Samba Release Account1997-08-201-1/+6
* Makefile: Changed for HPUX10 tidyup.Samba Release Account1997-08-191-2/+9
* loadparm.c: Added new netbios aliases parameter (code from Cisco)Samba Release Account1997-07-311-2/+20
* client.c: Minor change to cast parameters for DEC unix.Samba Release Account1997-07-301-4/+1
* Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1997-07-241-86/+145
* Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>Samba Release Account1997-07-171-4/+6
* local.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECKSamba Release Account1997-07-141-5/+5
* added pretty printing of data section to show_msg(), for debug log level 10.Samba Release Account1997-07-131-3/+23
* Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>Samba Release Account1997-07-081-17/+25
* added, tested and debugged new "hide files" option.Samba Release Account1997-07-061-71/+67
* Makefile: Added DGUX changes for intel.Samba Release Account1997-07-031-8/+8
* Fixed wierd bug with lowercase accented character directories.Samba Release Account1997-07-021-4/+10
* Rolled back Lukes changes. Not quite ready for prime time.Samba Release Account1997-07-011-19/+4
* made "hide files" and "veto files" into per-service parameter sections,Samba Release Account1997-07-011-6/+6
* added "hide files" option.Samba Release Account1997-07-011-2/+17
* client.c: New print queue query code from Jeff C. Foster " <jfoste@wgc.woodw...Samba Release Account1997-07-011-1/+1
* shmem.c: Changed debug to higher levelSamba Release Account1997-06-271-1/+2
* loadparm.c: Made explicit max packet now ignored.Samba Release Account1997-06-061-9/+28
* loadparm.c: Ensure printer services cannot be read only and don't use share m...Samba Release Account1997-05-271-1/+3
* dir.c: Fixed double slash issue.Samba Release Account1997-05-201-2/+3
* 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com)Samba Release Account1997-05-081-1/+1
* Large changes from jra@cygnus.com. Mainly browser updates.Samba Release Account1997-04-091-4/+2
* Makefile: Added cleandir target.Samba Release Account1997-02-231-3/+3
* Fixed bugs in my YOST replacement code. Doing a trim_stringSamba Release Account1997-02-131-1/+9
* Added trim_string(s, "./", 0) to unix_clean_name to removeSamba Release Account1997-02-101-0/+3
* Fixed const definitions for StrCaseXXX calls.Samba Release Account1997-02-031-2/+2
* util.c: StrCaseCmp and StrnCaseCmp terminated incorrectly, giving falseSamba Release Account1997-02-021-7/+14
* Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1997-01-091-8/+2
* Added Whistle veto file functions. Moved fcntl locking fromSamba Release Account1996-12-101-0/+225
* - added support for TMPDIR env variableAndrew Tridgell1996-10-241-1/+16
* I have fixed quite a few important bugs in this commit.Andrew Tridgell1996-10-051-6/+111
* - changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1996-10-041-2/+6
* - fix the EALREADY bug so connections to slow hosts with smbclient getAndrew Tridgell1996-10-021-2/+2
* - a huge pile of changes from Luke which implement the browse.confAndrew Tridgell1996-10-021-1/+1
* removed all of lukes recent changes. I need to do a p2 release butSamba Release Account1996-08-241-333/+333
* - fixed bugs in nmb response packet checking.Samba Release Account1996-08-231-333/+333
* - fix client for pathworks 4 accessAndrew Tridgell1996-08-221-0/+7
* - add timeouts to connect() for password server connections. ThisAndrew Tridgell1996-08-221-6/+63
* - new handling of ST_TYPE bits, they are now consolidated much more inAndrew Tridgell1996-08-211-1/+1
* - added "netbios name" option in smb.conf to make controlling the nameAndrew Tridgell1996-08-191-10/+13
* - added support for Amiga-unix (based on BSD I think)Andrew Tridgell1996-08-171-5/+2
* - added the "remote announce" optionAndrew Tridgell1996-08-161-2/+9
* - added FAST_SHARE_MODES codeAndrew Tridgell1996-08-151-6/+10