summaryrefslogtreecommitdiff
path: root/source/lib/system.c
Commit message (Expand)AuthorAgeFilesLines
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-1/+158
* working on creating the 3.0 release treeGerald Carter2003-06-061-0/+125
* dlsym takes a const char *.Jeremy Allison2003-03-031-1/+1
* Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids inAndrew Bartlett2003-01-021-1/+1
* BIG patch...Andrew Bartlett2003-01-021-1/+1
* fix a few segfaultsGerald Carter2002-08-221-6/+6
* remove 'admin log' parameter (discussed with Jeremy)Jelmer Vernooij2002-08-191-3/+0
* Add a wrapper for dup2() to our system.cAndrew Bartlett2002-07-201-0/+10
* Add back sys_getpwnam() and freinds to the system.c interface, but don'tAndrew Bartlett2002-06-151-0/+24
* Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.Andrew Bartlett2002-05-221-109/+1
* patch from Alexander Bokovoy needed for dlopen on bsd systemsAndrew Tridgell2002-04-241-4/+4
* We cannot set errno=0 in any of the wrapper calls as this breaks UNIX errorJeremy Allison2002-04-191-7/+0
* Fix different args to sys_fcntl without going varargs....Jeremy Allison2002-04-191-1/+16
* Added sys_fcntl (not to be used everywhere). Added sys_read/sys_writeJeremy Allison2002-04-191-0/+15
* Fixed sendto in oplock code.Jeremy Allison2002-04-191-0/+15
* Fix send and recvfrom.Jeremy Allison2002-04-191-1/+16
* First cut at fix for the EINTR problem... More needs to be done I think.Jeremy Allison2002-04-191-0/+45
* Added sys_adminlog() system for info the appliance admins reallyJeremy Allison2002-03-271-0/+28
* Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison2002-03-271-4/+4
* Sync up vfs changes from 2.2.x.Jeremy Allison2002-03-191-0/+15
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Getting ready to add UNIX extensions in HEAD also.Jeremy Allison2002-01-101-184/+392
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-10/+8
* Wrapped dlerror() in the same way as the other dlxxx() calls.Jeremy Allison2001-07-061-0/+9
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-2/+2
* The big character set handling changeover!Andrew Tridgell2001-07-041-170/+0
* Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison2001-06-291-0/+28
* Fixed password entry caching bug pointed out by Elrond.Jeremy Allison2001-04-301-14/+25
* Sync up with 2.2 ACL code.Jeremy Allison2001-03-231-4/+0
* Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison2001-03-191-0/+31
* removed useless debug msgAndrew Tridgell2001-03-171-3/+0
* lib/system.c (Finally) fixed all insure errors in password caching code. We c...Jeremy Allison2001-03-171-56/+53
* change pstrcpy() in setup_pwret() to fstrcpy() since we areGerald Carter2001-02-131-2/+2
* lib/system.c: Fix for pw caching.Jeremy Allison2001-01-311-12/+37
* Fix insure problems with passwd caching code.Jeremy Allison2001-01-241-6/+10
* Added modification to Richard Bollinger getpw[nam|uid] cache patch. OnlyJeremy Allison2001-01-241-2/+14
* getpw[nam|uid] caching patch from "Richard Bollinger"Gerald Carter2001-01-241-7/+37
* sys_popen got damaged when converted from FILE * to int fd I think.Jeremy Allison2000-10-081-14/+3
* added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell2000-09-291-0/+14
* totally rewrote the async signal, notification and oplock notificationAndrew Tridgell2000-06-121-109/+0
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-8/+18
* continued the split of the kernel level oplocks code into a moreAndrew Tridgell2000-06-101-0/+2
* clean up oplock capability code ready for Linux codeAndrew Tridgell2000-06-091-7/+15
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+31
* got rid of some more old configure tests and includesAndrew Tridgell2000-04-171-17/+0
* converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-88/+14
* Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison2000-03-161-1/+56
* lib/system.c: Fixed gcc warnings.Jeremy Allison2000-02-231-1/+0
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-151-7/+224