summaryrefslogtreecommitdiffstats
path: root/source/lib/system.c
Commit message (Expand)AuthorAgeFilesLines
* Use filedes as first argument to fsetxattr, not the undefined variable 'path'...Jelmer Vernooij2003-06-061-1/+1
* Get ready for EA code... Add Linux interface.Jeremy Allison2003-06-051-0/+125
* dlysym takes a const char *.Jeremy Allison2003-03-031-1/+1
* Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.Andrew Bartlett2003-01-031-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-9/+6
* sync 3.0 branch with headJelmer Vernooij2002-08-171-0/+10
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-101/+115
* 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
* 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