Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-23 | s4-selftest: disable rndc and dns update in build farm | Andrew Tridgell | 1 | -1/+2 | |
2010-02-23 | s4-dns: improved logging, and run name check at startup | Andrew Tridgell | 1 | -6/+10 | |
2010-02-23 | s4-pyglue: added interface_ips() call | Andrew Tridgell | 1 | -0/+43 | |
This allows a python script to query the internal network interface lists from Samba | |||||
2010-02-23 | s4-dns: call out to the dns update command every 10 minutes | Andrew Tridgell | 1 | -26/+112 | |
This periodically calls samba_dnsupdate to update our DNS entries if needed | |||||
2010-02-23 | s4-param: added "dns update command" smb.conf option | Andrew Tridgell | 2 | -0/+5 | |
defaults to SBINDIR/samba_dnsupdate This command will do periodic dynamic DNS updates using TSIG-GSS | |||||
2010-02-23 | s4-config: add dyn_SBINDIR | Andrew Tridgell | 3 | -0/+5 | |
2010-02-23 | libreplace: Remove the obsolete signal type cast. | Andreas Schneider | 3 | -13/+4 | |
AC_SIGNAL_TYPE is already obsolete in autoconf. C89 requires signal handlers to return void, only K&R returned int. | |||||
2010-02-23 | libutil: Remove obsolete signal type cast. | Andreas Schneider | 1 | -5/+5 | |
2010-02-23 | s4-smbd: Remove obsolete singal type cast from the thread process model. | Andreas Schneider | 1 | -3/+3 | |
2010-02-23 | s3-smb: Remove the obsolete signal type cast. | Andreas Schneider | 1 | -4/+0 | |
AC_SIGNAL_TYPE is already obsolete in autoconf. C89 requires signal handlers to return void, only K&R returned int. | |||||
2010-02-23 | s3-lib: Remove obsolete signal type cast. | Andreas Schneider | 3 | -12/+12 | |
2010-02-23 | s3-libads: Remove obsolete signal type cast. | Andreas Schneider | 1 | -5/+5 | |
2010-02-23 | s3-nmbd: Remove obsolete signal type cast. | Andreas Schneider | 3 | -7/+7 | |
2010-02-23 | s3-pam_smbpass: Remove obsolete signal type cast. | Andreas Schneider | 3 | -21/+21 | |
2010-02-23 | s3-passdb: Remove obsolete signal type cast. | Andreas Schneider | 1 | -3/+3 | |
2010-02-23 | s3-print: Remove obsolete signal type cast. | Andreas Schneider | 1 | -3/+3 | |
2010-02-23 | s3:winbindd: never mark external domains as internal! | Stefan Metzmacher | 1 | -4/+1 | |
This way we can endup with silently using builtin_passdb_methods for an ad domain without an inbound trust. This fixes bug #7170. metze | |||||
2010-02-23 | s4:netlogon RPC - fix the indentation | Matthias Dieter Wallnöfer | 1 | -15/+15 | |
Simo, I'm not really sure that those checks are valid. I read MS-NRPC section 3.5.4.1 about LOGONSRV_HANDLEs ("server_name" is of this type). There isn't stated that the server name has necessarily to be in the DNS form and should also be valid when it's NULL (if DCE server and client are the same - I don't know if me make use of it in s4). | |||||
2010-02-22 | s3 Fix the build | Simo Sorce | 1 | -3/+3 | |
I didn't mean to puch the GetForestTrustInformation patch just yet, now that it is in fix the s3 build ... | |||||
2010-02-22 | s4:netlogon GetTrustedDomainInformation | Simo Sorce | 10 | -49/+209 | |
start implementing calls related to trusted domain information | |||||
2010-02-22 | s4:netlogon fix segfault | Simo Sorce | 1 | -12/+19 | |
2010-02-22 | ldb:web Fix typo | Simo Sorce | 1 | -1/+1 | |
2010-02-22 | A test "store create time" parameter got commited by accident. Remove it. | Jeremy Allison | 1 | -1/+0 | |
Jeremy. | |||||
2010-02-22 | Ensure STREAMERROR deletes any files in the \\testdir | Jeremy Allison | 1 | -0/+1 | |
before rmdir and mkdir. Jeremy. | |||||
2010-02-22 | Add an "attributes" string to allinfo. | Jeremy Allison | 1 | -0/+27 | |
Jeremy. | |||||
2010-02-22 | s3: Explicitly handle inbuf in cli_trans_done | Volker Lendecke | 1 | -2/+9 | |
2010-02-22 | s3: Explicitly handle inbuf in cli_write_andx_done | Volker Lendecke | 1 | -2/+4 | |
2010-02-22 | s3: Explicitly handle inbuf in cli_read_andx_done | Volker Lendecke | 1 | -2/+2 | |
2010-02-22 | s3: Explicitly handle inbuf in cli_message_start_done | Volker Lendecke | 2 | -6/+7 | |
2010-02-22 | s3: Explicitly handle inbuf in cli_dskattr_done | Volker Lendecke | 1 | -2/+4 | |
2010-02-22 | s3: Explicitly handle inbuf in cli_getatr_done | Volker Lendecke | 1 | -2/+4 | |
2010-02-22 | s3: Explicitly handle inbuf in cli_getattrE_done | Volker Lendecke | 1 | -2/+4 | |
2010-02-22 | s3: Explicitly handle inbuf in cli_open_done | Volker Lendecke | 1 | -2/+4 | |
2010-02-22 | s3: Explicitly handle inbuf in cli_ntcreate_done | Volker Lendecke | 1 | -2/+3 | |
2010-02-22 | s3: Explicitly handle inbuf in cli_echo_done | Volker Lendecke | 1 | -1/+2 | |
2010-02-22 | s3: Explicitly handle inbuf in cli_negprot_done | Volker Lendecke | 1 | -2/+3 | |
2010-02-22 | s3: Explicitly handle inbuf in cli_tcon_andx_done | Volker Lendecke | 1 | -3/+6 | |
2010-02-22 | s3: Explicitly handle inbuf in cli_sesssetup_blob_done | Volker Lendecke | 1 | -5/+4 | |
2010-02-22 | s3: Explicitly handle inbuf in cli_session_setup_guest_done | Volker Lendecke | 1 | -5/+4 | |
2010-02-22 | s3: Explicitly handle inbuf in cli_smb_oplock_break_waiter_done | Volker Lendecke | 1 | -2/+3 | |
2010-02-22 | s3: Add a talloc_move for the inbuf to cli_smb_recv | Volker Lendecke | 9 | -38/+53 | |
2010-02-22 | s4:registry/regf.c - specify the context when freeing the "regf" variable | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Otherwise we get a "talloc_free with references" warning. | |||||
2010-02-22 | More spelling fixes across source4/ | Brad Hards | 7 | -8/+8 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-02-22 | Various source4 spelling fixes. | Brad Hards | 4 | -4/+4 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-02-22 | Spelling fixes for source4/auth. | Brad Hards | 2 | -3/+3 | |
The comment for USER_INFO_INTERACTIVE_LOGON looks like a cut-n-paste from the line above. Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-02-22 | Spelling fixes for source4/lib/registry. | Brad Hards | 4 | -8/+8 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-02-22 | Typo fix. | Brad Hards | 1 | -1/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-02-22 | LDB related spelling fixes. | Brad Hards | 11 | -11/+11 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-02-22 | Spelling fixes for libutil | Brad Hards | 7 | -24/+24 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | |||||
2010-02-22 | Spelling fixes in lib/zlib. | Brad Hards | 11 | -20/+20 | |
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> |