Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-13 | libwbclient: Re-Fix a bug that was fixed with e5741e27c4c | Volker Lendecke | 4 | -29/+56 | |
> r21878: Fix a bug with smbd serving a windows terminal server: If winbind > decides smbd to be idle it might happen that smbd needs to do a winbind > operation (for example sid2name) as non-root. This then fails to get the > privileged pipe. When later on on the same connection another authentication > request comes in, we try to do the CRAP auth via the non-privileged pipe. > > This adds a winbindd_priv_request_response() request that kills the existing > winbind pipe connection if it's not privileged. The fix for this was lost during the conversion to libwbclient. Thanks to Ira Cooper <samba@ira.wakeful.net> for pointing this out! Volker | |||||
2010-04-13 | libwbclient: Remove a pointless variable | Volker Lendecke | 1 | -3/+1 | |
2010-04-13 | buildtools/wafsamba: make sure CHECK_FUNC() and CHECK_VARIABLE() work with ↵ | Stefan Metzmacher | 1 | -2/+6 | |
-O3 in the CFLAGS 'CFLAGS="-O3" waf configure' was not detecting dlopen() needs -ldl. metze | |||||
2010-04-13 | tdb-waf: added build of manpages and config options for RPM build | Andrew Tridgell | 2 | -3/+45 | |
Building a RPM from the fedora spec file now works with minimal changes Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-13 | talloc-waf: the talloc1-compat lib depends on talloc | Andrew Tridgell | 1 | -2/+2 | |
It is a library linked to another library, not a 2nd copy of talloc.c Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-13 | build: for unbundled libraries install devel link too | Andrew Tridgell | 1 | -0/+8 | |
We need a symlink libFOO.so -> libFOO.so.x.y as a development symlink Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-13 | testprogs/blackbox/test_kinit: reorder arguments to "net time" to fix make test | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-04-13 | s4:tortore/rpc/spoolss: some compilers don't like .foo.bar = 5 | Stefan Metzmacher | 1 | -28/+42 | |
metze | |||||
2010-04-13 | talloc-waf: added the manpage generation and talloc1-compat generation | Andrew Tridgell | 1 | -1/+34 | |
this allows the RPM spec file to be used with only a tiny mod (using autogen-waf.sh instead of autogen.sh and using ln -sf for the library links instead of ln -s) Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-13 | build: added autoconf compatible configure options | Andrew Tridgell | 1 | -0/+27 | |
This adds --build, --host, --program-prefix and --disable-dependency-tracking. All we do with them is check them for sanity and throw an error if (for example) the user tries a cross-compile using these options Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-13 | s4:CLDAP - "fill_netlogon_samlogon_reponse" - check for out of memory | Matthias Dieter Wallnöfer | 1 | -1/+4 | |
2010-04-13 | s4:acl/descriptor LDB module - distinguish between root and default basedn | Matthias Dieter Wallnöfer | 2 | -0/+12 | |
The first is the forest base DN, the second the domain base DN. At the moment we assume that they are both the same but it hasn't to be so. Nadia, I would invite you to fix the outstanding parts regarding this (I added comments). | |||||
2010-04-13 | s4:use "samdb_forest_name" for the forest DNS domainname lookup | Matthias Dieter Wallnöfer | 2 | -15/+12 | |
2010-04-13 | s4:dsdb/common/util.c - add a call which determines centrally the forest DNS ↵ | Matthias Dieter Wallnöfer | 1 | -0/+19 | |
domainname | |||||
2010-04-13 | s3: Cache the username map in gencache | Volker Lendecke | 4 | -0/+79 | |
This is for uses with a heavy-weight username map script | |||||
2010-04-13 | s4:remove "samdb_root_dn", "samdb_base_dn", "samdb_config_dn" and ↵ | Matthias Dieter Wallnöfer | 1 | -20/+0 | |
"samdb_schema_dn" They aren't needed anymore. | |||||
2010-04-13 | Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions" | Matthias Dieter Wallnöfer | 20 | -37/+43 | |
We should use the "ldb_get_*_basedn" calls since they are available in the LDB library. | |||||
2010-04-13 | s4:objectclass LDB module - remove a unneeded newline | Matthias Dieter Wallnöfer | 1 | -2/+1 | |
2010-04-12 | Move to using 64-bit mid values in our internal open file database. | Jeremy Allison | 15 | -166/+188 | |
This will allow us to share logic much easier between SMB1 and SMB2 servers. Jeremy | |||||
2010-04-13 | build: cope with spaces in options passed to ./configure | Andrew Tridgell | 1 | -1/+1 | |
2010-04-13 | build: allow cross-builds to use shared libraries | Andrew Tridgell | 1 | -1/+1 | |
2010-04-13 | s4-tevent: up tevent version number | Andrew Tridgell | 3 | -4/+4 | |
tevent now has tevent_re_initialise() which is needed for the s4 build | |||||
2010-04-13 | build: check the type of implied dependencies | Andrew Tridgell | 1 | -1/+12 | |
an implied dependency needs to be a library or module | |||||
2010-04-13 | build: fixed a typo that prevented --bundled-libraries from working correctly | Andrew Tridgell | 1 | -1/+1 | |
Jelmer noticed that --minimum-library-version=talloc:2.0.1 --bundled-libraries=!tevent didn't do the right thing. | |||||
2010-04-13 | build: cope with existing binaries in bin/ left over from the old build | Andrew Tridgell | 1 | -4/+2 | |
2010-04-12 | s3: Apply some const | Volker Lendecke | 2 | -6/+10 | |
2010-04-12 | s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" ↵ | Matthias Dieter Wallnöfer | 5 | -12/+12 | |
attribute According to MS-NRPC 2.2.1.4.13 this should be the DNS domainname, not the forest one. | |||||
2010-04-12 | s4:auth/auth_sam_reply.c - fix counter types | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
2010-04-12 | s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions | Matthias Dieter Wallnöfer | 4 | -4/+4 | |
Purely cosmetic change. | |||||
2010-04-12 | s4:torture/ldap/ldap_sort.c - There should be used the "base_dn" not the ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
"root_dn" for the sort test The (forest) "root_dn" hasn't always to be the same as the (domain) "base_dn"! | |||||
2010-04-12 | selftest: Cope with strict. | Jelmer Vernooij | 1 | -1/+1 | |
2010-04-12 | s4:tortore/rpc/spoolss.c: fix declaration after code warning | Stefan Metzmacher | 1 | -10/+10 | |
metze | |||||
2010-04-12 | s4-ldb: enable waf build of ldb without ldap backend | Andrew Tridgell | 1 | -2/+3 | |
this is useful for cross-compilation testing, where getting all the ldap deps installed can be hard | |||||
2010-04-12 | build: added cross-compilation configure options | Andrew Tridgell | 3 | -0/+53 | |
this enables use of a cross-compilation emulator, so configure tests run on an emulator of the target platform | |||||
2010-04-12 | Fixed a problem with provision missing the default_dir/etc directory. | Nadezhda Ivanova | 1 | -2/+2 | |
2010-04-12 | s3: Little refactoring: Factor out skip_space | Volker Lendecke | 1 | -5/+10 | |
2010-04-12 | s3: Remove a bogus 0-check, "isspace" can not return true for \0 | Volker Lendecke | 1 | -1/+1 | |
2010-04-12 | s3: Cache the result of the username map script | Volker Lendecke | 1 | -0/+1 | |
2010-04-12 | Remove unused pcp/ directory. | Stefan Metzmacher | 6 | -299/+0 | |
metze | |||||
2010-04-12 | Remove unused swat2 code | Stefan Metzmacher | 1360 | -4095/+0 | |
metze | |||||
2010-04-12 | s4:heimdal_build/wscript_build: avoid global deps for hostcc stuff | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2010-04-12 | lib/replace/wscript: avoid global deps for LIBREPLACE_HOSTCC | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2010-04-12 | wafsamba: don't add global dependencies to hostcc targets | Stefan Metzmacher | 2 | -3/+8 | |
metze | |||||
2010-04-12 | lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf ↵ | Stefan Metzmacher | 4 | -13/+6 | |
system does metze | |||||
2010-04-12 | s4:param/wscript_build: 'dl' is provides via 'replace' | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-04-12 | lib/nss_wrapper/wscript_build: 'replace' already includes 'dl' | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-04-12 | lib/replace/wscript: add dependency to 'dl' | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-04-12 | s4:heimdal_build/wscript: rename HEIMDAL_ROKEN_H => HEIMDAL_ROKEN_HOSTCC | Stefan Metzmacher | 1 | -8/+10 | |
metze | |||||
2010-04-12 | lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCC | Stefan Metzmacher | 2 | -5/+7 | |
metze | |||||
2010-04-12 | wafsamba: allow passing 'use_hostcc' to SAMBA_SUBSYSTEM() | Stefan Metzmacher | 1 | -3/+6 | |
metze |