index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
2008-11-01
2
-14
/
+14
*
Merge branch 'master' of /home/jelmer/samba3
Jelmer Vernooij
2008-11-01
6
-168
/
+14
|
\
|
*
Remove sys_dl*() - stubs are already provided by libreplace.
Jelmer Vernooij
2008-11-01
2
-48
/
+8
|
*
Remove sys_chroot() - libreplace already provides an alternative.
Jelmer Vernooij
2008-11-01
1
-18
/
+0
|
*
Move sys_realpath() to libreplace.
Jelmer Vernooij
2008-11-01
1
-15
/
+0
|
*
Move sys_lchown() to libreplace.
Jelmer Vernooij
2008-11-01
1
-19
/
+0
|
*
Move sys_symlink() to libreplace.
Jelmer Vernooij
2008-11-01
1
-14
/
+0
|
*
Move sys_readlink() to libreplace.
Jelmer Vernooij
2008-11-01
1
-14
/
+0
|
*
Move sys_link to libreplace.
Jelmer Vernooij
2008-11-01
1
-14
/
+0
|
*
Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.
Jelmer Vernooij
2008-11-01
1
-1
/
+1
|
*
Move sys_chown() to rep_chown().
Jelmer Vernooij
2008-11-01
1
-19
/
+0
|
*
Get closer to passing S4 RAW-ACLs.
Jeremy Allison
2008-10-31
2
-5
/
+5
|
*
Another unused variable.
Jeremy Allison
2008-10-31
1
-1
/
+0
*
|
Use dup2() replacement from libreplace.
Jelmer Vernooij
2008-11-01
3
-14
/
+4
|
/
*
Unify se_access_check with the S4 code. Will make
Jeremy Allison
2008-10-31
2
-222
/
+123
*
Inherit Windows ACLs on a new directory.
Jeremy Allison
2008-10-30
1
-3
/
+3
*
Coverity fix #CID: 607 - resource leak on error path.
Jeremy Allison
2008-10-29
1
-0
/
+1
*
Allow a new file to inherit the Windows ACL from its parent.
Jeremy Allison
2008-10-29
1
-63
/
+131
*
netapi: fix access bits in netapi.
Günther Deschner
2008-10-28
1
-1
/
+1
*
[s3]libsmbconf: add utility function smbconf_is_writeable_bystring()
Michael Adam
2008-10-27
2
-0
/
+27
*
[s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()
Michael Adam
2008-10-27
5
-0
/
+29
*
[s3]libsmbconf: create text config in smbconftort
Michael Adam
2008-10-27
1
-1
/
+38
*
[s3]libsmbconf: return WERR_BADFILE when no path to text backend is provided.
Michael Adam
2008-10-27
1
-1
/
+1
*
[s3]libsmbconf: fall back to file backend when no valid backend was found
Michael Adam
2008-10-27
1
-4
/
+5
*
[s3]libsmbconf: fix comment typo.
Michael Adam
2008-10-27
1
-1
/
+1
*
[s3]libsmbconf: add backend_requires_messaging() method to libsmbconf.
Michael Adam
2008-10-27
5
-0
/
+28
*
[s3]libsmbconf: remove unused define.
Michael Adam
2008-10-27
1
-3
/
+0
*
[s3]pidfile_create: use check is_default_dyn_CONFIGFILE() since we have it.
Michael Adam
2008-10-27
1
-1
/
+1
*
netapi: make sure to always cleanup after testing NetUser calls.
Günther Deschner
2008-10-24
1
-0
/
+4
*
netapi: add more group tests to netapitest.
Günther Deschner
2008-10-24
1
-3
/
+220
*
Fix prototype for set_sockaddr_port.
Jelmer Vernooij
2008-10-23
1
-1
/
+1
*
Move set_sockaddr_port to libutil.
Jelmer Vernooij
2008-10-23
1
-12
/
+0
*
Use common net utility code (address and sockaddr manipulation).
Jelmer Vernooij
2008-10-23
2
-394
/
+3
*
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
2008-10-23
3
-65
/
+67
*
Use libutil genrand.
Jelmer Vernooij
2008-10-23
1
-220
/
+0
*
Import talloc_stack into util library.
Jelmer Vernooij
2008-10-23
1
-130
/
+0
*
Use WERR_FILE_EXISTS which is the equivalent of WERR_ALREADY_EXISTS
Jelmer Vernooij
2008-10-23
2
-2
/
+2
*
netapi: fix add_GROUP_USERS_INFO_X_buffer.
Günther Deschner
2008-10-23
1
-4
/
+12
*
netapi: fix NetUserGetGroups_r returning partial results.
Günther Deschner
2008-10-23
1
-2
/
+3
*
netapi: NetGroupEnum_r needs to handle servers with no groups.
Günther Deschner
2008-10-23
1
-1
/
+1
*
Use standard types.
Jelmer Vernooij
2008-10-22
1
-16
/
+16
*
Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
Jeremy Allison
2008-10-21
1
-0
/
+11
*
Remove the requirement for ldap call made as root. Add in security
Jeremy Allison
2008-10-20
1
-7
/
+0
*
Fix warnings.
Jeremy Allison
2008-10-20
5
-32
/
+34
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypt
Jelmer Vernooij
2008-10-19
3
-247
/
+3
|
\
|
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Jelmer Vernooij
2008-10-19
1
-229
/
+0
|
|
\
|
|
*
Move more functions out of util_str.c into the shared util.c.
Jelmer Vernooij
2008-10-19
1
-229
/
+0
|
*
|
Remove silly safe_free() function which is a wrapper around SAFE_FREE().
Jelmer Vernooij
2008-10-19
1
-11
/
+0
|
|
/
|
*
Make generate_random_buffer signature match that of lib/util.
Jelmer Vernooij
2008-10-19
1
-1
/
+1
|
*
Add TALLOC_CTX pointer to generate_random_str(), for consistency with
Jelmer Vernooij
2008-10-19
1
-6
/
+2
[next]