summaryrefslogtreecommitdiff
path: root/source3/lib/system.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach1-0/+30
2007-10-10r14600: Refactor capability interface from being IRIX-specific to using onlyJames Peach1-54/+68
2007-10-10r13566: Fix EA support for AIX.Günther Deschner1-0/+24
2007-10-10r11845: Removed error code list as it isn't correct for Linux.Jeremy Allison1-8/+0
2007-10-10r11841: Fix #3262 from Timur Bakeyev to improve reporting on FreeBSD DOSJeremy Allison1-33/+41
2007-10-10r11732: Remember to return early if -1 returned from *BSD EA call.Jeremy Allison1-0/+12
2007-10-10r11383: Patch from Alex Masterov <alex@infobit.ru> to fixJeremy Allison1-3/+83
2007-10-10r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison1-2/+2
2007-10-10r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison1-6/+6
2007-10-10r8704: Patch from Timur Bakeyev <timur@com.bat.ru> to fix typoJeremy Allison1-1/+1
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-0/+158
2007-10-10r6681: updating copyrights (see bug 2546)Gerald Carter1-1/+2
2007-10-10r6253: Add FreeBSD EA API support. Bug #2576 - patch donated by Timur Bakeyev...Jeremy Allison1-9/+183
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison1-0/+65
2007-10-10r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASICJeremy Allison1-0/+26
2004-01-15* Fix sys_chown() when no chown() is presendStefan Metzmacher1-0/+2
2004-01-06Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison1-0/+41
2004-01-05Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked toJeremy Allison1-3/+3
2003-10-01wrap internals of sys_setgroups() so the sys_XX() call can be done unconditio...Gerald Carter1-3/+5
2003-08-15add IRIX EA supportHerb Lewis1-1/+158
2003-06-06Use filedes as first argument to fsetxattr, not the undefined variable 'path'...Jelmer Vernooij1-1/+1
2003-06-05Get ready for EA code... Add Linux interface.Jeremy Allison1-0/+125
2003-03-03dlysym takes a const char *.Jeremy Allison1-1/+1
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