summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Always build before commit ... :-)Volker Lendecke2011-05-041-1/+1
|
* Remove unused function parse_add_domuser().Jeremy Allison2011-05-042-26/+0
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed May 4 20:05:42 CEST 2011 on sn-devel-104
* s3-waf: add vfs_gpfs_hsm_notify to the build.Günther Deschner2011-05-042-0/+14
| | | | | | | | | Volker, can you please check this is correct ? Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed May 4 19:03:45 CEST 2011 on sn-devel-104
* RHEL-CTDB: Build vfs_gpfs_hsm_notifyVolker Lendecke2011-05-041-1/+2
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed May 4 17:12:14 CEST 2011 on sn-devel-104
* vfs_gpfs: Properly notify the offline->online changesVolker Lendecke2011-05-043-0/+117
| | | | | | | This needs to be a separate module that cooperates with vfs_gpfs. If aio_fork is used early in the module chain it (correctly) does not propagate the aio ops down, so vfs_gpfs does not see them. This slim module must come early in the chain for notifies to work properly.
* vfs_gpfs: Block sendfile for offline filesVolker Lendecke2011-05-041-0/+12
|
* vfs_gpfs: Store the winattrs in st.vfs_privateVolker Lendecke2011-05-041-5/+12
| | | | This avoids a considerable amount of gpfs_winattr calls
* s3: Properly deal with exited winbind childrenVolker Lendecke2011-05-041-0/+5
| | | | | | | | | | | | When a winbind child exits, we need to immediately close the socket. If not, the next request to that child will be sent to a socket without a listener, leading to a failed request. This failed request will then trigger a proper re-init. This patch avoids the one failed request. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed May 4 13:32:16 CEST 2011 on sn-devel-104
* s3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr static.Günther Deschner2011-05-042-8/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed May 4 12:31:10 CEST 2011 on sn-devel-104
* s3: Filter out duplicates in name_query()Volker Lendecke2011-05-041-2/+18
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed May 4 00:03:47 CEST 2011 on sn-devel-104
* s3-includes: when MADVISE support was reverted back in 2009, someone forgot ↵Günther Deschner2011-05-031-4/+0
| | | | | | | | | this hunk. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue May 3 22:06:20 CEST 2011 on sn-devel-104
* s3-includes: move enum flush_reason_enum to smb.hGünther Deschner2011-05-032-16/+16
| | | | Guenther
* s3-includes: remove ipv6 related prototype which is already defined in ↵Günther Deschner2011-05-031-5/+0
| | | | | | ../lib/util/util_net.h. Guenther
* s3-system: move LOCK_ defines to lib/system.cGünther Deschner2011-05-032-9/+9
| | | | Guenther
* s3: Handle EINTR from sys_poll correctlyVolker Lendecke2011-05-031-1/+4
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue May 3 18:06:48 CEST 2011 on sn-devel-104
* s3-proto: move remaining krb5 protos to krb5_protos.hGünther Deschner2011-05-032-7/+6
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue May 3 15:38:40 CEST 2011 on sn-devel-104
* s3-ctdb Fix duplicate function name due to packet -> ctdb_packet rename.Andrew Bartlett2011-05-033-3/+3
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3: reply_readbraw_error needs an sconn as argument also in the non-LFS code ↵Björn Jacke2011-05-031-1/+1
| | | | | | | | | path Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue May 3 13:04:11 CEST 2011 on sn-devel-104
* ѕ3/configure: move out generic CPPFLAGS in the solaris case hereBjörn Jacke2011-05-031-3/+4
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* ѕ3/configure: move out generic LDFLAGS in the solaris case hereBjörn Jacke2011-05-031-3/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* lib/util make string_wrappers.h a public headerAndrew Bartlett2011-05-031-1/+1
| | | | | | | | | | This isn't a very good public header, but util.h includes it, so we don't have much choice in the short term. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue May 3 08:37:22 CEST 2011 on sn-devel-104
* s4-param Rename secrets_init() -> randseed_init()Andrew Bartlett2011-05-033-10/+10
| | | | | | | | | This only sets up the random number generator callback these days, so use a different database for that. (All secrets data in Samba4 is in secrets.ldb) Andrew Bartlett
* lib/util Use lib/util/util_str.c in common, including strequal()Andrew Bartlett2011-05-034-89/+4
| | | | | | | | strequal() is now implemented in terms of strcasecmp_m() which is tested in smbtorture and which does not talloc() for ASCII or non-ASCII comparions, and has an ASCII fast-path. Andrew Bartlett
* lib/util Use compiler-checked safe string macros in top level code.Andrew Bartlett2011-05-032-35/+27
| | | | | | | This brings the 'safe' macros to the top level code, and removes duplication of the safe_strcpy() and safe_strcat() functions. Andrew Bartlett
* s4: fix arguments to safe_strcpy()Andrew Bartlett2011-05-032-7/+7
| | | | | | Found by the s3-derivied safe_strcpy() macro. Andrew Bartlett
* s4-socket: rename allow_access() to socket_allow_access()Andrew Tridgell2011-05-033-8/+8
| | | | | | this prevents a symbol collision with s3 Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* lib/util/charset Use push_string and talloc_strupper/strlower from common codeAndrew Bartlett2011-05-036-145/+12
| | | | | | | | | | | The only caller of push_string() (not to be confused with push_string_check()) in the common code was encode_pw_buffer(), and it didn't use the alignment or STR_UPPER flags. The talloc_strupper() and talloc_strlower() functions are tested in smbtorture, and are next_codepoint() based. Andrew Bartlett
* s3-lib make push_ucs2() staticAndrew Bartlett2011-05-032-2/+1
|
* Remove strlower_m() and strupper_m() from source4 and common code.Andrew Bartlett2011-05-0312-150/+135
| | | | | | | | | This function is problematic because a string may expand in size when changed into upper or lower case. This will then push characters off the end of the string in the s3 implementation, or panic in the former s4 implementation. Andrew Bartlett
* s4-param: use new roles.hAndrew Tridgell2011-05-031-5/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-include: use new roles.hAndrew Tridgell2011-05-032-9/+2
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* libds: added roles.h for server rolesAndrew Tridgell2011-05-032-0/+43
| | | | | | | this will allow us to move the server roles in common, which will make it much easier to mix s3/s4 calls in the one C file Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* libcli/raw: use a different ifdef than s3 smb.hAndrew Tridgell2011-05-031-3/+3
| | | | | | this allows both headers to be included in 1 C file Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-0346-266/+266
| | | | | | | This avoid symbol and structure conflicts between Samba3 and Samba4, and chooses a less generic name. Andrew Bartlett
* s4-libcli Remove resolve_name() as it conflicts with Samba3.Andrew Bartlett2011-05-039-25/+27
| | | | | | | This was just a wrapper around resolve_name_ex(), so just call that instead. Andrew Bartlett
* s4-torture Remove unused and uncompleated testAndrew Bartlett2011-05-031-54/+0
|
* lib/util Move set_socket_options() into common code.Andrew Bartlett2011-05-034-320/+163
|
* s4-lib/socket Merge updated set_socket_options from Samba3 -> Samba4Andrew Bartlett2011-05-031-34/+90
|
* lib/util Move more network utility functions from source3 into lib/utilAndrew Bartlett2011-05-037-238/+275
| | | | | | This will help with the merge of the interfaces layer. Andrew Bartlett
* s3-ctdb Rename packet file and files to ctdb_packetAndrew Bartlett2011-05-035-73/+72
| | | | | | | This avoids a conflicts with the Samba4 packet.c, as these is only used in CTDB Andrew Bartlett
* s4-cluster Rename server_id.node -> vnn to match Samba3Andrew Bartlett2011-05-034-8/+8
|
* s4:Remove outdated doc on Samba4 upgradeAndrew Bartlett2011-05-031-21/+0
|
* selftest: Update READMEAndrew Bartlett2011-05-031-5/+6
|
* Remove reference to Samba4 LDAP backendsAndrew Bartlett2011-05-031-7/+0
|
* s4-cluster: Remove const from cluster_id_string()Andrew Bartlett2011-05-034-5/+5
| | | | | | This allows the caller to talloc_free() this result. Andrew Bartlett
* s4:cluster Rename .id to .pid in server_idAndrew Bartlett2011-05-037-21/+28
| | | | | | | This also changes some DEBUG messages to use cluster_id_string() rather than .id, to isolate them from this and other changes. Andrew Bartlett
* s3: Tune broadcast namequeries for unique namesVolker Lendecke2011-05-031-3/+9
| | | | | | | | | If we get a unique name via a broadcast query, there's no point in waiting the full timeout. A unique name is just what its name says: unique. No point in waiting longer. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue May 3 00:57:24 CEST 2011 on sn-devel-104
* s3-rpc_server: (re)move last globally included rpc_server prototypes.Günther Deschner2011-05-025-9/+36
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon May 2 16:05:31 CEST 2011 on sn-devel-104
* s3-spoolss: remove another unused header.Günther Deschner2011-05-021-1/+0
| | | | Guenther
* s3: include ntdomain.h before including generated srv_ headers.Günther Deschner2011-05-0223-18/+23
| | | | Guenther