| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 62038a0abf193d4dc4f37c31ac77216a10f6f326)
|
| |
| |
| |
| | |
(This used to be commit a8db1b611d83bfd8dcf60f1e6d8fcbf57c798528)
|
| |
| |
| |
| | |
(This used to be commit 1564ebfc9933ba892f6866ad8f3a1b4470a8fde9)
|
| |
| |
| |
| |
| |
| |
| | |
warnings. (Adds a lot of const).
Andrew Bartlett
(This used to be commit 3a7458f9472432ef12c43008414925fd1ce8ea0c)
|
| |
| |
| |
| |
| | |
to be printed in a DEBUG() message.
(This used to be commit 96e9fa5f224966531fa8f9cf18cbc4bbb2fe60ed)
|
| |
| |
| |
| | |
(This used to be commit 9e5297131cc53d7161aa74566f147b98e1c27aaa)
|
| |
| |
| |
| |
| | |
Andrew Bartlett
(This used to be commit 353c6b24234444c5430de183c3a4b1318bfce02c)
|
| |
| |
| |
| |
| | |
Andrew Bartlett
(This used to be commit c9994ab7bb0ea96e1a2ddf78935306a7b8507f25)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 666861b1e263370f6ba8fa4108842f52a81d8b83)
|
| |
| |
| |
| |
| | |
Jeremy
(This used to be commit 899d353a56f52a28f53386fabdb4bf8e0af637ca)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 339f4fe15efbf67157c8e61b98c6ea983e6b4674)
|
| |
| |
| |
| | |
(This used to be commit aef9af7874aab8289a8cb577a2513038c00dd6f5)
|
|\|
| |
| |
| | |
used to be commit 73d32b336aae33f8ca27879a5d4b5222847509e5)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This patch makes Samba compile cleanly with -Wwrite-strings.
- That is, all string literals are marked as 'const'. These strings are
always read only, this just marks them as such for passing to other functions.
What is most supprising is that I didn't need to change more than a few lines of code (all
in 'net', which got a small cleanup of net.h and extern variables). The rest
is just adding a lot of 'const'.
As far as I can tell, I have not added any new warnings - apart from making all
of tdbutil.c's function const (so they warn for adding that const string to
struct).
Andrew Bartlett
(This used to be commit 92a777d0eaa4fb3a1c7835816f93c6bdd456816d)
|
| |
| |
| |
| | |
(This used to be commit 5d6c1810330b38e48355078b7a5d53e7b5076f74)
|
| |
| |
| |
| |
| |
| |
| | |
minimum password age and min password length for all password changes.
Andrew Bartlett
(This used to be commit 028f808c032becfa4618924cb301a4af2708fa96)
|
| |
| |
| |
| | |
(This used to be commit 63a669475b0ea319da12a87ee4635b1d071ff29f)
|
| |
| |
| |
| | |
(This used to be commit 1a1c746c9fde965d2ad3f8fb9c1b0263754745e8)
|
| |
| |
| |
| |
| |
| | |
Check return in ldap.
Jeremy.
(This used to be commit e789edbb287319f52f49f2999917a610565144d9)
|
| |
| |
| |
| |
| | |
sorry
(This used to be commit 1eff36ff2fd20ff1844800acefb31972ad865527)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
this commit change the structure and code to reflect this
some test revelead I'm right.
some other revelead currently the abort shutdown does not work against my test machine even if it returns successfully ... need investigation
(This used to be commit c5892b656dedd0367adc33d9606311d1dde99a58)
|
| |
| |
| |
| |
| | |
Samba 2.2.x ...
(This used to be commit 4201038588bab8674b73371a5eac70a412c5dd6c)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
make it fiddle with NT ACLs (or report no ACL, so Samba fakes it up).
The idea here is that Samba reports an NT ACL to Windows clients, which use
that ACL in downloaded profiles.
If the user doesn't have write permissions on the directories being downloaded,
then it cant put the subfolders in (yes, NT will set perms so that it can't
access the dir as the user the created it) and the profile download fails.
The current solution it to give the user unix write perms to the folders, but
this is rather dangerous - sombody could trojen the profile. This should
avoid that mess.
I'll test this out properly next week, but it works in vfstest (thanks idra!).
Andrew Bartlett
(This used to be commit 1ad782282a3eb4f89c489a77ad8404099d41d0f9)
|
| |
| |
| |
| | |
(This used to be commit 9df93b1ffc9ce98302540cc3d2cbd66787abc4fd)
|
| |
| |
| |
| |
| |
| | |
this except for the modules load.
Jeremy.
(This used to be commit c7c3afbd0de8bd8797f91d350368a2419fcede0e)
|
| |
| |
| |
| |
| |
| | |
- Building a tdbsam2 backend to see what I got right and what not about the proposed API
- Corrections to API based on tdbsam2 work
(This used to be commit 54f11b7de84233209b7db2d01d876f9c6c6340d6)
|
| |
| |
| |
| |
| |
| |
| | |
<brad@langhorst.com>
Jeremy.
(This used to be commit 5914c38a54fcfdb007352b152dc2206708d59af6)
|
| |
| |
| |
| |
| | |
were broken. This works for 4.3 and 4.6.2.
(This used to be commit 91e2d21bd1401ca874c59f4d93f8b429c38b642d)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 784d15761c3271bfd602866f8f9f880dac77671c)
|
| |
| |
| |
| |
| |
| |
| | |
field at all. It seems to be an optional 12 byte structure of some
kind. mkaplan found a situation where the structure was not present at
all (depending on ptr_0)
(This used to be commit d7f18c60f73a3acb00ec9b1f9c605cc8c9d690a7)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 20a44d4cf11d91e7a09176bfe673ad0cb230dffe)
|
| |
| |
| |
| |
| |
| | |
named. Ensure we can query them.
Jeremy.
(This used to be commit 842e08e52a665ae678eea239759bb2de1a0d7b33)
|
| |
| |
| |
| | |
(This used to be commit a2159610b9d38cc7cfa7cb877ccee816cd2206b8)
|
| |
| |
| |
| |
| |
| | |
these.
Jeremy.
(This used to be commit 65d5bf65c439aee1450e330a9f2bd829d9b2c2d0)
|
| |
| |
| |
| | |
(This used to be commit 723c4caf64c56b78052c52fec78c7143ec19e944)
|
| |
| |
| |
| |
| | |
actually print args for %g and %e
(This used to be commit 47a0ba53fdf52fb4d269b1ff95491e73e47423be)
|
| |
| |
| |
| | |
(This used to be commit 3ceff08eb75ecd70dcf10d033c7451d87b659c0b)
|
| |
| |
| |
| | |
(This used to be commit 773e5af6eb61fc38f8e45ea0a2afd6922cc71fd5)
|
| |
| |
| |
| |
| | |
and no dependent files (working on smbd memory leak). No CR# yet.
(This used to be commit f017fa7c478f87165b7b6aa83059fe6fad29ac15)
|
| |
| |
| |
| |
| | |
structure to be manipulated. Keys can be partially deleted now.
(This used to be commit 9181ba0c682c3f37bbbaab96928c39757491d225)
|
| |
| |
| |
| |
| | |
yet another missing piece :-O
(This used to be commit eb595efa7e6c260092478564e5fb3fdefcc120d8)
|
| |
| |
| |
| | |
(This used to be commit 5320d54b901b92a3a8cdf9a407651713826c6c9f)
|
| |
| |
| |
| | |
(This used to be commit f3b994326ea4bfc9a74acb2901c733c35900af53)
|
| |
| |
| |
| | |
(This used to be commit 0b2591cc4001dd5430591f1871b76c1a6d133b43)
|
| |
| |
| |
| |
| | |
sorry
(This used to be commit 4029dae9064e10a02006e9d0a5d8cf93e22eaed5)
|
| |
| |
| |
| | |
(This used to be commit e68c7e0ebc053b97abf9c8a8213f305679ef000d)
|
| |
| |
| |
| |
| | |
introduce genparser will be used by tdbsam2
(This used to be commit 831d3d1ec751f23481f26b31d22b09f3d9c0709a)
|
| |
| |
| |
| |
| |
| |
| | |
Still have to make sure that the datastructure is correct, though.
Then on to writing it out and editing/changing keys, values and sec_descriptors
(This used to be commit 8686b551cd0158a72c1ba4dfea6af5d0d7049210)
|
| |
| |
| |
| | |
(This used to be commit ab337572b82a0b40b56f055cdbb2f5864ef10c87)
|
| |
| |
| |
| |
| | |
area overrun somewhere :-(
(This used to be commit 330012a4d787c8b4a2eb6a4b77f53110815e073e)
|