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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trying to track down the SMB2 error. Add an invariant test.
Jeremy Allison
2011-04-16
1
-1
/
+4
*
Use handle based xattr set if available.
Jeremy Allison
2011-04-15
1
-4
/
+5
*
Ensure vfs_chown_fsp() is safe against races.
Jeremy Allison
2011-04-15
3
-6
/
+74
*
s3-waf: only LIBNMB needs to linked against -lresolv.
Günther Deschner
2011-04-15
1
-26
/
+26
*
s3-build: fix the --with-profiling-data build on mac os x.
Günther Deschner
2011-04-15
1
-0
/
+1
*
s3-waf: try to fix the non-ldap-but-krb5 build.
Günther Deschner
2011-04-15
3
-3
/
+6
*
s3: Fix bug 8066, wrong output in smbget
Volker Lendecke
2011-04-15
1
-4
/
+9
*
s3-krb5 Move #ifdef HAVE_KRB5 above #include of libcli/auth/krb5_wrap.h
Andrew Bartlett
2011-04-15
1
-1
/
+2
*
Ensure change_dir_owner_to_parent() can't be raced.
Jeremy Allison
2011-04-14
1
-1
/
+1
*
Fix bug #8083 - "inherit owner = yes" doesn't interact correctly with vfs_acl...
Jeremy Allison
2011-04-14
1
-3
/
+27
*
Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent()
Jeremy Allison
2011-04-14
1
-0
/
+21
*
s3: Fix Coverity ID 2471: UNINIT
Volker Lendecke
2011-04-14
1
-2
/
+1
*
s3: Fix smbd with the async echo responder
Volker Lendecke
2011-04-14
1
-10
/
+13
*
s3-build: make sure we pick up system tdb and talloc via #include.
Günther Deschner
2011-04-14
4
-6
/
+6
*
s3-includes: move readahead prototype to its only user.
Günther Deschner
2011-04-14
2
-4
/
+4
*
s3: Fix a typo
Volker Lendecke
2011-04-14
1
-1
/
+1
*
lib/util Move alpha_strcpy() from s3 into common code
Andrew Bartlett
2011-04-14
2
-54
/
+0
*
libcli/auth Move krb5 wrapper functions from s3 into common
Andrew Bartlett
2011-04-14
5
-161
/
+5
*
s3-lib Remove very unused (#if 0) strncpyn
Andrew Bartlett
2011-04-14
1
-25
/
+0
*
s3-lib Remove unused string_append
Andrew Bartlett
2011-04-14
2
-23
/
+0
*
s3-lib Move unix_strlower and unix_strupper to their only users.
Andrew Bartlett
2011-04-14
3
-43
/
+41
*
s3-lib Remove unused str_ascii_charnum()
Andrew Bartlett
2011-04-14
2
-19
/
+0
*
s3-lib Move strisnormal to it's only user in mangle_hash.c
Andrew Bartlett
2011-04-14
3
-14
/
+13
*
s3: only include smb profiling where needed.
Günther Deschner
2011-04-14
23
-9
/
+25
*
s3-waf: add --with-profiling-data configure option.
Günther Deschner
2011-04-14
2
-1
/
+6
*
s3: fix the build of --with-profiling-data.
Günther Deschner
2011-04-14
1
-0
/
+1
*
s3-includes: only include acl prototypes when needed.
Günther Deschner
2011-04-14
7
-24
/
+27
*
s3-includes: absolutely no need to globally include debugparse.h
Günther Deschner
2011-04-14
1
-1
/
+0
*
s3-includes: include lib/util/debug.h headers in includes.h not smb.h
Günther Deschner
2011-04-14
2
-4
/
+2
*
s3-includes: remove unused schema_types enum.
Günther Deschner
2011-04-14
1
-3
/
+0
*
s3-includes: move struct pipe_open_rec to srvsvc rpc server.
Günther Deschner
2011-04-14
2
-10
/
+9
*
Fix WAF build for sids2xids.
Jeremy Allison
2011-04-14
1
-1
/
+4
*
s3: Add a test for sid2xids
Volker Lendecke
2011-04-13
3
-0
/
+62
*
s3: Add some debug to winbindd_sids_to_xids
Volker Lendecke
2011-04-13
1
-0
/
+6
*
s3: Use wbcSidsToUnixIds in create_local_token
Volker Lendecke
2011-04-13
3
-6
/
+126
*
s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipe
Volker Lendecke
2011-04-13
4
-0
/
+311
*
s3: Add wbint_Sids2UnixIDs idl & implementation
Volker Lendecke
2011-04-13
3
-1
/
+111
*
s3: Make idmap_find_domain public
Volker Lendecke
2011-04-13
2
-1
/
+2
*
s3: Add is_domain_online
Volker Lendecke
2011-04-13
2
-0
/
+6
*
s3: Add winbindd_lookupsids
Volker Lendecke
2011-04-13
4
-0
/
+155
*
s3: Add wb_lookupsids
Volker Lendecke
2011-04-13
3
-0
/
+610
*
s3: Add wbint_LookupSids
Volker Lendecke
2011-04-13
4
-0
/
+127
*
s3: Make parse_sidlist public
Volker Lendecke
2011-04-13
3
-34
/
+33
*
s3: Simplify parse_sidlist
Volker Lendecke
2011-04-13
1
-17
/
+9
*
Don't print "success" message after error message in change_file_owner_to_par...
Jeremy Allison
2011-04-13
1
-9
/
+8
*
s3-build: finally remove references to ndr and dcerpc headers that were inclu...
Günther Deschner
2011-04-13
3
-4
/
+0
*
s3-rpc_client: add and use rpc_client/rpc_client.h.
Günther Deschner
2011-04-13
29
-25
/
+84
*
s3-netapi: remove two shadowed variables.
Günther Deschner
2011-04-13
1
-2
/
+0
*
s3-cli_pipe: fix timeout in rpc_pipe_open_tcp_port().
Günther Deschner
2011-04-13
1
-1
/
+1
*
s3-util_sock: very brief documentation for open_socket_out().
Günther Deschner
2011-04-13
1
-0
/
+10
[next]