summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* s4-dns: improved logging, and run name check at startupAndrew Tridgell2010-02-231-6/+10
|
* s4-pyglue: added interface_ips() callAndrew Tridgell2010-02-231-0/+43
| | | | | This allows a python script to query the internal network interface lists from Samba
* s4-dns: call out to the dns update command every 10 minutesAndrew Tridgell2010-02-231-26/+112
| | | | | This periodically calls samba_dnsupdate to update our DNS entries if needed
* s4-param: added "dns update command" smb.conf optionAndrew Tridgell2010-02-232-0/+5
| | | | | | defaults to SBINDIR/samba_dnsupdate This command will do periodic dynamic DNS updates using TSIG-GSS
* s4-config: add dyn_SBINDIRAndrew Tridgell2010-02-233-0/+5
|
* libreplace: Remove the obsolete signal type cast.Andreas Schneider2010-02-233-13/+4
| | | | | AC_SIGNAL_TYPE is already obsolete in autoconf. C89 requires signal handlers to return void, only K&R returned int.
* libutil: Remove obsolete signal type cast.Andreas Schneider2010-02-231-5/+5
|
* s4-smbd: Remove obsolete singal type cast from the thread process model.Andreas Schneider2010-02-231-3/+3
|
* s3-smb: Remove the obsolete signal type cast.Andreas Schneider2010-02-231-4/+0
| | | | | AC_SIGNAL_TYPE is already obsolete in autoconf. C89 requires signal handlers to return void, only K&R returned int.
* s3-lib: Remove obsolete signal type cast.Andreas Schneider2010-02-233-12/+12
|
* s3-libads: Remove obsolete signal type cast.Andreas Schneider2010-02-231-5/+5
|
* s3-nmbd: Remove obsolete signal type cast.Andreas Schneider2010-02-233-7/+7
|
* s3-pam_smbpass: Remove obsolete signal type cast.Andreas Schneider2010-02-233-21/+21
|
* s3-passdb: Remove obsolete signal type cast.Andreas Schneider2010-02-231-3/+3
|
* s3-print: Remove obsolete signal type cast.Andreas Schneider2010-02-231-3/+3
|
* s3:winbindd: never mark external domains as internal!Stefan Metzmacher2010-02-231-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
* s4:netlogon RPC - fix the indentationMatthias Dieter Wallnöfer2010-02-231-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).
* s3 Fix the buildSimo Sorce2010-02-221-3/+3
| | | | | I didn't mean to puch the GetForestTrustInformation patch just yet, now that it is in fix the s3 build ...
* s4:netlogon GetTrustedDomainInformationSimo Sorce2010-02-2210-49/+209
| | | | start implementing calls related to trusted domain information
* s4:netlogon fix segfaultSimo Sorce2010-02-221-12/+19
|
* ldb:web Fix typoSimo Sorce2010-02-221-1/+1
|
* A test "store create time" parameter got commited by accident. Remove it.Jeremy Allison2010-02-221-1/+0
| | | | Jeremy.
* Ensure STREAMERROR deletes any files in the \\testdirJeremy Allison2010-02-221-0/+1
| | | | | before rmdir and mkdir. Jeremy.
* Add an "attributes" string to allinfo.Jeremy Allison2010-02-221-0/+27
| | | | Jeremy.
* s3: Explicitly handle inbuf in cli_trans_doneVolker Lendecke2010-02-221-2/+9
|
* s3: Explicitly handle inbuf in cli_write_andx_doneVolker Lendecke2010-02-221-2/+4
|
* s3: Explicitly handle inbuf in cli_read_andx_doneVolker Lendecke2010-02-221-2/+2
|
* s3: Explicitly handle inbuf in cli_message_start_doneVolker Lendecke2010-02-222-6/+7
|
* s3: Explicitly handle inbuf in cli_dskattr_doneVolker Lendecke2010-02-221-2/+4
|
* s3: Explicitly handle inbuf in cli_getatr_doneVolker Lendecke2010-02-221-2/+4
|
* s3: Explicitly handle inbuf in cli_getattrE_doneVolker Lendecke2010-02-221-2/+4
|
* s3: Explicitly handle inbuf in cli_open_doneVolker Lendecke2010-02-221-2/+4
|
* s3: Explicitly handle inbuf in cli_ntcreate_doneVolker Lendecke2010-02-221-2/+3
|
* s3: Explicitly handle inbuf in cli_echo_doneVolker Lendecke2010-02-221-1/+2
|
* s3: Explicitly handle inbuf in cli_negprot_doneVolker Lendecke2010-02-221-2/+3
|
* s3: Explicitly handle inbuf in cli_tcon_andx_doneVolker Lendecke2010-02-221-3/+6
|
* s3: Explicitly handle inbuf in cli_sesssetup_blob_doneVolker Lendecke2010-02-221-5/+4
|
* s3: Explicitly handle inbuf in cli_session_setup_guest_doneVolker Lendecke2010-02-221-5/+4
|
* s3: Explicitly handle inbuf in cli_smb_oplock_break_waiter_doneVolker Lendecke2010-02-221-2/+3
|
* s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke2010-02-229-38/+53
|
* s4:registry/regf.c - specify the context when freeing the "regf" variableMatthias Dieter Wallnöfer2010-02-221-1/+1
| | | | Otherwise we get a "talloc_free with references" warning.
* More spelling fixes across source4/Brad Hards2010-02-227-8/+8
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* Various source4 spelling fixes.Brad Hards2010-02-224-4/+4
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* Spelling fixes for source4/auth.Brad Hards2010-02-222-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>
* Spelling fixes for source4/lib/registry.Brad Hards2010-02-224-8/+8
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* Typo fix.Brad Hards2010-02-221-1/+1
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* LDB related spelling fixes.Brad Hards2010-02-2211-11/+11
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* Spelling fixes for libutilBrad Hards2010-02-227-24/+24
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* Spelling fixes in lib/zlib.Brad Hards2010-02-2211-20/+20
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
* Spelling fixes for libreplace.Brad Hards2010-02-222-2/+2
| | | | Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>