summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-03Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.Andrew Bartlett1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-9/+6
2002-08-17sync 3.0 branch with headJelmer Vernooij1-0/+10
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-101/+115
2002-03-27Added sys_adminlog() system for info the appliance admins reallyJeremy Allison1-0/+28
2002-03-27Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison1-4/+4
2002-03-19Sync up vfs changes from 2.2.x.Jeremy Allison1-0/+15
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-10Getting ready to add UNIX extensions in HEAD also.Jeremy Allison1-184/+392
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-10/+8
2001-07-06Wrapped dlerror() in the same way as the other dlxxx() calls.Jeremy Allison1-0/+9
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-170/+0
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison1-0/+28
2001-04-30Fixed password entry caching bug pointed out by Elrond.Jeremy Allison1-14/+25
2001-03-23Sync up with 2.2 ACL code.Jeremy Allison1-4/+0
2001-03-19Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison1-0/+31
2001-03-17removed useless debug msgAndrew Tridgell1-3/+0
2001-03-17lib/system.c (Finally) fixed all insure errors in password caching code. We c...Jeremy Allison1-56/+53
2001-02-13change pstrcpy() in setup_pwret() to fstrcpy() since we areGerald Carter1-2/+2
2001-01-31lib/system.c: Fix for pw caching.Jeremy Allison1-12/+37
2001-01-24Fix insure problems with passwd caching code.Jeremy Allison1-6/+10
2001-01-24Added modification to Richard Bollinger getpw[nam|uid] cache patch. OnlyJeremy Allison1-2/+14
2001-01-24getpw[nam|uid] caching patch from "Richard Bollinger"Gerald Carter1-7/+37
2000-10-08sys_popen got damaged when converted from FILE * to int fd I think.Jeremy Allison1-14/+3
2000-09-29added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell1-0/+14
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell1-109/+0
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-8/+18
2000-06-10continued the split of the kernel level oplocks code into a moreAndrew Tridgell1-0/+2
2000-06-09clean up oplock capability code ready for Linux codeAndrew Tridgell1-7/+15
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+31
2000-04-17got rid of some more old configure tests and includesAndrew Tridgell1-17/+0
2000-04-16converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell1-88/+14
2000-03-16Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison1-1/+56
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison1-1/+0
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison1-7/+224
1999-12-22include/includes.h: Trimmed down unicode directory entry to be POSIX complient.Jeremy Allison1-3/+4
1999-12-22First cut at unicode sys_xx functions. Now to start moving upwards.....Jeremy Allison1-0/+169
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-38/+159
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-3/+4
1999-07-16check to see if copy_passwd_struct() ever receives its own internalLuke Leighton1-0/+7
1999-07-06using jeremy's sys_getpwnam() call in the more critical area: Get_Pwnam().Luke Leighton1-3/+3
1999-07-06added jeremy's sys_getpwnam() and sys_getpwuid() routines from 2_0 tree.Luke Leighton1-0/+57
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-220/+6
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-3/+59
1998-10-05fixed typo in getgroups codeAndrew Tridgell1-1/+3
1998-10-02added sys_getwd()Andrew Tridgell1-3/+13
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-1/+49
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-0/+101