summaryrefslogtreecommitdiff
path: root/source/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* changed "unsigned long" to "uint32" in several places (for IPAndrew Tridgell1996-08-141-7/+7
* - sequent-ptx support from bressler@iftccu.ca.boeing.com (RickAndrew Tridgell1996-08-131-1/+1
* minor fix to write_data() for EOF handlingAndrew Tridgell1996-08-121-2/+2
* fix a bug that we've had for a long time where we don't handle EOFAndrew Tridgell1996-07-301-135/+47
* a cleanup of the receive_smb() usage, adding timeouts in some placesAndrew Tridgell1996-06-101-11/+8
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-1/+0
* moved some more locking routines to locking.c, and moved replacementAndrew Tridgell1996-06-101-427/+0
* - added predict.c, moving the routines from util.cAndrew Tridgell1996-06-071-129/+5
* - added interface.c and removed all the references to myip, bcast_ipAndrew Tridgell1996-06-061-217/+2
* - changed some debug levels in clientutil.cAndrew Tridgell1996-06-051-1/+1
* Did more integration of Lukes code ready for the first release.Andrew Tridgell1996-06-041-5/+4
* a huge pile of changes :-)Andrew Tridgell1996-06-041-11/+24
* - moved the uid handling to uid.cAndrew Tridgell1996-06-011-30/+1
* Lots of changes!Andrew Tridgell1996-05-311-460/+7
* handle errors from receive_smb better, and print error stringAndrew Tridgell1996-05-291-6/+5
* cleaned up the way the max log size stuff works and fixed a potentialAndrew Tridgell1996-05-291-33/+50
* fix a dst bug, we had a sign wrong in the calculation :-(Andrew Tridgell1996-05-041-3/+3
* Initial version imported to CVS Samba Release Account1996-05-041-0/+4510