summaryrefslogtreecommitdiffstats
path: root/source/lib/system.c
Commit message (Expand)AuthorAgeFilesLines
* r13566: Fix EA support for AIX.Günther Deschner2007-10-101-0/+24
* r11845: Removed error code list as it isn't correct for Linux.Jeremy Allison2007-10-101-8/+0
* r11841: Fix #3262 from Timur Bakeyev to improve reporting on FreeBSD DOSJeremy Allison2007-10-101-33/+41
* r11732: Remember to return early if -1 returned from *BSD EA call.Jeremy Allison2007-10-101-0/+12
* r11383: Patch from Alex Masterov <alex@infobit.ru> to fixJeremy Allison2007-10-101-3/+83
* r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison2007-10-101-2/+2
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...Jeremy Allison2007-10-101-6/+6
* r8704: Patch from Timur Bakeyev <timur@com.bat.ru> to fix typoJeremy Allison2007-10-101-1/+1
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-0/+158
* r6681: updating copyrights (see bug 2546)Gerald Carter2007-10-101-1/+2
* r6253: Add FreeBSD EA API support. Bug #2576 - patch donated by Timur Bakeyev...Jeremy Allison2007-10-101-9/+183
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison2007-10-101-0/+65
* r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASICJeremy Allison2007-10-101-0/+26
* * Fix sys_chown() when no chown() is presendStefan Metzmacher2004-01-151-0/+2
* Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2004-01-061-0/+41
* Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked toJeremy Allison2004-01-051-3/+3
* wrap internals of sys_setgroups() so the sys_XX() call can be done unconditio...Gerald Carter2003-10-011-3/+5
* add IRIX EA supportHerb Lewis2003-08-151-1/+158
* 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