Björn Jacke
ce7727c1cc
s3: add explicit configure option whether or not to enable dmapi support
2010-02-23 15:25:41 +01:00
Andreas Schneider
975a7a3d1b
tstream: Added a typedef for the function prototype.
2010-02-23 13:48:22 +01:00
Andreas Schneider
69d5cea2e5
s4-smb: Migrate named_pipe_server to tsocket.
2010-02-23 13:48:21 +01:00
Andrew Tridgell
394a7ceeeb
s4-selftest: disable rndc and dns update in build farm
2010-02-23 13:48:21 +01:00
Andrew Tridgell
7593b6d03b
s4-dns: improved logging, and run name check at startup
2010-02-23 13:48:21 +01:00
Andrew Tridgell
cb7ab80ee8
s4-pyglue: added interface_ips() call
...
This allows a python script to query the internal network interface
lists from Samba
2010-02-23 13:48:20 +01:00
Andrew Tridgell
61af327e5d
s4-dns: call out to the dns update command every 10 minutes
...
This periodically calls samba_dnsupdate to update our DNS entries if
needed
2010-02-23 13:48:20 +01:00
Andrew Tridgell
ae209d488e
s4-param: added "dns update command" smb.conf option
...
defaults to SBINDIR/samba_dnsupdate
This command will do periodic dynamic DNS updates using TSIG-GSS
2010-02-23 13:48:20 +01:00
Andrew Tridgell
95ee01bb30
s4-config: add dyn_SBINDIR
2010-02-23 13:48:19 +01:00
Andreas Schneider
13e2f5f971
libreplace: Remove the obsolete signal type cast.
...
AC_SIGNAL_TYPE is already obsolete in autoconf. C89 requires signal
handlers to return void, only K&R returned int.
2010-02-23 12:23:45 +01:00
Andreas Schneider
8ac0c9fc67
libutil: Remove obsolete signal type cast.
2010-02-23 12:23:44 +01:00
Andreas Schneider
95a0ab5f11
s4-smbd: Remove obsolete singal type cast from the thread process model.
2010-02-23 12:23:44 +01:00
Andreas Schneider
f33b69753d
s3-smb: Remove the obsolete signal type cast.
...
AC_SIGNAL_TYPE is already obsolete in autoconf. C89 requires signal
handlers to return void, only K&R returned int.
2010-02-23 12:23:43 +01:00
Andreas Schneider
c6c21f489d
s3-lib: Remove obsolete signal type cast.
2010-02-23 12:23:43 +01:00
Andreas Schneider
5ad801beb9
s3-libads: Remove obsolete signal type cast.
2010-02-23 12:23:43 +01:00
Andreas Schneider
38b0e6b4d7
s3-nmbd: Remove obsolete signal type cast.
2010-02-23 12:23:42 +01:00
Andreas Schneider
069350d7e4
s3-pam_smbpass: Remove obsolete signal type cast.
2010-02-23 12:23:42 +01:00
Andreas Schneider
b9cf55cfea
s3-passdb: Remove obsolete signal type cast.
2010-02-23 12:23:42 +01:00
Andreas Schneider
d9f31fea6a
s3-print: Remove obsolete signal type cast.
2010-02-23 12:23:42 +01:00
Stefan Metzmacher
f924b77492
s3:winbindd: never mark external domains as internal!
...
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 10:23:32 +01:00
Matthias Dieter Wallnöfer
4ef82accfe
s4:netlogon RPC - fix the indentation
...
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-23 09:53:17 +01:00
Simo Sorce
0c8608bbab
s3 Fix the build
...
I didn't mean to puch the GetForestTrustInformation patch just yet,
now that it is in fix the s3 build ...
2010-02-22 21:18:07 -05:00
Simo Sorce
d4b8be513c
s4:netlogon GetTrustedDomainInformation
...
start implementing calls related to trusted domain information
2010-02-22 18:49:16 -05:00
Simo Sorce
dbcc7ad7e4
s4:netlogon fix segfault
2010-02-22 18:48:36 -05:00
Simo Sorce
6c0cd488e5
ldb:web Fix typo
2010-02-22 18:48:36 -05:00
Jeremy Allison
2a5060fcef
A test "store create time" parameter got commited by accident. Remove it.
...
Jeremy.
2010-02-22 15:34:15 -08:00
Jeremy Allison
3aee8e73b0
Ensure STREAMERROR deletes any files in the \\testdir
...
before rmdir and mkdir.
Jeremy.
2010-02-22 15:04:10 -08:00
Jeremy Allison
f1fe808978
Add an "attributes" string to allinfo.
...
Jeremy.
2010-02-22 14:36:40 -08:00
Volker Lendecke
82f6f3920c
s3: Explicitly handle inbuf in cli_trans_done
2010-02-22 23:23:20 +01:00
Volker Lendecke
964210b89a
s3: Explicitly handle inbuf in cli_write_andx_done
2010-02-22 23:23:20 +01:00
Volker Lendecke
78d7f27993
s3: Explicitly handle inbuf in cli_read_andx_done
2010-02-22 23:23:20 +01:00
Volker Lendecke
486f734fd8
s3: Explicitly handle inbuf in cli_message_start_done
2010-02-22 23:23:20 +01:00
Volker Lendecke
be62ca1403
s3: Explicitly handle inbuf in cli_dskattr_done
2010-02-22 23:23:20 +01:00
Volker Lendecke
327f93bf1c
s3: Explicitly handle inbuf in cli_getatr_done
2010-02-22 23:23:20 +01:00
Volker Lendecke
41ebf583e8
s3: Explicitly handle inbuf in cli_getattrE_done
2010-02-22 23:23:20 +01:00
Volker Lendecke
409fd662b0
s3: Explicitly handle inbuf in cli_open_done
2010-02-22 23:23:19 +01:00
Volker Lendecke
12863ffa56
s3: Explicitly handle inbuf in cli_ntcreate_done
2010-02-22 23:23:19 +01:00
Volker Lendecke
1fab94a31b
s3: Explicitly handle inbuf in cli_echo_done
2010-02-22 23:23:19 +01:00
Volker Lendecke
fdd82e69ab
s3: Explicitly handle inbuf in cli_negprot_done
2010-02-22 23:23:19 +01:00
Volker Lendecke
160c459b54
s3: Explicitly handle inbuf in cli_tcon_andx_done
2010-02-22 23:23:19 +01:00
Volker Lendecke
036fcafe24
s3: Explicitly handle inbuf in cli_sesssetup_blob_done
2010-02-22 23:23:18 +01:00
Volker Lendecke
47c61b4f15
s3: Explicitly handle inbuf in cli_session_setup_guest_done
2010-02-22 23:23:18 +01:00
Volker Lendecke
299d9c409d
s3: Explicitly handle inbuf in cli_smb_oplock_break_waiter_done
2010-02-22 23:23:18 +01:00
Volker Lendecke
d122bfc064
s3: Add a talloc_move for the inbuf to cli_smb_recv
2010-02-22 23:23:18 +01:00
Matthias Dieter Wallnöfer
91bf841c2e
s4:registry/regf.c - specify the context when freeing the "regf" variable
...
Otherwise we get a "talloc_free with references" warning.
2010-02-22 22:15:03 +01:00
Brad Hards
1e986c1cb3
More spelling fixes across source4/
...
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
2010-02-22 21:45:38 +01:00
Brad Hards
7a23b9769b
Various source4 spelling fixes.
...
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
2010-02-22 21:45:37 +01:00
Brad Hards
4b024683ac
Spelling fixes for source4/auth.
...
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 21:45:37 +01:00
Brad Hards
3eacc83b35
Spelling fixes for source4/lib/registry.
...
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
2010-02-22 21:45:37 +01:00
Brad Hards
7def87cb17
Typo fix.
...
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
2010-02-22 21:45:36 +01:00