Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-08 | s3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2 | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2010-02-08 | s3:docs-xml: document "nmbd bind explicit broadcast" | Stefan Metzmacher | 1 | -0/+16 | |
metze | |||||
2010-02-08 | s3:nmbd: change "nmbd:bind explicit broadcast" into "nmbd bind explicit ↵ | Stefan Metzmacher | 3 | -1/+13 | |
broadcast" metze | |||||
2010-02-08 | s3:nmbd: also listen explicit on the subnet broadcast addresses | Stefan Metzmacher | 6 | -115/+222 | |
And send replies always via the unicast address of the subnet. This behavior is off by default (as before) and can be enabled with "nmbd:bind explicit broadcast = yes". metze | |||||
2010-02-08 | release-scripts: parametrize scripts | Simo Sorce | 3 | -62/+84 | |
This should make it easier to keep all release scripts alined as it will reduce the difference between them to ideally a few variables Also moves the tdb script in the scripts directory. | |||||
2010-02-08 | talloc: Fix abi checks in release script | Simo Sorce | 1 | -17/+24 | |
We must perform abi checks against the version we are going to release. Not against the current tree we are in. | |||||
2010-02-08 | talloc: Fix abi checks and ifdefs | Simo Sorce | 3 | -4/+32 | |
teach the abi check scripts to skip the DOXYGEN sections fix the header to use #ifdef DOXYGEN and not #if DOXYGEN | |||||
2010-02-08 | s4-smbtorture: skip over ValidatePassword if DCERPC error is returned. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-02-08 | s4:subtree_delete - "NULL" as format string isn't allowed on FreeBSD | Matthias Dieter Wallnöfer | 1 | -2/+3 | |
I changed the format string into "(objectClass=*)" which should be an equivalent expression for choosing all available objects. Consider bug 7115 for the issue. | |||||
2010-02-08 | s3-net: fix net ads dns usage calls. | Günther Deschner | 1 | -3/+8 | |
Bjoern, please check. Guenther | |||||
2010-02-08 | s3:pdb_ldap: don't search for the users primary group, if we already know it | Stefan Metzmacher | 1 | -31/+35 | |
metze | |||||
2010-02-08 | s3:pdb_ldap: optimize ldapsam_alias_memberships() and cache ldap searches. | Stefan Metzmacher | 2 | -7/+34 | |
ldapsam_alias_memberships() does the same LDAP search twice, triggered via add_aliases() from create_local_nt_token(). This happens when no domain aliases are used. metze | |||||
2010-02-08 | s3:pdb_ldap: try to build the full unix_pw structure with ldapsam:trusted ↵ | Stefan Metzmacher | 1 | -5/+85 | |
support And also store the gid_to_sid mappings in the idmap_cache. metze | |||||
2010-02-08 | s3:passdb: speed up pdb_get_group_sid() | Stefan Metzmacher | 1 | -5/+28 | |
Use the cached version gid_to_sid() instead of pdb_gid_to_sid(). And also avoid the expensive lookup_sid() call for wellkown domain groups. metze | |||||
2010-02-08 | s3: Make pdb_copy_sam_account also copy the group sid | Volker Lendecke | 1 | -0/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-08 | s3: shortcut gid_to_sid when "ldapsam:trusted = yes" | Stefan Metzmacher | 1 | -0/+71 | |
The normal gid_to_sid behaviour is to call sys_getgrgid() to get the name for the given gid and then call the getsamgrnam passdb method for the resulting name. In the ldapsam:trusted case we can reduce the gid_to_sid operation to one simple search for the gidNumber attribute and only get the sambaSID attribute from the correspoinding LDAP object. This reduces the number of ldap roundtrips for this operation. metze | |||||
2010-02-08 | s4:heimdal: regerenate files | Stefan Metzmacher | 9 | -173/+218 | |
Andrew using cp like in commit ca12e7bc8ff4a91f2044c0a60550fec902e97a78 is wrong as that removes #include "config.h" and breaks the build on AIX. metze | |||||
2010-02-08 | s4:heimdal_build: allow flex-2.5.35:bison-2.4.1 to regenerate files | Stefan Metzmacher | 1 | -1/+9 | |
metze | |||||
2010-02-08 | libreplace: add check for NSS_WRAPPER_DISABLE similar to SOCKET_WRAPPER_DISABLE | Stefan Metzmacher | 1 | -2/+4 | |
metze | |||||
2010-02-08 | libreplace: Attempt to fix bug 5910, detect a broken getaddrinfo | Volker Lendecke | 1 | -0/+25 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-02-09 | s3: Don't invalidate cache for uninitialized domains. | Bo Yang | 3 | -1/+52 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2010-02-09 | s3: signals are processed twice in child. | Bo Yang | 3 | -5/+36 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2010-02-08 | s3: quiet the unresolved symbol warnings of the Compaq compiler when linking ↵ | Björn Jacke | 1 | -0/+11 | |
our vfs modules | |||||
2010-02-08 | s4-torture: more useful error message in SMB2-DIR | Andrew Tridgell | 1 | -2/+2 | |
2010-02-08 | nbt: don't reference the event_ctx in nbtsock | Andrew Tridgell | 1 | -1/+1 | |
This causes talloc_free with references errors | |||||
2010-02-08 | talloc: fixed doc typo | Andrew Tridgell | 1 | -1/+1 | |
2010-02-08 | Move the talloc details to the mainpage. | Andreas Schneider | 2 | -64/+69 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-02-08 | talloc: Added doxygen config file. | Andreas Schneider | 1 | -0/+1538 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-02-08 | talloc: Documented talloc with doxygen. | Andreas Schneider | 2 | -67/+1559 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-02-07 | s3: fix build issue on Tru64 | Björn Jacke | 1 | -7/+7 | |
Thanks, Volker for the hint - acl_type is a macro on Tru64. Renamed it to acltype. This fixes #7103. | |||||
2010-02-07 | s3: Fix some DEBUG statements | Volker Lendecke | 1 | -2/+2 | |
2010-02-07 | s3: Make cli_get_fs_volume_info() use cli_trans() | Volker Lendecke | 3 | -41/+28 | |
2010-02-07 | s3: Remove some unused code | Volker Lendecke | 2 | -58/+0 | |
2010-02-07 | s3: Fix some comments | Volker Lendecke | 1 | -2/+2 | |
2010-02-07 | s3: Fix some nonempty blank lines | Volker Lendecke | 3 | -53/+53 | |
2010-02-07 | libwbclient: wbc_create_logon_info is always called with mem_ctx==NULL | Volker Lendecke | 1 | -5/+3 | |
2010-02-07 | libwbclient: wbc_create_password_policy_info is always called with mem_ctx==NULL | Volker Lendecke | 1 | -7/+4 | |
2010-02-07 | libwbclient: wbc_create_error_info is always called with mem_ctx==NULL | Volker Lendecke | 1 | -18/+10 | |
2010-02-07 | s4-registry: fixed byte order assumptions | Andrew Tridgell | 4 | -7/+9 | |
the registry tests were broken on big-endian systems | |||||
2010-02-06 | tdb: raise version to 1.2.1 | Simo Sorce | 3 | -3/+3 | |
after recent fixes we need to raise the version to 1.2.1 so that we can require also the right patched version. | |||||
2010-02-06 | pam_winbind: Remove a nested if-statement. Bo, please check! | Volker Lendecke | 1 | -4/+2 | |
2010-02-06 | pam_winbind: Use strchr instead of strstr for a single character | Volker Lendecke | 1 | -1/+1 | |
2010-02-05 | Fix trailing whitespace errors I added (sorry). | Jeremy Allison | 2 | -5/+5 | |
Jeremy. | |||||
2010-02-07 | s3: Fix malformed require_membership_of_sid. | Bo Yang | 1 | -0/+12 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2010-02-05 | s3-events: make the old timed events compatible with tevent | Andrew Tridgell | 1 | -2/+19 | |
tevent ensures that a timed event is only called once. The old events code relied on the called handler removing the event itself. If the handler removed the event after calling a function which invoked the event loop then the timed event could loop forever. This change makes the two timed event systems more compatible, by allowing the handler to free the te if it wants to, but ensuring it is off the linked list of events before the handler is called, and ensuring it is freed even if the handler doesn't free it. | |||||
2010-02-05 | s3-smbd: add a rate limited cleanup of brl, connections and locking db | Andrew Tridgell | 1 | -6/+42 | |
On unclean shutdown we can end up with stale entries in the brlock, connections and locking db. Previously we would do the cleanup on every unclean exit, but that can cause smbd to be completely unavailable for several minutes when a large number of child smbd processes exit. This adds a rate limited cleanup of the databases, with the default that cleanup happens at most every 20s | |||||
2010-02-05 | s3-brlock: we don't need these MSG_SMB_UNLOCK calls now | Andrew Tridgell | 2 | -10/+0 | |
These have been replaced with the min timeout in blocking.c | |||||
2010-02-05 | s3-brlock: add a minimim retry time for pending blocking locks | Andrew Tridgell | 1 | -0/+20 | |
When we are waiting on a pending byte range lock, another smbd might exit uncleanly, and therefore not notify us of the removal of the lock, and thus not trigger the lock to be retried. We coped with this up to now by adding a message_send_all() in the SIGCHLD and cluster reconfigure handlers to send a MSG_SMB_UNLOCK to all smbd processes. That would generate O(N^2) work when a large number of clients disconnected at once (such as on a network outage), which could leave the whole system unusable for a very long time (many minutes, or even longer). By adding a minimum re-check time for pending byte range locks we avoid this problem by ensuring that pending locks are retried at a more regular interval. | |||||
2010-02-06 | s4-ldb: fixed api.py selftest | Andrew Tridgell | 1 | -1/+1 | |
subunitrun seemed to be calling a test from its own source, instead of the samba test. Fix this by calling the test directly. | |||||
2010-02-05 | Remove now unused variable. | Jeremy Allison | 1 | -1/+0 | |
Jeremy. |