index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
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
*
fix a few segfaults
Gerald Carter
2002-08-22
1
-6
/
+6
*
remove 'admin log' parameter (discussed with Jeremy)
Jelmer Vernooij
2002-08-19
1
-3
/
+0
*
Add a wrapper for dup2() to our system.c
Andrew Bartlett
2002-07-20
1
-0
/
+10
*
Add back sys_getpwnam() and freinds to the system.c interface, but don't
Andrew Bartlett
2002-06-15
1
-0
/
+24
*
Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid.
Andrew Bartlett
2002-05-22
1
-109
/
+1
*
patch from Alexander Bokovoy needed for dlopen on bsd systems
Andrew Tridgell
2002-04-24
1
-4
/
+4
*
We cannot set errno=0 in any of the wrapper calls as this breaks UNIX error
Jeremy Allison
2002-04-19
1
-7
/
+0
*
Fix different args to sys_fcntl without going varargs....
Jeremy Allison
2002-04-19
1
-1
/
+16
*
Added sys_fcntl (not to be used everywhere). Added sys_read/sys_write
Jeremy Allison
2002-04-19
1
-0
/
+15
*
Fixed sendto in oplock code.
Jeremy Allison
2002-04-19
1
-0
/
+15
*
Fix send and recvfrom.
Jeremy Allison
2002-04-19
1
-1
/
+16
*
First cut at fix for the EINTR problem... More needs to be done I think.
Jeremy Allison
2002-04-19
1
-0
/
+45
*
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
*
converted a bunch more functions to use a fd instead of a FILE*
Andrew Tridgell
2000-04-16
1
-88
/
+14
*
Fixes to add "paranoid" option to popen. Checks some basic things.
Jeremy Allison
2000-03-16
1
-1
/
+56
*
lib/system.c: Fixed gcc warnings.
Jeremy Allison
2000-02-23
1
-1
/
+0
*
Added replacement functions sys_popen and sys_pclose. These are based
Jeremy Allison
2000-02-15
1
-7
/
+224
*
include/includes.h: Trimmed down unicode directory entry to be POSIX complient.
Jeremy Allison
1999-12-22
1
-3
/
+4
*
First cut at unicode sys_xx functions. Now to start moving upwards.....
Jeremy Allison
1999-12-22
1
-0
/
+169
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-38
/
+159
*
sys_select added one more argument (read, write selectors).
Luke Leighton
1999-12-01
1
-3
/
+4
*
check to see if copy_passwd_struct() ever receives its own internal
Luke Leighton
1999-07-16
1
-0
/
+7
[next]