Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-09 | s3:smbd: Fix really ugly bool vs. int bug!!! | Stefan Metzmacher | 1 | -2/+2 | |
A comparison function for qsort needs to return an 'int'! Otherwise you'll get random results depending on the compiler and the architecture... metze | |||||
2010-02-09 | check_python.m4 - Raise the minimum python version up to 2.4 | Matthias Dieter Wallnöfer | 1 | -0/+5 | |
This is needed since we at the s4 side have some code which requires this. I think everybody should be fine since we got no complaints on the mailing list about this change. Patch template: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-02-09 | pidl - Remove "Py_RETURN_NONE" compatibility code | Matthias Dieter Wallnöfer | 1 | -4/+0 | |
This was needed only by Python 2.3 which we no longer support. | |||||
2010-02-09 | s4:Remove "Py_RETURN_NONE" compatibility code | Matthias Dieter Wallnöfer | 11 | -44/+0 | |
This was needed only by Python 2.3 which we no longer support. | |||||
2010-02-09 | s3-docs: Fix make manpages3. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2010-02-09 | s3-docs: Add missing para end tag. | Karolin Seeger | 1 | -0/+1 | |
Karolin (cherry picked from commit b78de63ef3cde53e3aabbe46654aac5a335f16a8) | |||||
2010-02-09 | testprogs: regenerate printlib prototypes for spoolss test. | Günther Deschner | 1 | -27/+39 | |
Guenther | |||||
2010-02-09 | testprogs: print job info levels in EnumJobs() spoolss tests. | Günther Deschner | 2 | -0/+101 | |
Guenther | |||||
2010-02-09 | testprogs: print datatypes info levels in EnumPrintProcessorDatatypes() ↵ | Günther Deschner | 2 | -0/+42 | |
spoolss tests. Guenther | |||||
2010-02-09 | testprogs: print printprocessor info levels in EnumPrintProcessors() spoolss ↵ | Günther Deschner | 2 | -0/+35 | |
tests. Guenther | |||||
2010-02-09 | testprogs: print monitor info levels in EnumMonitors() spoolss tests. | Günther Deschner | 2 | -0/+45 | |
Guenther | |||||
2010-02-09 | testprogs: print port info levels in EnumPorts() spoolss tests. | Günther Deschner | 2 | -0/+79 | |
Guenther | |||||
2010-02-09 | testprogs: print form info levels in EnumForms(),GetForm() spoolss tests. | Günther Deschner | 2 | -0/+67 | |
Guenther | |||||
2010-02-09 | s3:selftest: make selftest requires bash for now | Stefan Metzmacher | 1 | -1/+1 | |
So force bash until we removed the dependency to bash. metze | |||||
2010-02-09 | s3:passdb: only use gid_to_sid() result if the result is a group of our ↵ | Stefan Metzmacher | 1 | -4/+16 | |
local sam Otherwise retry with pdb_gid_to_sid(). metze | |||||
2010-02-09 | s3: fix some wrong newlines in de translation strings | Björn Jacke | 1 | -8/+8 | |
2010-02-09 | vfs_catia: fix return type warnings | Björn Jacke | 1 | -2/+2 | |
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> |