Age | Commit message (Collapse) | Author | Files | Lines |
|
Volker
(This used to be commit 9cb6a4d76f87b28077861d3f4220541fbf704ddf)
|
|
Jeremy.
(This used to be commit 8431b985d66e76ab187efb617639e767142b0bb5)
|
|
Redirect clients to shares based on the the client's IP address. The msdfs
link has the following form:
temp1 -> msdfs:@/data/tmp/redir@\temp
The file /data/tmp/redir has the contents:
192.168.234.128 closest
192.168.234 close
default
Everything in between the @-signs in the link target is replaced by the
substituion in the file.
Jerry, errors in the filename expansion are now answered with
NT_STATUS_OBJECT_NAME_NOT_FOUND
Volker
(This used to be commit 8e237d533eded8d218cc9c77e056823702f390f8)
|
|
(This used to be commit ab48af6993b427f525c36aa0ffd57c612c100561)
|
|
some platforms (FreeBSD in this case) don't define timezone according to
posix. This is what I wanted to do anyway.
Spotted by Andrzej Tobola <san@iem.pw.edu.pl>
(This used to be commit bc13e35db0b8b265f87553d4df1c7326710cb3fa)
|
|
msdfs root first
(This used to be commit 641c2acd92b358fab4441071df411adbbd934ae8)
|
|
build despite libraries added to LDFLAGS instead of LDPATH.
(This used to be commit 98a25dcda8e53e22b48930131ff394414056f6a1)
|
|
* force the PRINTER_ATTRIBUTE_LOCAL (nor PRINTER_ATTRIBUTE_NETWORK)
* ensure that we return the sec_desc in smb_io_printer_info_2
(allows prnui.dll to restore security descriptors from a data file).
(This used to be commit c335cb80d2e4c687279b7a6038a97518770ccae9)
|
|
Winbind tickets expired. We now check the expiration time, and acquire
new tickets. We couln't rely on renewing them, because if we didn't get
a request before they expired, we wouldn't have renewed them. Also, there
is a one-week limit in MS on renewal life, so new tickets would have been
needed after a week anyway. Default is 10 hours, so we should only be
acquiring them that often, unless the configuration on the DC is changed (and
the minimum is 1 hour).
(This used to be commit c2436c433afaab4006554a86307f76b6689d6929)
|
|
metze
(This used to be commit 5bf8f1b31b7b37317e78bbb9fbf3cd25290027b5)
|
|
Jeremy.
(This used to be commit b0c109c40335a2f59406e1d2845d676d211faf14)
|
|
(This used to be commit ab509c74ba80d4f4e9a7355b8afb3b800825aac0)
|
|
(This used to be commit 170c443b19604c3ec997ae494954c473e356e59d)
|
|
(This used to be commit 97a24d13892e292d31a1a6d7a1c96893508d6222)
|
|
-1 rather than multiplying it by 8 (the default cache time is 5 minutes now)
(This used to be commit 8d6e370313b62556ba13d88e1ab5ff468ac103c8)
|
|
memory (not the members though)
(This used to be commit 4449e0e251190b741f51348819669453f0758f36)
|
|
things more by calling SAFE_FREE() just before we exit our panic handler.
Andrew Bartlett
(This used to be commit d0b820562b8a7f8e5d0224926d46590b9f1ca9a3)
|
|
(This used to be commit 2426bb4906e0ca3b53800706da2e9d1e17a73dc7)
|
|
"hidden" dot files.
Jeremy.
(This used to be commit a6045c904fbe7df111c520134581bfd4f1ca67a8)
|
|
(This used to be commit f3556724aba52c72ffd34664492cca3979cc1cfc)
|
|
current_user_info struct in register_vuid() -- shouldn't be any more broken than we were
(This used to be commit a90c3bd281e7a62bb8482e42aa3b674eeeb5995a)
|
|
(This used to be commit a6ed306d11e011d493b6b484465e4f7d74728d42)
|
|
(This used to be commit 3aac1e549eaf4693ded84be432a2c94b6331ef6d)
|
|
used to be commit 73ffc394b58fa951bca444506cd9d75a159e7f11)
|
|
(This used to be commit a6457e1c817663cf5f3e77e4dd431ac0d9184dc7)
|
|
(This used to be commit 649e1c372e0a407d8283cc1d938376ac4ad8e525)
|
|
(This used to be commit a1d6200cd5488ce328c7238b11c54785d64ca447)
|
|
(This used to be commit 54de60405457bd1fdcbaf6d888969cf6ba897ec4)
|
|
(This used to be commit 5fbfaa687a3674287eeadd205f56b2b253a9e2a9)
|
|
(This used to be commit 8ceefd5438a1071a262a7db234c9857fbad05147)
|
|
(This used to be commit e54342b062e7736b46f56bcb0e064acc5a7b98ee)
|
|
(This used to be commit d940a2f77377dd1560cea4c782823cf9cd97a3aa)
|
|
(This used to be commit e05eb1437054286f14714c46099e867a396dac7d)
|
|
(This used to be commit 83213238c2f1541a0520175abfdb1f884e06a018)
|
|
Jeremy.
(This used to be commit 6e4123fd6bb8622063c25dd6ad003f97eda7c6f5)
|
|
Jeremy.
(This used to be commit 00fa66df3edeb92ec5efd49bd61f98691e74877a)
|
|
Apply Craig Barratt's fixes to allow multiple exlusion files and patterns.
Jeremy.
(This used to be commit 0272fac8ca40b3d4ea4de8ac8a2e371d450d12e6)
|
|
Much of this was applied by hand because of the changes in the code. However,
it builds and smbclient seems to work still. The Amanda folks are testing
and it seems to work there as well.
(This used to be commit 10d05b57c5c66718fb1ca476f7214087ddae29ee)
|
|
(This used to be commit b627cee3848d73e35181c9e6fdd9931452b28e48)
|
|
bad time locally, updating the directory only for hitting the policy limit
or resetting.
This needed to be done at the passdb level rather than auth, because some
of the functions need to be supported from tools such as pdbedit. It was
done at the LDAP backend level instead of generically after discussion,
because of the complexity of inserting it at a higher level.
The login cache read/write/delete is outside of the ldap backend, so it could
easily be called by other backends. tdbsam won't call it for obvious
reasons, and authors of other backends need to decide if they want to
implement it.
(This used to be commit 2a679cbc87a2a9111e9e6cdebbb62dec0ab3a0c0)
|
|
using pam_smbpass
(This used to be commit ad59b6fd9c822033bb8ab85ef9c51ec912fd9fd5)
|
|
using pam_smbpass
(This used to be commit f21182e24fe440b0cec57baf52cfbe6e07d6c7b7)
|
|
doesn't affect what got put on the wire.
Jeremy.
(This used to be commit e8b68ef965ea2e3bed41cb397ef32df05c631e92)
|
|
doesn't affect what got put on the wire.
Jeremy.
(This used to be commit 05243a8de06b6589e2405a4a7be25cdf5d338c10)
|
|
I have not tested them beyond building. I did fix the two instances of
safe_strxxx that were introduced.
(This used to be commit bf89adbcb4c77792004e4ea9da248b71b72b7dbb)
|
|
(This used to be commit 3744d282badbe2fdc67e3ac309a0a0226d63173a)
|
|
(This used to be commit b58b8b7d6ba607be40d789af023964798b405dcb)
|
|
the \\ off the workstation.
Volker
(This used to be commit a409dd55e857e692a90124bf46575752935cc78b)
|
|
the \\ off the workstation.
Volker
(This used to be commit d01cb00aad76f8be9767fdcfd92c88ea5d8c4f14)
|
|
net rpc did not inform you if no smbd is running.
I never liked the error message (!) Success! when we established a trust.
Volker
(This used to be commit 1f2dd3a4559a6ba043fcfecb069d41f40656cc7d)
|