1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-30 08:23:49 +03:00
Commit Graph

13936 Commits

Author SHA1 Message Date
Jelmer Vernooij
7352206f44 r26431: Require ndr_push creators to specify a iconv_convenience context. 2007-12-21 05:50:00 +01:00
Jelmer Vernooij
1b947fe0e6 r26430: require explicit specification of loadparm context. 2007-12-21 05:49:58 +01:00
Jelmer Vernooij
d37136b7ab r26429: Avoid use of global_smb_iconv_convenience. 2007-12-21 05:49:56 +01:00
Kai Blin
5a3a851dc7 r26428: spoolss: Fix a typo. 2007-12-21 05:49:54 +01:00
Jelmer Vernooij
bf072c6fb3 r26427: Avoid global_smb_iconv_convenience. 2007-12-21 05:49:53 +01:00
Jelmer Vernooij
e1d177c8c1 r26426: Remove uses of global_loadparm. 2007-12-21 05:49:52 +01:00
Stefan Metzmacher
61d2f1a03b r26425: fix crash bug, sorry I should have tested that...
metze
2007-12-21 05:49:51 +01:00
Andrew Bartlett
1ffada95d2 r26424: Patch and hits from Howard Chu <hyc@symas.com> for our automated setup
of OpenLDAP.

This makes it consistant with the Fedora DS setup, and doesn't mix
both hdb and bdb.

Andrew Bartlett
2007-12-21 05:49:51 +01:00
Stefan Metzmacher
5b62180946 r26423: try to fix the build on solaris
metze
2007-12-21 05:49:51 +01:00
Stefan Metzmacher
dfb9d704d0 r26422: build: let configure print out if we have working python module support
metze
2007-12-21 05:49:50 +01:00
Stefan Metzmacher
fcc813d399 r26421: build: we now have HAVE_IFACE_GETIFADDRS as valid interface detection code
metze
2007-12-21 05:49:49 +01:00
Andrew Bartlett
044b509472 r26419: Add a module to implement 'ambigious name resolution' by munging the
incoming LDAP filter.

Warning: Any anr search will perform a full index search.  Untill ldb
gets substring indexes, this is unavoidable.

Also implement a testsutie to show we match AD behaviour for this
important extension (used in the Active Directory Users and Computers
MMC plugin, as a genereral 'find').

This will also be useful to OpenChange, as their server needs to
implement this.

Andrew Bartlett
2007-12-21 05:49:48 +01:00
Kai Blin
718a5a1f3c r26418: Janitorial: Kill pstring in ntlmssp_parse.c 2007-12-21 05:49:47 +01:00
Jelmer Vernooij
cf8636c8b7 r26417: Make str_list_copy(mem_ctx, NULL) return NULL rather than an empty list. 2007-12-21 05:49:47 +01:00
Kai Blin
e9ef98b064 r26416: Janitorial: Fix warnings in auth/gensec/
As per metze's suggestion, the "unused variables" warning is left in to remind
us to fix the #else part of the #if 1
2007-12-21 05:49:46 +01:00
Stefan Metzmacher
7c6d9edffb r26415: LIBSAMBA-CONFIG used dlopen(), so it has to depend on LIBREPLACE_EXT for -ldl
This fixes the pidl/ndr_string test.

metze
2007-12-21 05:49:46 +01:00
Stefan Metzmacher
5cc9673778 r26414: build: bring in the content of EXT_LIB's for the .pc files
TODO: we need to check if we need to recursivly expand the dependencies
      as we do for the Makefile rules

