Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed "might be uninitialized" warning | Tim Prouty | 2008-10-08 | 1 | -2/+2 |
| | |||||
* | Deal with inheritance from parent directory when setting Windows | Jeremy Allison | 2008-10-08 | 3 | -1/+20 |
| | | | | | ACLs. Jeremy. | ||||
* | Fix bug #5814 - Winbindd dumping core in a strange manner while doing ↵ | Jeremy Allison | 2008-10-08 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | "rescan_trusted_domain". From analysis by hargagan <shargagan@novell.com> : "The winbindd_child_died() is also getting called from process_loop() in case of SIGCHLD signal. In this case it doesn't make the timeout_handler to NULL for the first request. It then initiate a new request using schedule_async_request() which installs a new timeout handler for the same request. In such a case, for a badly unresponsive system both the timeout handler can be called. For the first call the "private_data" will be cleared and for another call the timeout handler will be detecting the double free. So, for such a case as well, the winbindd_child_died() should make the timeout_handler to NULL." Jeremy. | ||||
* | Remove unused CHECK_FSP macro | Volker Lendecke | 2008-10-08 | 2 | -19/+2 |
| | |||||
* | Remove duplicate copy of manual page. | Jelmer Vernooij | 2008-10-08 | 1 | -83/+0 |
| | |||||
* | fix libclinbtsrcdir variable. | Jelmer Vernooij | 2008-10-08 | 3 | -8/+8 |
| | |||||
* | Add manpage for nmblookup, move nmblookup closer to nbt library. | Jelmer Vernooij | 2008-10-08 | 4 | -17/+237 |
| | |||||
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-08 | 13 | -55/+53 |
|\ | |||||
| * | Fix const warning. | Jeremy Allison | 2008-10-07 | 1 | -1/+1 |
| | | | | | | | | Jeremy. | ||||
| * | Update vfs version as I've added a const to the security_descriptor paramter ↵ | Jeremy Allison | 2008-10-07 | 13 | -54/+52 |
| | | | | | | | | | | | | | | in fset_nt_acl(). Need to watch the build farm to make sure I haven't broken the AIX or Solaris ACL modules. Jeremy. | ||||
* | | Fix subunit files location after cherrypicks. | Jelmer Vernooij | 2008-10-08 | 8 | -1/+2 |
| | | |||||
* | | Fix path apparently gone wrong by cherrypick. | Jelmer Vernooij | 2008-10-08 | 1 | -0/+0 |
| | | |||||
* | | Move all subunit files to lib directory. | Jelmer Vernooij | 2008-10-08 | 8 | -2/+3 |
| | | |||||
* | | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-10-08 | 36 | -275/+906 |
|\| | |||||
| * | Make map_errno_from_nt_status() a generic call, not just a cli specific one. | Jeremy Allison | 2008-10-07 | 4 | -160/+175 |
| | | | | | | | | | | Remove some unused calls from vfs_acl_xattr. Test for SD's on existing files. Jeremy. | ||||
| * | Changed variable name from f19086872ec734fff3f2119712ff24117bec4e5e to match ↵ | Tim Prouty | 2008-10-07 | 1 | -19/+19 |
| | | | | | | | | v3-[23]-test | ||||
| * | Fixed build warning "passing arg from incompatible pointer type" | Tim Prouty | 2008-10-06 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | The fix explicitly makes the conversion from timeval to time_t using the existing time utility functions. Compiling modules/vfs_smb_traffic_analyzer.c modules/vfs_smb_traffic_analyzer.c: In function `smb_traffic_analyzer_send_data': modules/vfs_smb_traffic_analyzer.c:173: warning: passing arg 1 of `localtime' from incompatible pointer type | ||||
| * | Fixed "declaration shadows global declaration" warnings. | Tim Prouty | 2008-10-06 | 1 | -19/+19 |
| | | | | | | | | | | | | | | | | | | | | The patch simply uses a more descriptive variable name for tcp_seq. ../lib/socket_wrapper/socket_wrapper.c:753: warning: declaration of 'tcp_seq' shadows a global declaration /usr/include/netinet/tcp.h:40: warning: shadowed declaration is here ../lib/socket_wrapper/socket_wrapper.c: In function `swrap_marshall_packet': ../lib/socket_wrapper/socket_wrapper.c:919: warning: declaration of 'tcp_seq' shadows a global declaration /usr/include/netinet/tcp.h:40: warning: shadowed declaration is here | ||||
| * | Set default trust kvno to -1 | Andrew Bartlett | 2008-10-06 | 1 | -1/+1 |
| | | |||||
| * | Fix cross-realm authentication in Samba4's KDC. | Andrew Bartlett | 2008-10-06 | 1 | -3/+5 |
| | | |||||
| * | Allow the PAC to be passed along during cross-realm authentication | Andrew Bartlett | 2008-10-06 | 1 | -18/+16 |
| | | |||||
| * | Use the trust password version as kvno for trusts in Kerberos. | Andrew Bartlett | 2008-10-06 | 1 | -0/+7 |
| | | |||||
| * | Start implementing AD-style trusted domains in Samba4's NETLOGON server | Andrew Bartlett | 2008-10-06 | 1 | -2/+50 |
| | | |||||
| * | Store trusted domain passwords in the LSA server | Andrew Bartlett | 2008-10-06 | 1 | -4/+64 |
| | | |||||
| * | Make RPC-LSA test for enumeration conditions more strict | Andrew Bartlett | 2008-10-06 | 1 | -3/+14 |
| | | |||||
| * | Add in secure channel type used by AD trusts | Andrew Bartlett | 2008-10-06 | 1 | -3/+5 |
| | | |||||
| * | Clarify use of manual parsers in trustInOutBlob (drsblobs.idl) | Andrew Bartlett | 2008-10-06 | 1 | -4/+6 |
| | | |||||
| * | Implement 'type unknown' names in the CrackNames code. | Andrew Bartlett | 2008-10-06 | 3 | -11/+50 |
| | | | | | | | | | | | | This guesses the type by running each of the possible options. Andrew Bartlett | ||||
| * | Remove compleatly bogus rename test in partitions module. | Andrew Bartlett | 2008-10-06 | 1 | -17/+0 |
| | | |||||
| * | Remove DESCRIPTION from generated schema lines. | Andrew Bartlett | 2008-10-06 | 2 | -24/+11 |
| | | | | | | | | | | | | | | This is not permitted in the AD aggregate schema, and more trouble than it is worth in the OpenLDAP schema due to escaping issues. Andrew Bartlett | ||||
| * | Fix Domain Trust creation with Windows 2008 (and many other tools) | Andrew Bartlett | 2008-10-06 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | A dITConentRules attribute (unlike objectClasses) must not contain a 'SUP'. The ADSI layer in Windows would download the whole schema, and validate it. Thanks to the team at Microsoft for very long debugging session to find this. Andrew Bartlett | ||||
| * | idmap_adex: Add more debugging to the basic search function. | Gerald (Jerry) Carter | 2008-10-06 | 1 | -0/+18 |
| | | | | | | | | Log the dn of all located entries in order to verify search results. | ||||
| * | idmap_adex: Add log messages to dc_add_domain for easier debugging. | Gerald (Jerry) Carter | 2008-10-06 | 1 | -0/+8 |
| | | | | | | | | Part of continue work on BUG 5806. | ||||
| * | s4:rpc_server: tell the gensec layer that we want to do header signing | Stefan Metzmacher | 2008-10-06 | 1 | -0/+4 |
| | | | | | | | | | | | | | | Note: header signing is still off by default, as the gensec backends don't support it together with seal yet. metze | ||||
| * | s4:gensec: pass down want_features to the spnego backend mech | Stefan Metzmacher | 2008-10-06 | 3 | -1/+24 |
| | | | | | | | | metze | ||||
| * | If name_to_fqdn fails, retry with the dns domain the DC gave us | Volker Lendecke | 2008-10-06 | 1 | -3/+8 |
| | | | | | | | | | | | | This is a workaround for the cases where you want to join under a netbios name that is different from your hostname, i.e. a name that can not be found in /etc/hosts or dns. In these cases, name_to_fqdn fails or gives invalid results. | ||||
| * | Log in the parent winbind log where a request is going | Volker Lendecke | 2008-10-06 | 1 | -0/+4 |
| | | |||||
| * | Add netlogond auth method | Volker Lendecke | 2008-10-06 | 4 | -1/+330 |
| | | | | | | | | | | | | This authenticates against a local running samba4 using SamLogonEx. We retrieve the machine password using samba4's mymachinepwd script and store the schannel key for re-use in secrets.tdb. | ||||
| * | Add dyn_NCALRPCDIR | Volker Lendecke | 2008-10-06 | 4 | -0/+26 |
| | | |||||
| * | Store a local schannel key in secrets.tdb | Volker Lendecke | 2008-10-06 | 3 | -0/+29 |
| | | |||||
| * | s4:blackbox/test_ldb: test search by <GUID=...> and <SID=...> | Stefan Metzmacher | 2008-10-06 | 1 | -0/+25 |
| | | | | | | | | metze | ||||
* | | Fix syntax errors in minschema. | Jelmer Vernooij | 2008-10-08 | 1 | -20/+16 |
| | | |||||
* | | Import tests for subunit python module. | Jelmer Vernooij | 2008-10-08 | 6 | -0/+854 |
| | | |||||
* | | Move subunit helper utility to specific subunit directory. | Jelmer Vernooij | 2008-10-08 | 2 | -1/+1 |
| | | |||||
* | | Allow 'make testenv-dc', 'make testenv-member', etc. | Jelmer Vernooij | 2008-10-08 | 1 | -0/+3 |
| | | |||||
* | | Print proper error if include file can't be found. | Jelmer Vernooij | 2008-10-08 | 1 | -0/+4 |
|/ | |||||
* | Fix some nonempty blank lines | Volker Lendecke | 2008-10-05 | 1 | -25/+25 |
| | |||||
* | smbd3 is unhappy if stderr is not open | Volker Lendecke | 2008-10-05 | 1 | -1/+2 |
| | |||||
* | Re-enable build of smb_samba3.c after the rename smbd->samba | Volker Lendecke | 2008-10-05 | 1 | -1/+1 |
| | |||||
* | Remove an unused variable | Volker Lendecke | 2008-10-05 | 1 | -1/+0 |
| |