index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
system.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a UN...
Jeremy Allison
2007-10-10
1
-6
/
+6
*
r8704: Patch from Timur Bakeyev <timur@com.bat.ru> to fix typo
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r7963: Add aio support to 3.0.
Jeremy Allison
2007-10-10
1
-0
/
+158
*
r6681: updating copyrights (see bug 2546)
Gerald Carter
2007-10-10
1
-1
/
+2
*
r6253: Add FreeBSD EA API support. Bug #2576 - patch donated by Timur Bakeyev...
Jeremy Allison
2007-10-10
1
-9
/
+183
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have to
Jeremy Allison
2007-10-10
1
-0
/
+65
*
r2651: Added 'stat' command to smbclient to exercise the UNIX_FILE_BASIC
Jeremy Allison
2007-10-10
1
-0
/
+26
*
* Fix sys_chown() when no chown() is presend
Stefan Metzmacher
2004-01-15
1
-0
/
+2
*
Patch based on work from James Peach <jpeach@sgi.com> to convert over to
Jeremy Allison
2004-01-06
1
-0
/
+41
*
Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked to
Jeremy Allison
2004-01-05
1
-3
/
+3
*
wrap internals of sys_setgroups() so the sys_XX() call can be done unconditio...
Gerald Carter
2003-10-01
1
-3
/
+5
*
add IRIX EA support
Herb Lewis
2003-08-15
1
-1
/
+158
*
Use filedes as first argument to fsetxattr, not the undefined variable 'path'...
Jelmer Vernooij
2003-06-06
1
-1
/
+1
*
Get ready for EA code... Add Linux interface.
Jeremy Allison
2003-06-05
1
-0
/
+125
*
dlysym takes a const char *.
Jeremy Allison
2003-03-03
1
-1
/
+1
*
Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.
Andrew Bartlett
2003-01-03
1
-1
/
+1
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-9
/
+6
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-0
/
+10
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-101
/
+115
*
Added sys_adminlog() system for info the appliance admins really
Jeremy Allison
2002-03-27
1
-0
/
+28
*
Removed HAVE_LIBDL from most places (except system.c). Added checks for
Jeremy Allison
2002-03-27
1
-4
/
+4
*
Sync up vfs changes from 2.2.x.
Jeremy Allison
2002-03-19
1
-0
/
+15
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Getting ready to add UNIX extensions in HEAD also.
Jeremy Allison
2002-01-10
1
-184
/
+392
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-10
/
+8
*
Wrapped dlerror() in the same way as the other dlxxx() calls.
Jeremy Allison
2001-07-06
1
-0
/
+9
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-2
/
+2
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-170
/
+0
*
Ensured all the system calls in msdfs.c go through the vfs layer.
Jeremy Allison
2001-06-29
1
-0
/
+28
*
Fixed password entry caching bug pointed out by Elrond.
Jeremy Allison
2001-04-30
1
-14
/
+25
*
Sync up with 2.2 ACL code.
Jeremy Allison
2001-03-23
1
-4
/
+0
*
Added sys_dlopen/sys_dlsym/sys_dlclose.
Jeremy Allison
2001-03-19
1
-0
/
+31
*
removed useless debug msg
Andrew Tridgell
2001-03-17
1
-3
/
+0
*
lib/system.c (Finally) fixed all insure errors in password caching code. We c...
Jeremy Allison
2001-03-17
1
-56
/
+53
*
change pstrcpy() in setup_pwret() to fstrcpy() since we are
Gerald Carter
2001-02-13
1
-2
/
+2
*
lib/system.c: Fix for pw caching.
Jeremy Allison
2001-01-31
1
-12
/
+37
*
Fix insure problems with passwd caching code.
Jeremy Allison
2001-01-24
1
-6
/
+10
*
Added modification to Richard Bollinger getpw[nam|uid] cache patch. Only
Jeremy Allison
2001-01-24
1
-2
/
+14
*
getpw[nam|uid] caching patch from "Richard Bollinger"
Gerald Carter
2001-01-24
1
-7
/
+37
*
sys_popen got damaged when converted from FILE * to int fd I think.
Jeremy Allison
2000-10-08
1
-14
/
+3
*
added a hack to get 64 bit locking working with the broken fcntl()
Andrew Tridgell
2000-09-29
1
-0
/
+14
*
totally rewrote the async signal, notification and oplock notification
Andrew Tridgell
2000-06-12
1
-109
/
+0
*
Linux kernel oplocks now seem to work, but need a _lot_ of testing
Andrew Tridgell
2000-06-11
1
-8
/
+18
*
continued the split of the kernel level oplocks code into a more
Andrew Tridgell
2000-06-10
1
-0
/
+2
*
clean up oplock capability code ready for Linux code
Andrew Tridgell
2000-06-09
1
-7
/
+15
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-1
/
+31
*
got rid of some more old configure tests and includes
Andrew Tridgell
2000-04-17
1
-17
/
+0
[next]