Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-11 | s4: allow pam_winbind.so to be build on samba4 | Matthieu Patou | 1 | -0/+7 | |
* Modify the nsswitch/config.m4 to add tests and build that will be put in configure by the autoconf/autoheader We test if there is pam headers and pam library to be able to build the pam module We add s4 build directive (that are normaly in standalone config.mk) this is due to the fact that we need to rely on path that are guessed during configure. Add tests not to build pam_winbind if pam dev files is not present Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-11 | s4: create ../lib/iniparser_build/config.m4 | Matthieu Patou | 2 | -0/+46 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-11 | s4: Modify auth/config.m4 to move pam tests to nsswitch.m4 so that we tests ↵ | Matthieu Patou | 3 | -7/+29 | |
things in one place Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-11 | s3-winreg: Fix _winreg_QueryValue crash bugs and implement windows behavior. | Günther Deschner | 1 | -11/+8 | |
Found by RPC-WINREG smbtorture test. Guenther | |||||
2010-03-11 | Explain why we don't use certain characters in the generated pw | Andrew Bartlett | 1 | -0/+6 | |
2010-03-11 | lib/util - Removed curly braces from generate_random_password(). | Endi S. Dewata | 1 | -1/+1 | |
2010-03-11 | s4:provision - Updated FDS schema mapping. | Endi S. Dewata | 1 | -6/+4 | |
2010-03-11 | s4:provision Improve the handling of provision errors | Andrew Bartlett | 3 | -29/+42 | |
The backtraces were too confusing for our users, and didn't tell them what to do to fix the problem. By printing the string (rather than a backtrace), and including in the error what to do, and what file to remove, we give them a chance. Andrew Bartlett | |||||
2010-03-10 | Try and fix bug #7233 - print fails with jobs >4GB from Win7 clients. | Jeremy Allison | 2 | -4/+4 | |
Remove an arbitrarty 4G B limit that *doesn't need to be there* ! Jeremy. | |||||
2010-03-11 | s4:libcli Use integrated name resolution when connecting SMB | Andrew Bartlett | 2 | -38/+13 | |
This avoids pulling the address into a string and back again if given a name, by letting the next async layer down do the name resolution. If it was an IP address to start with, then the resolver library just converts that to the struct socket_address. Andrew Bartlett | |||||
2010-03-11 | s4:libcli/resovle File based lookup module for DNS name types | Andrew Bartlett | 3 | -1/+153 | |
This uses the new common code to read a file containing DNS host names, so we don't have to use real DNS lookups in our test environment. Andrew Bartlett | |||||
2010-03-11 | libcli/nbt Add parser for a 'hosts' file that takes DNS record types | Andrew Bartlett | 3 | -0/+313 | |
2010-03-11 | s4:samba_dnsupdate Add a 'file based' mode to samba_dnsupdate | Andrew Bartlett | 3 | -25/+60 | |
For the testsuite to use DNS like names, we need to write these names to a file. Also, to have this run in 'make test' the usual rules about 'no 127.*' IP addresses in DNS must be skipped, so glue.interface_ips takes two arguments now | |||||
2010-03-11 | s4:lib/socket Don't go via a string when resolving addresses in connect_multi | Andrew Bartlett | 1 | -28/+20 | |
This also removes the special case for IP addresses, and leaves that to the code in the resolver library. Andrew Bartlett | |||||
2010-03-11 | s4:libcli/resolve Use a more robust way to return the string address | Andrew Bartlett | 2 | -3/+12 | |
By going via these tevent functions, we avoid needing to dereference the struct socket_address, which may contain a 'struct sockaddr' or strings. The new dns_host_file resolver returns in the form of a struct sockaddr. Andrew Bartlett | |||||
2010-03-11 | s4:lib/socket Add function to set a port on the socket address | Andrew Bartlett | 2 | -0/+14 | |
2010-03-11 | Move prototype to header of common code for set_sockaddr_port | Andrew Bartlett | 2 | -1/+2 | |
2010-03-11 | s4/rpc_server Don't segfault over replPropertyMetaData contents | Andrew Bartlett | 1 | -0/+7 | |
The replPropertyMetaData may contain attrid values that we don't yet have in the local schema. We need to deal with this - it is a serious error, but we should not segfault. Andrew Bartlett | |||||
2010-03-10 | vfs_netatalk: Segfault if hide files or veto files has no ".AppleDouble" | SATOH Fumiyasu | 1 | -1/+1 | |
2010-03-11 | s4-smbtorture: only look at DATA_BLOB pointer when einfo[0].data_length > 0. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2010-03-10 | Added regression test for bug #7234 - Symlink delete fails but incorrectly ↵ | Jeremy Allison | 2 | -5/+47 | |
reports success. Ensure we can delete a symlink by path. Jeremy. | |||||
2010-03-10 | s4-smbtorture: while testing PrinterDataEx also compare Get and Enum results. | Günther Deschner | 1 | -10/+29 | |
Guenther | |||||
2010-03-10 | Fix bug #7234 - Symlink delete fails but incorrectly reports success to client. | Jeremy Allison | 1 | -1/+1 | |
Typo called LSTAT instead of STAT in the unlink by pathname path. Jeremy. | |||||
2010-03-10 | Revert "s4-smbtorture: disable winreg QueryValue test for today." | Günther Deschner | 1 | -2/+2 | |
This reverts commit 420e3b8553c9e721fba27dd64eb78b2c7105ce64. | |||||
2010-03-10 | ѕ4: EDQUOT needs to be mapped to NT_STATUS_DISK_FULL | Björn Jacke | 1 | -1/+1 | |
2010-03-10 | s4:libnet - change variables to "unsigned" where needed | Matthias Dieter Wallnöfer | 8 | -12/+13 | |
2010-03-10 | s4:libnet_become_dc - change counter variables to "unsigned" where they ↵ | Matthias Dieter Wallnöfer | 2 | -3/+3 | |
count LDB objects | |||||
2010-03-10 | s4:winreg RPC - fix up the "QueryValue" call to work against the enhanced ↵ | Matthias Dieter Wallnöfer | 1 | -7/+11 | |
torture test Found out by gd's updated torture test. | |||||
2010-03-10 | s4:registry/ldb.c - if "name" isn't set we should return WERR_INVALID_PARAM | Matthias Dieter Wallnöfer | 1 | -1/+5 | |
2010-03-10 | nsswitch: build libnss_winbind.so with SOVERSION = 2 | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2010-03-10 | nsswitch: don't use socket_wrapper for winbind client code | Stefan Metzmacher | 1 | -2/+1 | |
metze | |||||
2010-03-10 | nsswitch: build libnss_winbindd.so only for the non merged build | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2010-03-10 | s4:build/m4/public.m4: add realname argument to SMB_BUILD_LIBRARY() | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2010-03-10 | s4:rpc_server/wkssvc: don't reset [out,ref] pointer to 0 | Stefan Metzmacher | 1 | -6/+0 | |
r->out.total_entries = 0; should be *r->out.total_entries = 0; Otherwise we fail to marshall the reponse or crash if we run with log level = 10 and trigger the ndr_print functions. All out elements are already setup and initialized by the pidl generated code. metze | |||||
2010-03-10 | s4:rpc_server/wkssvc: remove unneeded talloc_reference() | Stefan Metzmacher | 1 | -4/+2 | |
metze | |||||
2010-03-10 | s4:rpc_server/wkssvc: avoid ZERO_STRUCT(r->out) and use already allocated ↵ | Stefan Metzmacher | 1 | -4/+0 | |
[out,ref] memory metze | |||||
2010-03-10 | s4:rpc_server/srvsvc: remove unused ZERO_STRUCT(r->out); | Stefan Metzmacher | 1 | -2/+0 | |
Here it doesn't matter, but it's a bad example for other code as it might reset the [out,ref] pointers which are already generated by the pidl generated code. metze | |||||
2010-03-10 | idl: Regenerate DRSUAPI idl files | Kamen Mazdrashki | 5 | -299/+225 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: drsuapi_QuerySitesByCostCtr1 'unknown' member is now known | Kamen Mazdrashki | 1 | -1/+1 | |
and this it is a reserved fields for future flags - 'flags_reserver' Must be 0 and is currently ignored. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: QuerySitesByCost - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsGetMemberships2 - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/drs: DsRemoveDSServer - Propagating IDL changes to source code | Kamen Mazdrashki | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsRemoveDSServer - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/drs: DsWriteAccountSpn - Propagating IDL changes to source code | Kamen Mazdrashki | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsWriteAccountSpn - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Changes also propagated into source code as they are too minor to be done in separate commit Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s3/drs: DsCrackNames - Propagating IDL changes to source code | Kamen Mazdrashki | 2 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/drs: DsCrackNames - Propagating IDL changes to source code | Kamen Mazdrashki | 3 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsCrackNames - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsGetMemberships - switch types should be unsigned | Kamen Mazdrashki | 1 | -4/+4 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2010-03-10 | s4/idl: DsReplicaMod - switch types should be unsigned | Kamen Mazdrashki | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> |