1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-20 14:03:59 +03:00

20742 Commits

Author SHA1 Message Date
Stefan Metzmacher
454d9590de r18784: hopefully fix the BOOL bug on AIX
metze
2007-10-10 12:00:57 -05:00
Jelmer Vernooij
0a198e6096 r18778: Fix comparison. 2007-10-10 12:00:56 -05:00
Volker Lendecke
28fa772721 r18773: Change negprot_spnego to return a blob 2007-10-10 12:00:56 -05:00
Volker Lendecke
f1512cb43c r18772: Now that we don't have a one-byte keylength in the extended security case
anymore, we don't have to truncate the length to 255 anymore.

The test I did for this: I sent 50 times the NTLMSSP oid. With truncating
Vista said Access Denied, without truncating it liked the response.

Volker
2007-10-10 12:00:56 -05:00
Volker Lendecke
18f47130b1 r18771: Sequel to r18761: If we always set the keylen to 0 there's no point in passing
a pointer down to negprot_spnego().

Volker
2007-10-10 12:00:55 -05:00
Volker Lendecke
f19bd479ce r18761: Even if only offering NTLMSSP Windows (tested with Vista & XP) sends 0 as the
key length in the case of extended security. It does make sense because with
SPNEGO our beloved ASN1 structure gives us the length.

Next test I did to verify this: I modified the server to put in random
garbage, and W2kwks, XP, Vista and W2k3srv still talked to us.

Volker
2007-10-10 12:00:55 -05:00
Volker Lendecke
56ccfe98b2 r18760: Fix typos, remove unneeded code 2007-10-10 12:00:55 -05:00
Jim McDonough
fb269ca0af r18758: Update net sam to use calculated times and force change password properly. 2007-10-10 12:00:55 -05:00
Gerald Carter
18b24e0fe9 r18756: cleanup copyrights after moving to new wkssvc implementation code 2007-10-10 12:00:55 -05:00
Gerald Carter
2e7e8c09e4 r18755: remove accidental commit 2007-10-10 12:00:54 -05:00
Jim McDonough
3840d3785f r18754: Get rid of some more invalid time sets 2007-10-10 12:00:54 -05:00
Jim McDonough
c53d4a8151 r18748: Eliminate set of computed time values 2007-10-10 12:00:54 -05:00
Gerald Carter
50d74ce048 r18747: replace rpccli_lsa_close() with rpccli_lsa_Close() 2007-10-10 12:00:54 -05:00
Jelmer Vernooij
b41c52b9db r18745: Use the Samba4 data structures for security descriptors and security descriptor
buffers.

Make security access masks simply a uint32 rather than a structure
with a uint32 in it.
2007-10-10 12:00:54 -05:00
Jelmer Vernooij
72b51c8891 r18744: Disable some tests that only work when RUN_FROM_BUILD_FARM is set. 2007-10-10 12:00:53 -05:00
Stefan Metzmacher
d6f5a0cc7a r18742: this function returns WERROR
gix the build on RedHat 7.0

metze
2007-10-10 12:00:53 -05:00
Gerald Carter
0cb79ee13f r18739: * Get the wkssvc patch right this time.
* Remove the old wkssvc server, client, & parsing code.
* Update srv_wkssvc_nt.c with stubs for the remaining
  stubs
