1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

11715 Commits

Author SHA1 Message Date
John Terpstra
af4fa1aea6 Update from Rick Segeberg <landude@comcast.net> -
Volker Lendecke
5e305e4255 As nobody really objected to this patch, I opted to create facts :-)
This uses 'socket address' as the source address for nmbd. This way we
can again synchronize with the DMB if we have 'bind interfaces only'
to a virtual interface.

I'd love to see this in 2.2.9, but that is up to jerry or jra.

Volker
-
Richard Sharpe
74c8f616c3 Finish laying out the SD, and now back to finishing off NK records ... -
Richard Sharpe
abced0ed9e More code to store ACEs and SIDs. I have almost enough to start testing
the writing of a registry tree, since I can store the header, and the first
key (NK_REC) and the SD associated with that key, the SK_REC.
-
John Terpstra
fe13a878d5 Fixing typos. -
Richard Sharpe
6cf0ee44ca Keep coding this boring stuff to lay out security descriptors ... -
Tim Potter
8ff52aec87 Missed another condition on a while loop. -
Gerald Carter
b110c499fa fix and if () that should be an 'else if()' -
Tim Potter
cb94b2b2d1 Minor cleanup of enum domain groups/aliases:
- return NT_STATUS_NO_MEMORY instead of NT_STATUS_UNSUCESSFUL if a
    talloc fails

  - don't try and tallocate memory when the number of entries returned was
    zero

  - rename some cut&pasted variable names in enum domain aliases function
-
Tim Potter
2266d281a4 When calling cli_samr_enum_{dom,als}_groups in a while loop, the
terminating condition should be result != STATUS_MORE_ENTRIES, not
result == NT_STATUS_OK otherwise we get stuck in an infinite loop
when there's any sign of trouble.
-
John Terpstra
2b28e69ddf Corrections and edits from Jesse Jacobs <jesse@eazy.homeip.net> -
John Terpstra
efd8872989 Updates: ADS typo fix, ProfileMgmt: Additional docs on how to disable roaming profiles. -
Jelmer Vernooij
b2d9d45049 Don't store UID or GID -
Jelmer Vernooij
9b969f877f Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they are
in 3_0
-
Jelmer Vernooij
d29407d41e Complain about duplicate charsets at debug level 0 instead of 2 -
Jelmer Vernooij
d501946ef6 Declare static function before using it -
Jelmer Vernooij
9f9bdd97db Get rid of module_path_get_name() -
John Terpstra
d8f8794d10 Update from LanDude <landude@comcast.net> -
Jelmer Vernooij
9411e3336e Check for absolute paths by only checking the first character of the module name.
Don't use strchr_m, which caused race conditions.
-
Jim McDonough
ce56ccf932 Fix length in findfirst2 responses, fix os/2 clients -
Gerald Carter
4c7ee6e6b8 groupmap delete should take a name or a SID -
Richard Sharpe
7105265238 More code to do with constructing SK records and self relative SDs. -
Richard Sharpe
7607a1c3cd More functions to compute the space taken up by SIDs, ACEs, ACLs, SEC
DESCs etc, so we can store these in an output file.
-
Gerald Carter
5de29a84b3 remove smbgroupedit entity -
John Terpstra
076882b91c Fix for bad macro error. -
Jelmer Vernooij
f56a188532 Patch from Guenther Deschner to fix build with gcc 3.2 -
Jelmer Vernooij
aa07b12fda Patch from Stefan Metzmacher to add default parameters to the lp_parm()
smb.conf parameters along with some other small fixes. Binary
compatible with older modules.
-
Gerald Carter
465510e39f update net man page for groupmap options -
John Terpstra
308e384862 Added patch from Stephen Roylance. -
Gerald Carter
4244e21971 updating group mapping HOWTO. -
John Terpstra
b87ebad1ae Tidy up only. -
Gerald Carter
43e169ce23 fix SGML syntax errors -
John Terpstra
a1d6d56ba0 More updates: Fix typo in VFS docs, added docs on pam_smbpass.so to PAM. -
John Terpstra
6678c325d7 More updates. -
Shirish Kalele
11281c3920 For deep referrals, track consumed path using a counter, and calculate the
consumed count only if and when it is needed. Check into HEAD.
-
Paul Green
cf69c69594 Missed two references to a renamed file. -
Andrew Bartlett
263407e132 Merge case handling table changes from 3.0 to HEAD. -
Paul Green
58a4be041e Move build farm template files to their own subdirectory so that their
names can be shortened to 30 characters. Helps Stratus VOS, which has a
32-character file name limit.
-
Tim Potter
048aeefcdc Patch from waider to set exit code of last executed command specified
as an argument to -c.
-
Richard Sharpe
39f298fd39 Add more code to store keys and other records ... still more to go -
John Terpstra
8511042ff6 Update - closed off for now -
Gerald Carter
039e77e1d5 allow the unix group in a mapping to be changed; doesn't work with LDAP right now but should be ok with tdb's -
Jeremy Allison
aabaac05c6 Limit the number of outstanding print notify messages for a process to
1000.
Jeremy.
-
John Terpstra
2172e558fb Added Stephen Roylance's patch to add buttons to start/stop/restart all three
daemons.
-
Christopher R. Hertel
43c1ba0ab2 Merged the changes I made in the 3.0 doc tree (wrong place) and
fiddled the entry for jCIFS (thanks, John!).
-
John Terpstra
ef0f6b8957 Added jCIFS to projects. -
Gerald Carter
cb852a0474 don't reset the group type unless specified -
Gerald Carter
5f1fe04a87 update copyright notice that is written to the logs -
Jeremy Allison
5d2b2b5607 Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logic
error on Linux.
Jeremy.
-
Volker Lendecke
d5f1082753 parse_string is only used for the authentication negotiators.
It can itself determine the length of the string it has to
transfer. Andrew B., could you take a look at the length calculation?
Is that safe?

Thanks,

Volker
-