Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-15 | s3-waf: only LIBNMB needs to linked against -lresolv. | Günther Deschner | 1 | -26/+26 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Apr 15 17:02:16 CEST 2011 on sn-devel-104 | |||||
2011-04-15 | s3-build: fix the --with-profiling-data build on mac os x. | Günther Deschner | 1 | -0/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Apr 15 13:33:43 CEST 2011 on sn-devel-104 | |||||
2011-04-15 | s3-waf: try to fix the non-ldap-but-krb5 build. | Günther Deschner | 3 | -3/+6 | |
Guenther | |||||
2011-04-15 | s3: Fix bug 8066, wrong output in smbget | Volker Lendecke | 1 | -4/+9 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Apr 15 09:32:55 CEST 2011 on sn-devel-104 | |||||
2011-04-15 | s3-krb5 Move #ifdef HAVE_KRB5 above #include of libcli/auth/krb5_wrap.h | Andrew Bartlett | 1 | -1/+2 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 15 01:22:51 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | Ensure change_dir_owner_to_parent() can't be raced. | Jeremy Allison | 1 | -1/+1 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Apr 14 23:39:55 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | Fix bug #8083 - "inherit owner = yes" doesn't interact correctly with ↵ | Jeremy Allison | 1 | -3/+27 | |
vfs_acl_xattr or vfs_acl_tdb module. If "inherit owner = yes", pass in the directory owner and group owner as the target for CREATOR_OWNER and CREATOR_GROUP substitutions, and also as the owner and primary group of the new security descriptor being applied to the object. Jeremy. | |||||
2011-04-14 | Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent() | Jeremy Allison | 1 | -0/+21 | |
Don't do the chown if the owner is already correct. | |||||
2011-04-14 | s3: Fix Coverity ID 2471: UNINIT | Volker Lendecke | 1 | -2/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 14 16:22:58 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | s3: Fix smbd with the async echo responder | Volker Lendecke | 1 | -10/+13 | |
We need to read from the echo socket, pass the socket to read from down to the read routines Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Apr 14 15:34:36 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | s3-build: make sure we pick up system tdb and talloc via #include. | Günther Deschner | 4 | -6/+6 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 14 12:56:28 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | s3-includes: move readahead prototype to its only user. | Günther Deschner | 2 | -4/+4 | |
Guenther | |||||
2011-04-14 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Apr 14 11:55:56 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | lib/util Move alpha_strcpy() from s3 into common code | Andrew Bartlett | 2 | -54/+0 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 14 09:21:59 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | libcli/auth Move krb5 wrapper functions from s3 into common | Andrew Bartlett | 5 | -161/+5 | |
This requires a small rework of the build system to ensure that the correct #define statements are made in both the s3 and top level builds. We now define the various HAVE_ macros in config.h at all times, using heimdal_build/wscript_configure when that is in use. Andrew Bartlett | |||||
2011-04-14 | s3-lib Remove very unused (#if 0) strncpyn | Andrew Bartlett | 1 | -25/+0 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Apr 14 06:27:31 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | s3-lib Remove unused string_append | Andrew Bartlett | 2 | -23/+0 | |
2011-04-14 | s3-lib Move unix_strlower and unix_strupper to their only users. | Andrew Bartlett | 3 | -43/+41 | |
2011-04-14 | s3-lib Remove unused str_ascii_charnum() | Andrew Bartlett | 2 | -19/+0 | |
2011-04-14 | s3-lib Move strisnormal to it's only user in mangle_hash.c | Andrew Bartlett | 3 | -14/+13 | |
2011-04-14 | s3: only include smb profiling where needed. | Günther Deschner | 23 | -9/+25 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 14 01:31:39 CEST 2011 on sn-devel-104 | |||||
2011-04-14 | s3-waf: add --with-profiling-data configure option. | Günther Deschner | 2 | -1/+6 | |
Guenther | |||||
2011-04-14 | s3: fix the build of --with-profiling-data. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-04-14 | s3-includes: only include acl prototypes when needed. | Günther Deschner | 7 | -24/+27 | |
Guenther | |||||
2011-04-14 | s3-includes: absolutely no need to globally include debugparse.h | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2011-04-14 | s3-includes: include lib/util/debug.h headers in includes.h not smb.h | Günther Deschner | 2 | -4/+2 | |
Guenther | |||||
2011-04-14 | s3-includes: remove unused schema_types enum. | Günther Deschner | 1 | -3/+0 | |
Guenther | |||||
2011-04-14 | s3-includes: move struct pipe_open_rec to srvsvc rpc server. | Günther Deschner | 2 | -10/+9 | |
Guenther | |||||
2011-04-14 | Fix WAF build for sids2xids. | Jeremy Allison | 1 | -1/+4 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Apr 14 00:33:53 CEST 2011 on sn-devel-104 | |||||
2011-04-13 | s3: Add a test for sid2xids | Volker Lendecke | 3 | -0/+62 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Add some debug to winbindd_sids_to_xids | Volker Lendecke | 1 | -0/+6 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Use wbcSidsToUnixIds in create_local_token | Volker Lendecke | 3 | -6/+126 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipe | Volker Lendecke | 4 | -0/+311 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Add wbint_Sids2UnixIDs idl & implementation | Volker Lendecke | 3 | -1/+111 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Make idmap_find_domain public | Volker Lendecke | 2 | -1/+2 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Add is_domain_online | Volker Lendecke | 2 | -0/+6 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Add winbindd_lookupsids | Volker Lendecke | 4 | -0/+155 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Add wb_lookupsids | Volker Lendecke | 3 | -0/+610 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Add wbint_LookupSids | Volker Lendecke | 4 | -0/+127 | |
This will be called from wb_lookupsids to query remote DCs via lsa Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Make parse_sidlist public | Volker Lendecke | 3 | -34/+33 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | s3: Simplify parse_sidlist | Volker Lendecke | 1 | -17/+9 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | Don't print "success" message after error message in ↵ | Jeremy Allison | 1 | -9/+8 | |
change_file_owner_to_parent(). Remove "goto" in change_dir_owner_to_parent(). | |||||
2011-04-13 | s3-build: finally remove references to ndr and dcerpc headers that were ↵ | Günther Deschner | 3 | -4/+0 | |
included globally. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Apr 13 23:07:05 CEST 2011 on sn-devel-104 | |||||
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 29 | -25/+84 | |
Guenther | |||||
2011-04-13 | s3-netapi: remove two shadowed variables. | Günther Deschner | 1 | -2/+0 | |
Guenther | |||||
2011-04-13 | s3-cli_pipe: fix timeout in rpc_pipe_open_tcp_port(). | Günther Deschner | 1 | -1/+1 | |
Make sure we use a timeout of 60 seconds, not 60 milliseconds... This prevented us from successfully using the ncacn_ip_tcp client in a lot of places, I guess. Guenther Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Apr 13 18:59:19 CEST 2011 on sn-devel-104 | |||||
2011-04-13 | s3-util_sock: very brief documentation for open_socket_out(). | Günther Deschner | 1 | -0/+10 | |
The most important bit is to document that timeout is in MILLIseconds, not seconds. Guenther | |||||
2011-04-13 | s3: Make send_nt_replies() static | Volker Lendecke | 2 | -8/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Apr 13 16:25:29 CEST 2011 on sn-devel-104 | |||||
2011-04-13 | s3: Fix Coverity ID 2470: STRAY_SEMICOLON | Volker Lendecke | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Apr 13 12:57:43 CEST 2011 on sn-devel-104 | |||||
2011-04-13 | build: Bring DYNCONFIG into samba-util library to avoid symbol duplication | Andrew Bartlett | 1 | -5/+5 | |
When this was depended on directly as a subsystem, it ended up in multiple libraries. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 13 08:39:35 CEST 2011 on sn-devel-104 |