metze
2007-12-21 05:49:45 +01:00
Stefan Metzmacher
5f49c1b144 r26413: we should check the return value of talloc_reference()
metze
2007-12-21 05:49:45 +01:00
Andrew Bartlett
a8b0f5af9a r26412: Add comments and refactor to reuse common code.
Andrew Bartlett
2007-12-21 05:49:43 +01:00
Jelmer Vernooij
3d8fc5808c r26411: Double check Python installation - make sure we can compile and link using it. 2007-12-21 05:49:43 +01:00
Jelmer Vernooij
13ae3108da r26410: Remove unnecessary static. 2007-12-21 05:49:42 +01:00
Jelmer Vernooij
2833f320de r26409: Pass smb ports along. 2007-12-21 05:49:42 +01:00
Jelmer Vernooij
f933b43621 r26408: Remove use of global_loadparm. 2007-12-21 05:49:39 +01:00
Kai Blin
bdc4820335 r26407: Janitorial: Remove a pstring and compiler warnings. 2007-12-21 05:49:37 +01:00
Jelmer Vernooij
c0f2775fd8 r26406: Make a copy to prevent modification of the loadparm configuration. 2007-12-21 05:49:37 +01:00
Jelmer Vernooij
5827b7460a r26405: Import support for getifaddrs from Samba3. 2007-12-21 05:49:37 +01:00
Jelmer Vernooij
035c483100 r26404: Disable socket wrapper for the interface detection code to work around the fact that the ioctls for enumerating interfaces are not very reliable when used on unix domain sockets.
Ideally, we should be implementing the SIOCGIFCONF and SIOCGIFADDR ioctls in socket wrapper.
2007-12-21 05:49:36 +01:00
Jelmer Vernooij
32b44e1074 r26403: Make sure ntvfs is only initialized once. 2007-12-21 05:49:34 +01:00
Jelmer Vernooij
a35e51871b r26402: Require a talloc context in libnetif. 2007-12-21 05:49:33 +01:00
Jelmer Vernooij
9f975417cc r26401: Don't cache interfaces context in libnetif. 2007-12-21 05:49:32 +01:00
Jelmer Vernooij
9faba28749 r26400: Don't try to do character conversion before smb.conf has been parsed. 2007-12-21 05:49:30 +01:00
Jelmer Vernooij
3378b6a559 r26399: Use -O option for SWIG (less evil generated code). 2007-12-21 05:49:29 +01:00
Jelmer Vernooij
34b9ddddaf r26398: Fix writing the output of failed tests to st/summary. 2007-12-21 05:49:27 +01:00
Jelmer Vernooij
801c8c766c r26397: Fix circular dependency in samba-socket. 2007-12-21 05:49:26 +01:00
Kai Blin
700887c7f1 r26396: dcerpc: Fall back to peer_name() if target_hostname() is not set. 2007-12-21 05:49:25 +01:00
Kai Blin
2ccc4d2af5 r26395: spoolss: Add WinXP-like printer browsing test. 2007-12-21 05:49:24 +01:00
Kai Blin
c5196831d5 r26394: dcerpc: Use target_hostname() instead of peer_name() in dcerpc_server_name() 2007-12-21 05:49:24 +01:00
Günther Deschner
55c60a3743 r26393: Fix inline comment.
Guenther
2007-12-21 05:49:23 +01:00
Stefan Metzmacher
844da106e9 r26392: cmdline: remove unused var
metze
2007-12-21 05:49:22 +01:00
Stefan Metzmacher
cdb64b4101 r26391: samba4 doesn't support 'lmhosts' as resolve module
metze
2007-12-21 05:49:21 +01:00
Andrew Bartlett
880dfeadae r26386: We need to test in more than just 'interactive' mode...
Fix segfault found when running smbd without options.

Andrew Bartlett
2007-12-21 05:49:20 +01:00
Jelmer Vernooij
78bb444b4b r26385: Integrate gensec-socket into gensec. 2007-12-21 05:49:19 +01:00
Jelmer Vernooij
881ec40d7a r26384: Fix another global_loadparm instance. 2007-12-21 05:49:18 +01:00
Jelmer Vernooij
89008ae18d r26383: Make interfaces argument explicit. 2007-12-21 05:49:17 +01:00
Jelmer Vernooij
6d4c598534 r26382: Remove more uses of global_loadparm. 2007-12-21 05:49:17 +01:00
Jelmer Vernooij
9922967674 r26381: Move global_loadparm higher up the call stack. 2007-12-21 05:49:16 +01:00
Jelmer Vernooij
77273e250c r26380: Specify port number higher up the call stack. 2007-12-21 05:49:13 +01:00
Jelmer Vernooij
b6f66eb5e0 r26379: Remove more global_loadparm instances. 2007-12-21 05:49:13 +01:00
Jelmer Vernooij
81333de535 r26378: Remove use of global_loadparm. 2007-12-21 05:49:12 +01:00
Jelmer Vernooij
8c767ca139 r26377: Specify port explicitly. 2007-12-21 05:49:12 +01:00