Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-09 | s4-torture: allow host-only in unc lists in smbtorture | Andrew Tridgell | 2 | -4/+7 | |
Allow UNC lists like this: 192.168.2.1 192.168.2.2 192.168.2.3 the share name will be taken from the command line | |||||
2010-02-08 | Make "nmbd bind explicit broadcast" on by default. | Jeremy Allison | 3 | -6/+12 | |
Fix a comment typo. Jeremy. | |||||
2010-02-08 | Fix bug #6876 for acl_tdb module. | Jeremy Allison | 1 | -2/+1 | |
As pointed out by bj@sernet.de, the rmdir module initializer was duplicated. Fix this properly. Jeremy. | |||||
2010-02-08 | s3:libsmb: fix NetServerEnum3 rap calls. | Stefan Metzmacher | 1 | -5/+19 | |
metze | |||||
2010-02-08 | s3:smbd: implement api_RNetServerEnum3 | Stefan Metzmacher | 1 | -1/+212 | |
This is needed to support large browse lists. metze | |||||
2010-02-08 | s3:smbd: add/improve some DEBUG messages in api_RNetServerEnum2() | Stefan Metzmacher | 1 | -4/+6 | |
metze | |||||
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> |