index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-29
Add code to test write_data_iov a bit
Volker Lendecke
1
-0
/
+11
2008-12-29
Make write_data use write_data_iov
Volker Lendecke
1
-24
/
+24
2008-12-29
Add write_data_iov
Volker Lendecke
1
-0
/
+69
2008-12-29
Add sys_writev
Volker Lendecke
1
-0
/
+14
2008-12-29
s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()
Stefan Metzmacher
1
-2
/
+2
2008-12-28
Make sure share_info.tdb is open before attempting to delete an entry
Steven Danneman
1
-2
/
+6
2008-12-23
Fix use of "time offset" parameter, and add test to make sure I don't break i...
Jelmer Vernooij
1
-2
/
+0
2008-12-19
Move some bytes from data to text, make use of the ARRAY_SIZE macro
Volker Lendecke
1
-2
/
+2
2008-12-15
s3: Use DEBUGADD instead of DEBUG to avoid printing the header
Dan Sledz
1
-2
/
+3
2008-12-14
Remove the global "cmdline_auth_info" from source3/lib/util.c
Volker Lendecke
2
-83
/
+119
2008-12-14
Move 128 bytes from the data to the text segment
Volker Lendecke
1
-1
/
+1
2008-12-14
Remove a pointless static variable
Volker Lendecke
1
-1
/
+1
2008-12-09
s3: Refactor getting sec_info from a security_descriptor into separate function
Tim Prouty
1
-0
/
+27
2008-12-08
Simplify async programming a bit with helper routines
Volker Lendecke
2
-10
/
+25
2008-12-08
Streamline the async_sock API a bit
Volker Lendecke
1
-33
/
+36
2008-12-05
Fix logging to syslog
Dan Sledz
1
-1
/
+1
2008-12-05
Fix bug #5928 - Option --version in testparm does not work.
Tomasz Krasuski
1
-1
/
+1
2008-12-05
s3-samr: fix SAMR_FIELD_PASSWORD callers.
Günther Deschner
1
-1
/
+1
2008-12-03
s3: Change sockaddr util function names for consistency
Tim Prouty
2
-11
/
+11
2008-11-28
Move cli_trans_oob to lib/util.c
Volker Lendecke
1
-0
/
+19
2008-11-15
Attempt to fix the build
Volker Lendecke
1
-1
/
+1
2008-11-14
Make memcache_add_talloc NULL out the source pointer
Volker Lendecke
2
-3
/
+13
2008-11-14
Actually finish memcache_add_talloc
Volker Lendecke
1
-1
/
+36
2008-11-14
Rename some variables in getpwnam_alloc() for clarity
Volker Lendecke
1
-11
/
+12
2008-11-14
sys_pwnam doesn't return talloced memory, so don't mix up the returned struct.
Volker Lendecke
1
-4
/
+1
2008-11-08
Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...
Jeremy Allison
1
-0
/
+3
2008-11-06
If we didn't inherit any ACE's the ACE pointer should be NULL.
Jeremy Allison
1
-4
/
+6
2008-11-06
Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...
Jeremy Allison
3
-30
/
+4
2008-11-06
Add wrapper str_list_make_v3() to replace the old S3 behavior of
Jeremy Allison
2
-1
/
+17
2008-11-06
Start factoring out the inheritance differences.
Jeremy Allison
1
-2
/
+1
2008-11-03
Pass all the non-inherited S4 RAW-ACL tests.
Jeremy Allison
1
-0
/
+7
2008-11-03
s3: fix a few "shadows a global declaration" warnings
Tim Prouty
1
-4
/
+4
2008-11-01
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
2
-14
/
+14
2008-11-01
Merge branch 'master' of /home/jelmer/samba3
Jelmer Vernooij
6
-168
/
+14
2008-11-01
Use dup2() replacement from libreplace.
Jelmer Vernooij
3
-14
/
+4
2008-11-01
Remove sys_dl*() - stubs are already provided by libreplace.
Jelmer Vernooij
2
-48
/
+8
2008-11-01
Remove sys_chroot() - libreplace already provides an alternative.
Jelmer Vernooij
1
-18
/
+0
2008-11-01
Move sys_realpath() to libreplace.
Jelmer Vernooij
1
-15
/
+0
2008-11-01
Move sys_lchown() to libreplace.
Jelmer Vernooij
1
-19
/
+0
2008-11-01
Move sys_symlink() to libreplace.
Jelmer Vernooij
1
-14
/
+0
2008-11-01
Move sys_readlink() to libreplace.
Jelmer Vernooij
1
-14
/
+0
2008-11-01
Move sys_link to libreplace.
Jelmer Vernooij
1
-14
/
+0
2008-11-01
Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.
Jelmer Vernooij
1
-1
/
+1
2008-11-01
Move sys_chown() to rep_chown().
Jelmer Vernooij
1
-19
/
+0
2008-10-31
Get closer to passing S4 RAW-ACLs.
Jeremy Allison
2
-5
/
+5
2008-10-31
Another unused variable.
Jeremy Allison
1
-1
/
+0
2008-10-31
Unify se_access_check with the S4 code. Will make
Jeremy Allison
2
-222
/
+123
2008-10-30
Inherit Windows ACLs on a new directory.
Jeremy Allison
1
-3
/
+3
2008-10-29
Coverity fix #CID: 607 - resource leak on error path.
Jeremy Allison
1
-0
/
+1
2008-10-29
Allow a new file to inherit the Windows ACL from its parent.
Jeremy Allison
1
-63
/
+131
[next]