Age | Commit message (Expand) | Author | Files | Lines |
2003-08-15 | add IRIX EA support | Herb Lewis | 1 | -1/+158 |
2003-06-06 | Use filedes as first argument to fsetxattr, not the undefined variable 'path'... | Jelmer Vernooij | 1 | -1/+1 |
2003-06-05 | Get ready for EA code... Add Linux interface. | Jeremy Allison | 1 | -0/+125 |
2003-03-03 | dlysym takes a const char *. | Jeremy Allison | 1 | -1/+1 |
2003-01-03 | Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions. | Andrew Bartlett | 1 | -1/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -9/+6 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -0/+10 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -101/+115 |
2002-03-27 | Added sys_adminlog() system for info the appliance admins really | Jeremy Allison | 1 | -0/+28 |
2002-03-27 | Removed HAVE_LIBDL from most places (except system.c). Added checks for | Jeremy Allison | 1 | -4/+4 |
2002-03-19 | Sync up vfs changes from 2.2.x. | Jeremy Allison | 1 | -0/+15 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-10 | Getting ready to add UNIX extensions in HEAD also. | Jeremy Allison | 1 | -184/+392 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -10/+8 |
2001-07-06 | Wrapped dlerror() in the same way as the other dlxxx() calls. | Jeremy Allison | 1 | -0/+9 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -2/+2 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -170/+0 |
2001-06-29 | Ensured all the system calls in msdfs.c go through the vfs layer. | Jeremy Allison | 1 | -0/+28 |
2001-04-30 | Fixed password entry caching bug pointed out by Elrond. | Jeremy Allison | 1 | -14/+25 |
2001-03-23 | Sync up with 2.2 ACL code. | Jeremy Allison | 1 | -4/+0 |
2001-03-19 | Added sys_dlopen/sys_dlsym/sys_dlclose. | Jeremy Allison | 1 | -0/+31 |
2001-03-17 | removed useless debug msg | Andrew Tridgell | 1 | -3/+0 |
2001-03-17 | lib/system.c (Finally) fixed all insure errors in password caching code. We c... | Jeremy Allison | 1 | -56/+53 |
2001-02-13 | change pstrcpy() in setup_pwret() to fstrcpy() since we are | Gerald Carter | 1 | -2/+2 |
2001-01-31 | lib/system.c: Fix for pw caching. | Jeremy Allison | 1 | -12/+37 |
2001-01-24 | Fix insure problems with passwd caching code. | Jeremy Allison | 1 | -6/+10 |
2001-01-24 | Added modification to Richard Bollinger getpw[nam|uid] cache patch. Only | Jeremy Allison | 1 | -2/+14 |
2001-01-24 | getpw[nam|uid] caching patch from "Richard Bollinger" | Gerald Carter | 1 | -7/+37 |
2000-10-08 | sys_popen got damaged when converted from FILE * to int fd I think. | Jeremy Allison | 1 | -14/+3 |
2000-09-29 | added a hack to get 64 bit locking working with the broken fcntl() | Andrew Tridgell | 1 | -0/+14 |
2000-06-12 | totally rewrote the async signal, notification and oplock notification | Andrew Tridgell | 1 | -109/+0 |
2000-06-11 | Linux kernel oplocks now seem to work, but need a _lot_ of testing | Andrew Tridgell | 1 | -8/+18 |
2000-06-10 | continued the split of the kernel level oplocks code into a more | Andrew Tridgell | 1 | -0/+2 |
2000-06-09 | clean up oplock capability code ready for Linux code | Andrew Tridgell | 1 | -7/+15 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -1/+31 |
2000-04-17 | got rid of some more old configure tests and includes | Andrew Tridgell | 1 | -17/+0 |
2000-04-16 | converted a bunch more functions to use a fd instead of a FILE* | Andrew Tridgell | 1 | -88/+14 |
2000-03-16 | Fixes to add "paranoid" option to popen. Checks some basic things. | Jeremy Allison | 1 | -1/+56 |
2000-02-23 | lib/system.c: Fixed gcc warnings. | Jeremy Allison | 1 | -1/+0 |
2000-02-15 | Added replacement functions sys_popen and sys_pclose. These are based | Jeremy Allison | 1 | -7/+224 |
1999-12-22 | include/includes.h: Trimmed down unicode directory entry to be POSIX complient. | Jeremy Allison | 1 | -3/+4 |
1999-12-22 | First cut at unicode sys_xx functions. Now to start moving upwards..... | Jeremy Allison | 1 | -0/+169 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -38/+159 |
1999-12-01 | sys_select added one more argument (read, write selectors). | Luke Leighton | 1 | -3/+4 |
1999-07-16 | check to see if copy_passwd_struct() ever receives its own internal | Luke Leighton | 1 | -0/+7 |
1999-07-06 | using jeremy's sys_getpwnam() call in the more critical area: Get_Pwnam(). | Luke Leighton | 1 | -3/+3 |
1999-07-06 | added jeremy's sys_getpwnam() and sys_getpwuid() routines from 2_0 tree. | Luke Leighton | 1 | -0/+57 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1 | -220/+6 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -3/+59 |