updated the 3.0 branch from the head branch - ready for alpha18
[tprouty/samba.git] / source / lib / system.c
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-15 Andrew BartlettAdd back sys_getpwnam() and freinds to the system.c...
2002-05-22 Andrew BartlettAdd a bit more const, and kill of (finally!) sys_getpwn...
2002-04-24 Andrew Tridgellpatch from Alexander Bokovoy needed for dlopen on bsd...
2002-04-19 Jeremy AllisonWe cannot set errno=0 in any of the wrapper calls as...
2002-04-19 Jeremy AllisonFix different args to sys_fcntl without going varargs....
2002-04-19 Jeremy AllisonAdded sys_fcntl (not to be used everywhere). Added...
2002-04-19 Jeremy AllisonFixed sendto in oplock code.
2002-04-19 Jeremy AllisonFix send and recvfrom.
2002-04-19 Jeremy AllisonFirst cut at fix for the EINTR problem... More needs...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-27 Jeremy AllisonAdded sys_adminlog() system for info the appliance...
2002-03-27 Jeremy AllisonRemoved HAVE_LIBDL from most places (except system...
2002-03-19 Jeremy AllisonSync up vfs changes from 2.2.x.
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-10 Jeremy AllisonGetting ready to add UNIX extensions in HEAD also.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-07-06 Jeremy AllisonWrapped dlerror() in the same way as the other dlxxx...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-29 Jeremy AllisonEnsured all the system calls in msdfs.c go through...
2001-04-30 Jeremy AllisonFixed password entry caching bug pointed out by Elrond.
2001-03-23 Jeremy AllisonSync up with 2.2 ACL code.
2001-03-19 Jeremy AllisonAdded sys_dlopen/sys_dlsym/sys_dlclose.
2001-03-17 Andrew Tridgellremoved useless debug msg
2001-03-17 Jeremy Allisonlib/system.c (Finally) fixed all insure errors in passw...
2001-02-13 Gerald Carterchange pstrcpy() in setup_pwret() to fstrcpy() since...
2001-01-31 Jeremy Allisonlib/system.c: Fix for pw caching.
2001-01-24 Jeremy AllisonFix insure problems with passwd caching code.
2001-01-24 Jeremy AllisonAdded modification to Richard Bollinger getpw[nam|uid...
2001-01-24 Gerald Cartergetpw[nam|uid] caching patch from "Richard Bollinger"
2000-10-08 Jeremy Allisonsys_popen got damaged when converted from FILE * to...
2000-09-29 Andrew Tridgelladded a hack to get 64 bit locking working with the...
2000-06-12 Andrew Tridgelltotally rewrote the async signal, notification and...
2000-06-11 Andrew TridgellLinux kernel oplocks now seem to work, but need a _lot_...
2000-06-10 Andrew Tridgellcontinued the split of the kernel level oplocks code...
2000-06-09 Andrew Tridgellclean up oplock capability code ready for Linux code
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-17 Andrew Tridgellgot rid of some more old configure tests and includes
2000-04-16 Andrew Tridgellconverted a bunch more functions to use a fd instead...
2000-03-16 Jeremy AllisonFixes to add "paranoid" option to popen. Checks some...
2000-02-23 Jeremy Allisonlib/system.c: Fixed gcc warnings.
2000-02-15 Jeremy AllisonAdded replacement functions sys_popen and sys_pclose...
1999-12-22 Jeremy Allisoninclude/includes.h: Trimmed down unicode directory...
1999-12-22 Jeremy AllisonFirst cut at unicode sys_xx functions. Now to start...
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-12-01 Luke Leightonsys_select added one more argument (read, write selectors).
1999-07-16 Luke Leightoncheck to see if copy_passwd_struct() ever receives...
1999-07-06 Luke Leightonusing jeremy's sys_getpwnam() call in the more critical...
1999-07-06 Luke Leightonadded jeremy's sys_getpwnam() and sys_getpwuid() routin...
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-10-05 Andrew Tridgellfixed typo in getgroups code
1998-10-02 Andrew Tridgelladded sys_getwd()
1998-09-29 Jeremy AllisonGot very strict about the differences and uses of
1998-09-25 Jeremy AllisonMakefile.in: Fixed bug with continuation line causing...
1998-09-18 Andrew Tridgellgot rid of SMB_STRUCT_STATVFS. I don't think we should...
1998-09-18 Jeremy Allisoninclude/includes.h:
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-09-17 Jeremy Allisonconfigure configure.in: Added tests for fseek64 and...
1998-09-11 Jeremy AllisonOk so with this bugfix 64 bit file access actually...
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-01 Jeremy AllisonMissed one struct stat.
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-28 Jeremy AllisonThis checking fixes the statcache bug that stopped...
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-07-29 Andrew Tridgellmerge from the autoconf2 branch to the main branch
1998-05-11 Andrew Tridgellchanged to use slprintf() instead of sprintf() just...
1998-04-13 Jeremy AllisonChanges to allow Samba to be compiled with -Wstrict...
1998-01-22 Jeremy AllisonThis is *not* a big change (although it looks like...
1997-10-20 Jeremy Allisonloadparm.c: Changed 'interfaces only' parameter to...
1997-09-26 Jeremy AllisonAdding Andrews buffer overflow fixes into the main...
1997-09-14 Andrew TridgellThis commit does 3 main things:
1997-08-25 Samba Release Accountcharset.c : Add mapping for code page 932 (KANJI).
1997-08-21 Samba Release AccountKanji fixes for upper/lower case conversion with sjis...
1997-07-01 Samba Release Accountclient.c: New print queue query code from Jeff C....
1997-05-08 Samba Release Account'The mother of all checkins' :-). Jeremy Allison (jalli...
1997-02-23 Samba Release AccountMakefile: Added cleandir target.
1997-01-09 Samba Release AccountMakefile: Changes to split Solaris into Solaris2.3...
1996-10-05 Andrew Tridgell- use waitpid for ultrix
1996-10-05 Andrew Tridgell- use workgroup from smb.conf in smbclient
1996-10-02 Andrew Tridgellbackout all the changes to nmbd.
1996-10-02 Andrew Tridgell- a huge pile of changes from Luke which implement...
1996-08-19 Andrew Tridgell- added "netbios name" option in smb.conf to make contr...
1996-08-13 Andrew Tridgell- sequent-ptx support from bressler@iftccu.ca.boeing...
1996-06-19 Samba Release AccountBasic doc changes to keep up to date.
1996-05-04 Samba Release Accountfixed a typo in the select() emulation code
1996-05-04 Samba Release AccountInitial version imported to CVS
1996-05-04 Samba Release AccountThis commit was generated by cvs2svn to compensate...