2007-10-10 12:00:53 -05:00
Günther Deschner
fccaff3713 r18732: Fix build warning as pointed out by Volker.
Guenther
2007-10-10 12:00:53 -05:00
Stefan Metzmacher
ff88592426 r18731: fix the build on aix
metze
2007-10-10 12:00:53 -05:00
Gerald Carter
8e0b801c8b r18730: readd missing files (one more) 2007-10-10 12:00:53 -05:00
Gerald Carter
a2d61ca85c r18729: readd missing files 2007-10-10 12:00:53 -05:00
Gerald Carter
57d8519185 r18728: revert previous commit until I fix the wkssvc_nt.c changes 2007-10-10 12:00:52 -05:00
Gerald Carter
92903ab926 r18727: set the winreg_AbortSystemShutdown() server * to NULL rather than a dummy placeholder 2007-10-10 12:00:52 -05:00
Gerald Carter
bb9b7a058d r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogenerated
code.  Removed first rpc_parse/*.c file.  w00t!
2007-10-10 12:00:52 -05:00
Jim McDonough
6b17af0769 r18724: Fixup time(0) -> time(NULL) 2007-10-10 12:00:52 -05:00
Jim McDonough
fd5761c9e5 r18722: Fix up password change times. The can change and must change times are
calculated based on the last change time, policies, and acb flags.

Next step will be to not bother storing them.  Right now I'm just trying to
get them reported correctly.
2007-10-10 12:00:52 -05:00
Jeremy Allison
867eeaafce r18719: Compile fix from Peter Somogyi.
Jeremy.
2007-10-10 12:00:52 -05:00
Gerald Carter
91a48e9baa r18718: Change a few out parameter to ref pointers and regenerate 2007-10-10 12:00:52 -05:00
Gerald Carter
080c51dd80 r18717: remove old defines in preference of the flags in librpc/gen_ndr/srvsvc.h 2007-10-10 12:00:51 -05:00
Gerald Carter
403b0cf1ec r18714: fix the build after replaceing rpccli_reg_abort_shutdown() 2007-10-10 12:00:51 -05:00
Jelmer Vernooij
a8aa312b7e r18713: Autogenerate srvsvc and svcctl interfaces 2007-10-10 12:00:51 -05:00
Gerald Carter
9030c46e33 r18712: Forgot to remove cmd_reg.o from Makefile 2007-10-10 12:00:51 -05:00
Gerald Carter
c4788f0c13 r18711: Replace the following hand code client routines:
* rpccli_reg_abort_shutdown()
* rpccli_reg_flush_key()
Remove the cmd_reg.c from rpcclient since the entire file
was unused
2007-10-10 12:00:51 -05:00
Günther Deschner
8006cf962b r18710: Prevent that our offline cache can get outdated after a password change.
Guenther
2007-10-10 12:00:50 -05:00
Stefan Metzmacher
f7a93b6acb r18709: add some useful function from samba4
metze
2007-10-10 12:00:49 -05:00
Günther Deschner
b0bb364df0 r18707: Fix the build when you have libnscd installed (which apparently no host
on the buildfarm has).

Guenther
2007-10-10 12:00:49 -05:00
Stefan Metzmacher
2ec4bc0f52 r18705: not all compilers like this
metze
2007-10-10 12:00:49 -05:00
Günther Deschner
7db6ce295a r18703: Fix the annoying effect that happens when nscd is running:
We usually do not get the results from user/group script modifications
immediately. A lot of users do add nscd restart/refresh commands into
their scripts to workaround that while we could flush the nscd caches
directly using libnscd.

Guenther
2007-10-10 12:00:49 -05:00
Jim McDonough
f3ff074046 r18702: re-enable non-decimal specification of rid 2007-10-10 12:00:49 -05:00
Stefan Metzmacher
31e3cc8c6f r18701: this tests are in libreplace
metze
2007-10-10 12:00:49 -05:00
Stefan Metzmacher
07dafa266a r18700: nicer order of the tests
metze
2007-10-10 12:00:48 -05:00
Stefan Metzmacher
12a0daa34d r18699: bail out if the compiler doesn't know about C99 struct initializers
as we currently have them in the samba3 tree.

Lets see what the build-farm says to this.

metze
2007-10-10 12:00:48 -05:00
Stefan Metzmacher
31b83ff4bd r18698: this stuff isn't needed anymore
metze
2007-10-10 12:00:48 -05:00
Günther Deschner
d6849a83c0 r18697: Make sure that adssearch.pl does not
* chase referrals
* use paged search control

when using the LDAP change notify control for monitoring changes.

Guenther
2007-10-10 12:00:48 -05:00
Jelmer Vernooij
3295122173 r18695: Zero initialize ref ptrs as well. 2007-10-10 12:00:48 -05:00
Gerald Carter
5af1d3a425 r18694: prevent -O and -g from being set at the same time (by default) 2007-10-10 12:00:48 -05:00
Jelmer Vernooij
503d1a27d5 r18692: Dump debug data when DEBUGLEVEL >= 10 2007-10-10 12:00:48 -05:00
Jelmer Vernooij
87d3430537 r18690: Regenerate RPC files after pidl changes. 2007-10-10 12:00:47 -05:00
Jelmer Vernooij
b970f05b9b r18688: get rid of the now obsolete keepref attribute 2007-10-10 12:00:47 -05:00
Stefan Metzmacher
aa8222c6a7 r18687: sync the lib/interfaces.c with lib/socket/netif.c from samba4
to hopefully fix the build on HPUX and Tru64

metze
2007-10-10 12:00:47 -05:00