summaryrefslogtreecommitdiff
path: root/source3/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
1997-04-09Large changes from jra@cygnus.com. Mainly browser updates.Samba Release Account1-4/+2
1997-02-23Makefile: Added cleandir target.Samba Release Account1-3/+3
1997-02-13Fixed bugs in my YOST replacement code. Doing a trim_stringSamba Release Account1-1/+9
1997-02-10Added trim_string(s, "./", 0) to unix_clean_name to removeSamba Release Account1-0/+3
1997-02-03Fixed const definitions for StrCaseXXX calls.Samba Release Account1-2/+2
1997-02-02util.c: StrCaseCmp and StrnCaseCmp terminated incorrectly, giving falseSamba Release Account1-7/+14
1997-01-09Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ...Samba Release Account1-8/+2
1996-12-10Added Whistle veto file functions. Moved fcntl locking fromSamba Release Account1-0/+225
1996-10-24- added support for TMPDIR env variableAndrew Tridgell1-1/+16
1996-10-05I have fixed quite a few important bugs in this commit.Andrew Tridgell1-6/+111
1996-10-04- changed the umask handling. We now set the umask to 0 and explicitlyAndrew Tridgell1-2/+6
1996-10-02- fix the EALREADY bug so connections to slow hosts with smbclient getAndrew Tridgell1-2/+2
1996-10-02- a huge pile of changes from Luke which implement the browse.confAndrew Tridgell1-1/+1
1996-08-24removed all of lukes recent changes. I need to do a p2 release butSamba Release Account1-333/+333
1996-08-23- fixed bugs in nmb response packet checking.Samba Release Account1-333/+333
1996-08-22- fix client for pathworks 4 accessAndrew Tridgell1-0/+7
1996-08-22- add timeouts to connect() for password server connections. ThisAndrew Tridgell1-6/+63
1996-08-21- new handling of ST_TYPE bits, they are now consolidated much more inAndrew Tridgell1-1/+1
1996-08-19- added "netbios name" option in smb.conf to make controlling the nameAndrew Tridgell1-10/+13
1996-08-17- added support for Amiga-unix (based on BSD I think)Andrew Tridgell1-5/+2
1996-08-16- added the "remote announce" optionAndrew Tridgell1-2/+9
1996-08-15- added FAST_SHARE_MODES codeAndrew Tridgell1-6/+10
1996-08-14changed "unsigned long" to "uint32" in several places (for IPAndrew Tridgell1-7/+7
1996-08-13- sequent-ptx support from bressler@iftccu.ca.boeing.com (RickAndrew Tridgell1-1/+1
1996-08-12minor fix to write_data() for EOF handlingAndrew Tridgell1-2/+2
1996-07-30fix a bug that we've had for a long time where we don't handle EOFAndrew Tridgell1-135/+47
1996-06-10a cleanup of the receive_smb() usage, adding timeouts in some placesAndrew Tridgell1-11/+8
1996-06-10got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1-1/+0
1996-06-10moved some more locking routines to locking.c, and moved replacementAndrew Tridgell1-427/+0
1996-06-07- added predict.c, moving the routines from util.cAndrew Tridgell1-129/+5
1996-06-06- added interface.c and removed all the references to myip, bcast_ipAndrew Tridgell1-217/+2
1996-06-05- changed some debug levels in clientutil.cAndrew Tridgell1-1/+1
1996-06-04Did more integration of Lukes code ready for the first release.Andrew Tridgell1-5/+4
1996-06-04a huge pile of changes :-)Andrew Tridgell1-11/+24
1996-06-01- moved the uid handling to uid.cAndrew Tridgell1-30/+1
1996-05-31Lots of changes!Andrew Tridgell1-460/+7
1996-05-29handle errors from receive_smb better, and print error stringAndrew Tridgell1-6/+5
1996-05-29cleaned up the way the max log size stuff works and fixed a potentialAndrew Tridgell1-33/+50
1996-05-04fix a dst bug, we had a sign wrong in the calculation :-(Andrew Tridgell1-3/+3
1996-05-04Initial version imported to CVS Samba Release Account1-0/+4510