Volker Lendecke
6c019b8755
Slightly simplify reply_sesssetup_blob(): Remove an else branch
2008-10-22 17:53:22 +02:00
Volker Lendecke
84df0a6870
Don't push the data out to the client in reply_sesssetup_blob()
...
Sending the data at this level breaks the assumption at higher levels that
req->outbuf == NULL means this request is deferred. It also breaks potential
chaining (Kerberos session setup and tcon X in one request)
2008-10-22 17:53:22 +02:00
Jelmer Vernooij
ca2d23e048
Remove unused header file.
2008-10-22 17:00:49 +02:00
Volker Lendecke
b8b0274e03
Fix a debug message in send_nt_replies()
2008-10-22 16:15:04 +02:00
Volker Lendecke
f4e760faf9
Fix bug 5840: Segfault in "rpcclient lsaaddacctrights"
2008-10-22 14:31:40 +02:00
Jelmer Vernooij
e16e6e9cb0
Use standard types.
2008-10-22 03:41:24 +02:00
Jeremy Allison
4e9db0b100
Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.
...
Jeremy.
2008-10-21 18:05:48 -07:00
Jelmer Vernooij
f36e51617c
Don't include a (relative path) srcdir in samba4-data.mk.
2008-10-21 18:49:43 +02:00
Jelmer Vernooij
8ac2da0d09
Allow running individual tests in the testsuite, normalize test names, fix some tests.
2008-10-21 18:26:46 +02:00
Jelmer Vernooij
e422f638bc
Use socket wrapper for selftest.pl, find binaries correctly.
2008-10-21 17:48:05 +02:00
Jelmer Vernooij
fe02004865
Specify skip list to selftest.pl, make make target depend on test
...
binaries.
2008-10-21 17:32:07 +02:00
Jelmer Vernooij
ecd293325c
Correctly report when merged-build is used in developer mode.
2008-10-21 17:23:48 +02:00
Jelmer Vernooij
59a6e534cd
Merge branch 'selftest' of git://git.samba.org/jelmer/samba
2008-10-21 17:19:23 +02:00
Jelmer Vernooij
d53ff689a3
Silence undefined variable warnings.
2008-10-21 16:45:09 +02:00
Jelmer Vernooij
8fe59b9b00
Automatically enable merged build (for more complete 'make test') when possible during developer builds.
2008-10-21 16:04:54 +02:00
Jelmer Vernooij
3678a98dcd
Remove duplicate searching of Samba 4 directory for tags.
2008-10-21 16:03:45 +02:00
Volker Lendecke
5cc4a84583
Fix two trivial typos
2008-10-21 15:29:40 +02:00
Andreas Schneider
24837959ed
Create a function out of pam_sm_close_session to delete the credentials.
...
This is the way the creds should be deleted. Now we have back a
close_session function which can be used for other things.
2008-10-21 15:26:39 +02:00
Andreas Schneider
e858cc2083
Delete the krb5 ccname variable from the PAM environment if set.
...
If winbind sets the KRB5CCNAME variable it should unset it when
the cache gets destroyed.
2008-10-21 15:26:39 +02:00
Andreas Schneider
95b13b313b
Set the right return value if wbc_status is set to an error.
2008-10-21 15:26:39 +02:00
Günther Deschner
9f46669871
s3-build: fix the build.
...
Guenther
2008-10-21 12:26:58 +02:00
Günther Deschner
b11f3a60fd
s3-lsa-server: fix _lsa_GetUserName.
...
Guenther
2008-10-21 11:39:45 +02:00
Jeremy Allison
f0b1a1bc9b
Remove the requirement for ldap call made as root. Add in security
...
checks for all SAMR calls.
Jeremy.
2008-10-20 16:51:37 -07:00
Jeremy Allison
29c9b88e2b
Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba
2008-10-20 16:38:25 -07:00
Jeremy Allison
6aba351676
Fix warnings.
...
Jeremy.
2008-10-20 16:34:56 -07:00
Günther Deschner
cefe4c6697
s3-rpcclient: fix cmd_lsa build.
...
Guenther
2008-10-20 22:09:07 +02:00
Günther Deschner
66b06e5a7f
s3-build: re-run make samba3-idl.
...
Guenther
2008-10-20 22:09:07 +02:00
Günther Deschner
bb36f3a342
idl: merge from s4 lsa.idl to s3.
...
Guenther
2008-10-20 22:09:07 +02:00
Jelmer Vernooij
d36edccc00
Merge branch 'master' of git://git.samba.org/samba
...
Conflicts:
source3/include/proto.h
2008-10-20 21:35:10 +02:00
Jelmer Vernooij
2c1b1255c2
Add source4/ to include path because librpc/gen_ndr is still in source?/
2008-10-20 21:33:41 +02:00
Volker Lendecke
bc9bbda8b3
Fix a valgrind error in idmap_ad_sids_to_unixids()
...
We need to initialize all mappings in case we don't find anything.
Simo, please check!
Volker
2008-10-20 21:08:20 +02:00
Günther Deschner
f3843e330f
s3-samr-server: be consistent when reporting we do password complexity.
...
Guenther
2008-10-20 20:16:03 +02:00
Jelmer Vernooij
7498f9a9d8
Add missing prototypes for samba3-specific libndr/util.c
2008-10-20 19:51:07 +02:00
Günther Deschner
4b59ecb903
s3-build: no need to duplicate generated ndr_ prototypes.
...
Guenther
2008-10-20 19:47:00 +02:00
Günther Deschner
c3f3271b82
s3-build: no need to duplicate generated srv_ prototypes.
...
Guenther
2008-10-20 19:46:44 +02:00
Jelmer Vernooij
d59b2472f4
Include generated header files rather than using manually written
...
prototypes.
2008-10-20 19:35:55 +02:00
Jelmer Vernooij
4a8c05a91b
Remove unused macro CONST_ADD.
2008-10-20 16:52:00 +02:00
Jelmer Vernooij
05a0ccadb0
Remove unused define for crypt (now in libreplace).
2008-10-20 16:46:19 +02:00
Jelmer Vernooij
5424c68b3d
Add missing asn1 object.
2008-10-20 13:21:29 +02:00
Jelmer Vernooij
e0905c3090
Use tables in Samba 3 ndrdump.
2008-10-20 13:19:39 +02:00
Jelmer Vernooij
6fb7fa8cc6
Also build all other Samba 4 binaries during merged build.
2008-10-20 12:28:07 +02:00
Jelmer Vernooij
d78f3be238
Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypt
2008-10-20 12:19:57 +02:00
Jelmer Vernooij
a8707a43d0
Regenerate pidl output.
2008-10-20 12:19:01 +02:00
Jelmer Vernooij
5b52964b15
Share winreg.idl.
2008-10-20 11:53:20 +02:00
Jelmer Vernooij
8834b9c787
Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest
2008-10-20 11:33:44 +02:00
Günther Deschner
640847b4fc
s3: forgot to remove old copy of krb5pac.idl.
...
Guenther
2008-10-20 11:21:45 +02:00
Günther Deschner
fc8fadf1e9
idl: finally share krb5_pac.idl.
...
Guenther
2008-10-20 11:11:22 +02:00
Jelmer Vernooij
70eba79edb
Merge branch 'master' of ssh://git.samba.org/data/git/samba into selftest
2008-10-20 11:07:38 +02:00
Volker Lendecke
2883c88ae4
Fix nonempty blank lines
2008-10-19 21:51:17 +02:00
Volker Lendecke
48d3a1d2fb
"fn_new"->"fn" in smb_messages[], we got beyond that :-)
2008-10-19 21:51:17 +02:00