Gerald Carter
920958a392
round three of CIDR fixes; spotted by Tomoki AONO
-
Simo Sorce
ff051e9cf4
enhancements
-
Simo Sorce
bec45093c3
add idmap only parameter
...
make idmap not map SIDs outside the uid/gid range defined by default
this is to keep backward compatibility
-
Jelmer Vernooij
1c0ae10301
Fix the 'weird' charset module. Also, built it by default for
...
./configure --enable-developer
-
Jelmer Vernooij
ff76db5251
The net manpage is complete, say so in the VERSION section
-
Jelmer Vernooij
8f63f7142c
--with-tdbsam is gone
-
Jelmer Vernooij
0833677ee5
Use &author.jerry;, not &person.jerry;
-
John Terpstra
5da18339e1
Many typos, syntax fixes, more. Multiple sources including mega patch from
...
- Jesse Jacobs <jesse@eazy.homeip.net>
-
Simo Sorce
ef1eaa9b7e
let's suppose I want to specify exactly which SID a user should have ...
...
Simo.
-
Simo Sorce
e2d757aed2
A RID can never be zero
-
John Terpstra
837141f45e
Fixes for syntax errors.
-
John Terpstra
2310cee6ab
Update from Rick Segeberg <landude@comcast.net>
-
John Terpstra
a7788bc3b9
Adding edits from Vance Lankhaar.
-
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.
-