summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug #6876 for acl_tdb module.Jeremy Allison2010-02-081-2/+1
| | | | | | | As pointed out by bj@sernet.de, the rmdir module initializer was duplicated. Fix this properly. Jeremy.
* s3:libsmb: fix NetServerEnum3 rap calls.Stefan Metzmacher2010-02-081-5/+19
| | | | metze
* s3:smbd: implement api_RNetServerEnum3Stefan Metzmacher2010-02-081-1/+212
| | | | | | This is needed to support large browse lists. metze
* s3:smbd: add/improve some DEBUG messages in api_RNetServerEnum2()Stefan Metzmacher2010-02-081-4/+6
| | | | metze
* s3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2Stefan Metzmacher2010-02-081-3/+3
| | | | metze
* s3:docs-xml: document "nmbd bind explicit broadcast"Stefan Metzmacher2010-02-081-0/+16
| | | | metze
* s3:nmbd: change "nmbd:bind explicit broadcast" into "nmbd bind explicit ↵Stefan Metzmacher2010-02-083-1/+13
| | | | | | broadcast" metze
* s3:nmbd: also listen explicit on the subnet broadcast addressesStefan Metzmacher2010-02-086-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
* release-scripts: parametrize scriptsSimo Sorce2010-02-083-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.
* talloc: Fix abi checks in release scriptSimo Sorce2010-02-081-17/+24
| | | | | We must perform abi checks against the version we are going to release. Not against the current tree we are in.
* talloc: Fix abi checks and ifdefsSimo Sorce2010-02-083-4/+32
| | | | | teach the abi check scripts to skip the DOXYGEN sections fix the header to use #ifdef DOXYGEN and not #if DOXYGEN
* s4-smbtorture: skip over ValidatePassword if DCERPC error is returned.Günther Deschner2010-02-081-0/+4
| | | | Guenther
* s4:subtree_delete - "NULL" as format string isn't allowed on FreeBSDMatthias Dieter Wallnöfer2010-02-081-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.
* s3-net: fix net ads dns usage calls.Günther Deschner2010-02-081-3/+8
| | | | | | Bjoern, please check. Guenther
* s3:pdb_ldap: don't search for the users primary group, if we already know itStefan Metzmacher2010-02-081-31/+35
| | | | metze
* s3:pdb_ldap: optimize ldapsam_alias_memberships() and cache ldap searches.Stefan Metzmacher2010-02-082-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
* s3:pdb_ldap: try to build the full unix_pw structure with ldapsam:trusted ↵Stefan Metzmacher2010-02-081-5/+85
| | | | | | | | support And also store the gid_to_sid mappings in the idmap_cache. metze
* s3:passdb: speed up pdb_get_group_sid()Stefan Metzmacher2010-02-081-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
* s3: Make pdb_copy_sam_account also copy the group sidVolker Lendecke2010-02-081-0/+4
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: shortcut gid_to_sid when "ldapsam:trusted = yes"Stefan Metzmacher2010-02-081-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
* s4:heimdal: regerenate filesStefan Metzmacher2010-02-089-173/+218
| | | | | | | Andrew using cp like in commit ca12e7bc8ff4a91f2044c0a60550fec902e97a78 is wrong as that removes #include "config.h" and breaks the build on AIX. metze
* s4:heimdal_build: allow flex-2.5.35:bison-2.4.1 to regenerate filesStefan Metzmacher2010-02-081-1/+9
| | | | metze
* libreplace: add check for NSS_WRAPPER_DISABLE similar to SOCKET_WRAPPER_DISABLEStefan Metzmacher2010-02-081-2/+4
| | | | metze
* libreplace: Attempt to fix bug 5910, detect a broken getaddrinfoVolker Lendecke2010-02-081-0/+25
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: Don't invalidate cache for uninitialized domains.Bo Yang2010-02-093-1/+52
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3: signals are processed twice in child.Bo Yang2010-02-093-5/+36
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3: quiet the unresolved symbol warnings of the Compaq compiler when linking ↵Björn Jacke2010-02-081-0/+11
| | | | our vfs modules
* s4-torture: more useful error message in SMB2-DIRAndrew Tridgell2010-02-081-2/+2
|
* nbt: don't reference the event_ctx in nbtsockAndrew Tridgell2010-02-081-1/+1
| | | | This causes talloc_free with references errors
* talloc: fixed doc typoAndrew Tridgell2010-02-081-1/+1
|
* Move the talloc details to the mainpage.Andreas Schneider2010-02-082-64/+69
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* talloc: Added doxygen config file.Andreas Schneider2010-02-081-0/+1538
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* talloc: Documented talloc with doxygen.Andreas Schneider2010-02-082-67/+1559
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3: fix build issue on Tru64Björn Jacke2010-02-071-7/+7
| | | | | Thanks, Volker for the hint - acl_type is a macro on Tru64. Renamed it to acltype. This fixes #7103.
* s3: Fix some DEBUG statementsVolker Lendecke2010-02-071-2/+2
|
* s3: Make cli_get_fs_volume_info() use cli_trans()Volker Lendecke2010-02-073-41/+28
|
* s3: Remove some unused codeVolker Lendecke2010-02-072-58/+0
|
* s3: Fix some commentsVolker Lendecke2010-02-071-2/+2
|
* s3: Fix some nonempty blank linesVolker Lendecke2010-02-073-53/+53
|
* libwbclient: wbc_create_logon_info is always called with mem_ctx==NULLVolker Lendecke2010-02-071-5/+3
|
* libwbclient: wbc_create_password_policy_info is always called with mem_ctx==NULLVolker Lendecke2010-02-071-7/+4
|
* libwbclient: wbc_create_error_info is always called with mem_ctx==NULLVolker Lendecke2010-02-071-18/+10
|
* s4-registry: fixed byte order assumptionsAndrew Tridgell2010-02-074-7/+9
| | | | the registry tests were broken on big-endian systems
* tdb: raise version to 1.2.1Simo Sorce2010-02-063-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.
* pam_winbind: Remove a nested if-statement. Bo, please check!Volker Lendecke2010-02-061-4/+2
|
* pam_winbind: Use strchr instead of strstr for a single characterVolker Lendecke2010-02-061-1/+1
|
* Fix trailing whitespace errors I added (sorry).Jeremy Allison2010-02-052-5/+5
| | | | Jeremy.
* s3: Fix malformed require_membership_of_sid.Bo Yang2010-02-071-0/+12
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3-events: make the old timed events compatible with teventAndrew Tridgell2010-02-051-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.
* s3-smbd: add a rate limited cleanup of brl, connections and locking dbAndrew Tridgell2010-02-051-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