Volker Lendecke
40d4c31999
s3: Remove unused sendto_child()
2009-12-23 11:42:31 +01:00
Günther Deschner
475d296065
s3-net: use generated krb5.conf in 'net ads testjoin'
...
Guenther
2009-12-23 10:57:22 +01:00
Günther Deschner
3b40ec8370
s3-docs: mention -M option and remove nonexisting -G option in pdbedit manpage.
...
Guenther
2009-12-23 10:34:44 +01:00
Andrew Bartlett
802e9328ed
s3:ntlmssp: only include ntlmssp.h where actually needed
...
Andrew Bartlett
2009-12-22 21:07:53 +01:00
Andrew Bartlett
5b37cd23bf
s3:ntlmssp: remove the typedef NTLMSSP_STATE
...
Andrew Bartlett
2009-12-22 21:07:53 +01:00
Andrew Bartlett
dee35f793c
s3:ntlmssp: move to C99 integer types in ntlmssp.h
...
Andrew Bartlett
2009-12-22 21:07:52 +01:00
Andrew Bartlett
9b36fa0441
s3:ntlmssp: rename enum NTLMSSP_ROLE into enum ntlmssp_role
...
Andrew Bartlett
2009-12-22 21:07:52 +01:00
Andrew Bartlett
ba2cfceb96
libcli/auth Make gd's NDR NTLMSSP parsers helpers common
...
(but not built in Samba4 for now)
2009-12-22 21:07:51 +01:00
Volker Lendecke
47bee67c05
s3: Restore correct timeouts for SMB requests
2009-12-22 16:07:58 +01:00
Volker Lendecke
528c150d55
s3: Remove a pointless else branch
2009-12-22 14:08:08 +01:00
Volker Lendecke
b6f446ca35
s3: Move smb_splice_chain to smbd/process.c, its only user
2009-12-22 13:54:43 +01:00
Andrew Bartlett
585900deb5
s4:gensec Don't give a warning when Windows client connects with NTLM
...
We have had the workaround for a long time, but at the time the log
warnings remained.
Andrew Bartlett
2009-12-22 17:30:05 +11:00
Andrew Bartlett
0809696dbf
s4:auth Change 'get_challenge' API to be more like Samba3
...
It is just easier to fill in the known to be 8 byte challenge than
stuff about with allocated pointers.
Andrew Bartlett
2009-12-22 17:29:15 +11:00
Andrew Bartlett
383369e8f2
s4:auth generate the prototype file in the right place
2009-12-22 17:29:13 +11:00
Andrew Bartlett
551ea65c96
Samba4 and LDB requires talloc 2.0.1
...
reported by ewoud@kohlvanwijngaarden.nl
2009-12-22 17:27:03 +11:00
Jeremy Allison
100168dfec
Fix bug reported in mangle_hash code (no bugid yet).
...
Don't change the contents of a const string via a pointer
alias (or if you do, change it back.....).
Jeremy.
2009-12-21 17:46:32 -08:00
Tim Prouty
fd5350de1f
s4 torture: Add RAW-OPLOCK-EXCLUSIVE7 which is similar to BATCH19
2009-12-21 17:27:37 -08:00
Tim Prouty
43a8b49f83
s4 torture: Update raw oplock to use win7 as the baseline for rename oplock break behavior
2009-12-21 17:27:36 -08:00
Tim Prouty
c33988c040
s4 torture: Be more permissive with share modes for oplock testing
...
Share modes are tested elsewhere, and there is currently an outstanding
issue about share mode contention for nt-passthrough levels:
http://lists.samba.org/archive/cifs-protocol/2009-December/001227.html
2009-12-21 17:27:36 -08:00
Tim Prouty
fd0c3a2264
s4 torture: Do a better job of closing open files in RAW-OPLOCK.
2009-12-21 17:27:36 -08:00
Jelmer Vernooij
2a9c22798d
param: Fix build on systems without ldb installed.
2009-12-22 01:24:58 +01:00
Jelmer Vernooij
5b9e98a382
provision/pyldb: Avoid linking in static python ldb module.
2009-12-21 23:40:12 +01:00
Jelmer Vernooij
1d9a243d68
ldb_wrap: Fix compilation when using system ldb.
2009-12-21 23:40:12 +01:00
Jelmer Vernooij
0110990f01
tdb: Also build and install tdb manpages from standalone tdb.
2009-12-21 23:40:12 +01:00
Jelmer Vernooij
8b278e6dc1
tdb: Fix formatting of API check file.
2009-12-21 23:40:12 +01:00
Jelmer Vernooij
c8e62797eb
Fix initialisation of TypeObject samba.param.LoadparmService.
...
Found by Ricardo Jorge <rvelhote@gmail.com>.
2009-12-21 23:40:11 +01:00
Volker Lendecke
9b6b01aab6
s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc
...
This just does a NULL RPC call through an existing NETLOGON connection. If
someone knows an operation that "just works" and does not return NOT_SUPPORTED,
please tell me :-)
2009-12-21 23:23:52 +01:00
Volker Lendecke
2308ec70a5
s3:winbindd: Fix a brown paper bag bug in wbinfo -t ...
2009-12-21 22:36:15 +01:00
Jeremy Allison
74deee3cc9
Rename reply_doserror() -> reply_force_doserror().
...
Rewrite all calls to reply_nterror(NT_STATUS_DOS()) to
reply_force_doserror() and update the comment in smbd/error.c
Jeremy.
2009-12-21 11:16:38 -08:00
Jeremy Allison
642101ac23
Remove all calls to reply_doserror - turn them into
...
correct reply_nterror calls. Next rename reply_doserror ->
reply_force_doserror and plumb in when NT_STATUS_DOS is
used.
Jeremy.
2009-12-21 11:05:25 -08:00
Jeremy Allison
714c60e627
Rename 282 -> ERReasnotsupported.
...
Jeremy.
2009-12-21 11:05:11 -08:00
Günther Deschner
9a7bed7ae6
s3-docs: mention long and undocumented option names in rpcclient manpage.
...
Guenther
2009-12-21 17:47:16 +01:00
Günther Deschner
308e1b5187
s3-docs: mention long and undocumented option names in smbcacls manpage.
...
Guenther
2009-12-21 17:47:16 +01:00
Günther Deschner
71a5aef4e1
s3-docs: mention long and undocumented option names in smbclient manpage.
...
Guenther
2009-12-21 17:47:15 +01:00
Günther Deschner
6ffa5df69a
s3-docs: mention -O, --stdout in smbget manpage.
...
Guenther
2009-12-21 17:47:15 +01:00
Günther Deschner
f868672814
s3-docs: mention long option names in smbtree manpage.
...
Guenther
2009-12-21 17:47:15 +01:00
Günther Deschner
722a330013
s3-docs: mention long and undocumented option names in pdbedit manpage.
...
Guenther
2009-12-21 17:47:15 +01:00
Günther Deschner
0d412789b8
s3-docs: mention all long option names in samba.entities file.
...
Guenther
2009-12-21 17:46:34 +01:00
Günther Deschner
d9ca1488a4
s3-docs: not working for SuSE anymore...
...
Guenther
2009-12-21 17:45:31 +01:00
Volker Lendecke
e7468fb129
s3: Shrink winbindd_proto.h a bit
2009-12-21 16:27:20 +01:00
Volker Lendecke
e1bf189e00
s3: Fix some nonempty blank lines
2009-12-21 16:27:19 +01:00
Volker Lendecke
d534a5be49
s3: Remove unused get_sam_group_entries
2009-12-21 16:27:19 +01:00
Volker Lendecke
0a130daf74
s3: Remove unused winbindd_dual_getsidaliases
2009-12-21 16:27:19 +01:00
Volker Lendecke
66bcae6064
s3: Remove an unused struct definition
2009-12-21 16:27:19 +01:00
Volker Lendecke
9568c762ac
s3: Remove unused winbindd_dual_getuserdomgroups
2009-12-21 16:27:19 +01:00
Volker Lendecke
958fdaf5c3
s3: Remove unused winbindd_dual_getdcname
2009-12-21 16:27:19 +01:00
Volker Lendecke
4f434e07e9
s3: Remove unused winbindd_dual_lookupname
2009-12-21 16:27:19 +01:00
Volker Lendecke
74b1a026d4
s3: Remove unused winbindd_dual_lookupsid
2009-12-21 16:27:19 +01:00
Volker Lendecke
c25d9ad73d
s3: Remove unused winbindd_dual_userinfo
2009-12-21 16:27:19 +01:00
Volker Lendecke
a8875c5724
s3: Remove some unused dual functions
2009-12-21 16:27:19 +01:00