summaryrefslogtreecommitdiffstats
path: root/source/lib/system.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* include/includes.h: Trimmed down unicode directory entry to be POSIX complient.Jeremy Allison1999-12-221-3/+4
* First cut at unicode sys_xx functions. Now to start moving upwards.....Jeremy Allison1999-12-221-0/+169
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-38/+159
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-3/+4
* check to see if copy_passwd_struct() ever receives its own internalLuke Leighton1999-07-161-0/+7
* using jeremy's sys_getpwnam() call in the more critical area: Get_Pwnam().Luke Leighton1999-07-061-3/+3
* added jeremy's sys_getpwnam() and sys_getpwuid() routines from 2_0 tree.Luke Leighton1999-07-061-0/+57
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-220/+6
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-3/+59
* fixed typo in getgroups codeAndrew Tridgell1998-10-051-1/+3
* added sys_getwd()Andrew Tridgell1998-10-021-3/+13
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-1/+49
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-0/+101
* got rid of SMB_STRUCT_STATVFS. I don't think we should be definingAndrew Tridgell1998-09-181-15/+0
* include/includes.h:Jeremy Allison1998-09-181-1/+3
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-171-0/+13
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-3/+29
* Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1998-09-111-1/+1
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-62/+109
* Missed one struct stat.Jeremy Allison1998-09-011-2/+2