Tim Potter
54ff16b9a1
r7253: Fix build.
2007-10-10 13:17:32 -05:00
Rafal Szczesniak
aea6d8c694
r7252: Formatting.
...
rafal
2007-10-10 13:17:32 -05:00
Rafal Szczesniak
be3b283b20
r7251: Initial work on composite domain open call.
...
rafal
2007-10-10 13:17:31 -05:00
Rafal Szczesniak
aa4cd8f987
r7250: Starting work on composite domain open call.
...
rafal
2007-10-10 13:17:31 -05:00
Jelmer Vernooij
e7549f33f5
r7249: Cope with struct member rename
2007-10-10 13:17:31 -05:00
Jelmer Vernooij
512536c916
r7248: Remove enum that is causing trouble on AIX
2007-10-10 13:17:31 -05:00
Rafal Szczesniak
702a4dd2dc
r7247: User shorter and more convenient name for credentials in
...
libnet context.
rafal
2007-10-10 13:17:31 -05:00
Simo Sorce
4444585f06
r7242: typo
2007-10-10 13:17:31 -05:00
Andrew Bartlett
26cd4b4f68
r7241: The KDC almost links...
...
Using current lorikeet/heimdal, and with the KDC module enabled (it is
disabled by default), I almost get the KDC to link.
(To enable the KDC for testing, comment out the only line in
smbd/config.m4, and add 'kdc' to the 'server services' line in
smb.conf).
2007-10-10 13:17:30 -05:00
Andrew Bartlett
35877387c8
r7240: Don't call our fancy error message routines on a null context.
...
Andrew Bartlett
2007-10-10 13:17:30 -05:00
Simo Sorce
9293de1c35
r7239: add a little test
2007-10-10 13:17:30 -05:00
Simo Sorce
8a98572a3b
r7238: Add pam auth support in swat
2007-10-10 13:17:30 -05:00
Simo Sorce
d630e654b6
r7237: we need to check for PAM here
2007-10-10 13:17:30 -05:00
Simo Sorce
3b5fc036f3
r7236: uhmm this require to be in too
2007-10-10 13:17:30 -05:00
Simo Sorce
f338697edd
r7235: We do not need PAM here anymore
2007-10-10 13:17:30 -05:00
Simo Sorce
efbfabdefa
r7234: that code path is died
2007-10-10 13:17:29 -05:00
Simo Sorce
6a5e48c35c
r7233: what about filling that new element ?
2007-10-10 13:17:29 -05:00
Simo Sorce
0c894de58b
r7232: add some more auth stuff
...
enables us to authenticate against system users (only PAM support right now)
2007-10-10 13:17:29 -05:00
Simo Sorce
2e3316be9f
r7231: remove some old stuff
2007-10-10 13:17:29 -05:00
Andrew Tridgell
9da5379048
r7230: use socket_pending() to get rid of the max packet size limits in the
...
cldap code
2007-10-10 13:17:29 -05:00
Andrew Tridgell
2a9efbdae6
r7229: use socket_pending() to get rid of the max packet size limits in the
...
nbt and dgram layers
2007-10-10 13:17:29 -05:00
Andrew Tridgell
ca3c4e9617
r7228: use socket_pending() instead of the direct ioctl in the messaging code
2007-10-10 13:17:28 -05:00
Andrew Tridgell
f6993db31d
r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. It
...
will be interesting to see if this causes any portability problems, as
it is a less commonly used call.
2007-10-10 13:17:28 -05:00
Andrew Bartlett
678c3f37c7
r7226: Forgot file to disable building the new kdc
...
Andrew Bartlett
2007-10-10 13:17:28 -05:00
Tim Potter
d81d5f8317
r7225: Create a MprVar object from a NTSTATUS, e.g:
...
res: {
is_err: true,
is_ok: false,
errstr: "NT_STATUS_IO_TIMEOUT",
v: -1073741643
}
2007-10-10 13:17:28 -05:00
Simo Sorce
e40c44e9cd
r7224: add some more usefull data to the auth_usersupplied_info struct
2007-10-10 13:17:28 -05:00
Tim Potter
31b9fadbed
r7223: Advance script past interpreter line.
2007-10-10 13:17:27 -05:00
Simo Sorce
615618f192
r7222: remove double call to the same function in the same place, probable cut&paste error
2007-10-10 13:17:27 -05:00
Andrew Bartlett
51ba3ea60c
r7221: Add the start of a KDC service (to be built on a 'libkdc' from a to be
...
included Heimdal) to Samba4.
Andrew Bartlett
2007-10-10 13:17:27 -05:00
Andrew Bartlett
964f0d95bb
r7220: Fix comment
2007-10-10 13:17:27 -05:00
Andrew Bartlett
3dd730fbc8
r7219: Don't allow 'binding' to be used uninitilaised.
...
Andrew Bartlett
2007-10-10 13:17:27 -05:00
Andrew Bartlett
1f68cf7d0e
r7218: Don't use an uninitialised variable in an error message.
...
Andrew Bartlett
2007-10-10 13:17:27 -05:00
Tim Potter
14a2053c04
r7215: Convert smbscript to use ejsEvalScript() and file_load() instead of
...
ejsEvalFile().
Still need to add advancement of the script past the hash-bang line but
it's home time now!!
2007-10-10 13:17:27 -05:00
Tim Potter
7b49711ecb
r7214: Undo my interpreter patch. Tridge thought of a much better way to do it
...
that doesn't involve any changes to ejs at all.
2007-10-10 13:17:26 -05:00
Tim Potter
875c816409
r7213: Add a small bit to the ejs parser to ignore a #!/path/to/interpreter
...
as the first line of the script. This allows smbscript to be used as an
interpreter.
2007-10-10 13:17:26 -05:00
Tim Potter
61537301a3
r7212: Disambiguate dummy functions to avoid linker problemos.
2007-10-10 13:17:26 -05:00
Andrew Tridgell
753839c358
r7211: - use ioctl(FIONREAD) to remove the artificial limit on messaging size
...
- avoid a memcpy
2007-10-10 13:17:26 -05:00
Andrew Tridgell
2369170fc1
r7206: changed the messaging library to use sendto instead of a connected
...
send on the unix domain datagram socket. This gains us about 50% in
speed, and also means that we don't run the risk of running out of
file descriptors due to heavy messaging traffic. We now use a single
file descriptor no matter how many messages are pending to any number
of servers.
2007-10-10 13:17:26 -05:00
Andrew Tridgell
35ef6e3b15
r7205: added support for sendto() on unix domain sockets
2007-10-10 13:17:26 -05:00
Andrew Bartlett
06b1416c31
r7204: Also fall back to different password set methods on WRITE_FAULT, as
...
NT4 apparently returns this.
Andrew Bartlett
2007-10-10 13:17:26 -05:00
Andrew Bartlett
27257170f4
r7203: Fill in the error message and fail if we can't open the secrets database.
...
Andrew Bartlett
2007-10-10 13:17:25 -05:00
Jelmer Vernooij
c04fca198a
r7198: Add IDL for browse service
2007-10-10 13:17:25 -05:00
Stefan Metzmacher
da319b7bc3
r7196: fix typo, that makes the spoolss test working with [validate]
...
([validate,bigendian] is still failing badly...)
metze
2007-10-10 13:17:25 -05:00
Jelmer Vernooij
837c83d77a
r7195: - Fix echo pipe
...
- Don't allocate strings
- Give higher preference to the [out] part of variables when they
are being used by another [out] variable. Also make sure that
[in] variables never use [out] variables (i.e. switch_is() on an
[in] variable can no longer use an [out] variable).
2007-10-10 13:17:25 -05:00
Stefan Metzmacher
d2eb1a6844
r7194: fix pulling of the NDR_IN data, [validate] works for the NDR_IN side now...
...
metze
2007-10-10 13:17:25 -05:00
Stefan Metzmacher
58a214d98f
r7193: add some bail out checks and fix pushing of relative pointers
...
metze
2007-10-10 13:17:25 -05:00
Stefan Metzmacher
870ed3a2b5
r7188: make use of the new relative_base property for the spoolss_Enum* functions
...
metze
2007-10-10 13:17:25 -05:00
Stefan Metzmacher
b9e50a47f1
r7187: fix alignment of unions
...
metze
2007-10-10 13:17:24 -05:00
Stefan Metzmacher
c0dd18326c
r7186: add [relative_base] property, which is allowed on typedef's
...
(maybe we could add them to elements latter...)
with this property all relative pointers from inside the struct or union
are relative to the struct/union start
metze
2007-10-10 13:17:24 -05:00
Stefan Metzmacher
87a3162190
r7185: fix formatting
...
metze
2007-10-10 13:17:24 -05:00