1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

12972 Commits

Author SHA1 Message Date
Jelmer Vernooij
ee175e75f1 Remove docs-status - all it's contents are in bugzilla now -
Jelmer Vernooij
4fe24ad2ed Update for 3.0 (Update information about the docs and ./configure) -
Simo Sorce
a65b54a08e typo -
John Terpstra
61a5645020 Fix typo - tdbbackup is man sect 8 not 1 -
John Terpstra
837bc15a54 Patch from Vorlon -
John Terpstra
69b1055d9d Update from HEAD. -
John Terpstra
b025307566 Update - jht -
John Terpstra
c70fbf104a Added man page for tdbbackup -
cvs2svn Import User
4e4cc806ed This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
John Terpstra
b217373ba8 Added tdbbackup man page. -
Gerald Carter
9134feb9f6 removing smbgroupedit man page -
Gerald Carter
4a0c02d133 removing smbgroupedit manpage -
Gerald Carter
920958a392 round three of CIDR fixes; spotted by Tomoki AONO -
Gerald Carter
554026b208 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
-
Andrew Bartlett
2a99e77e91 Remove the unpopular pdb_unix, which has served it's time well.
Also get charset 'werid' for both --enable-developer options in configure.

Andrew Bartlett
-
Andrew Bartlett
70bf7a5f71 After a quick run with the 'weird' charset, squash a few bugs in our new
'UF8-safe' LDAP code.

I hope I've caught all the places where we were pushing strings into or
out of LDAP now.

Andrew Bartlett
-
Jelmer Vernooij
bc5603454a Add the weird charset in 3_0 and build it by default for ./configure --enable-developer -
Jelmer Vernooij
8d17a4dc21 Fix the weird charset and build it by default for ./configure -enable-developer -
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
422d7534e3 Many fixes for typos and syntax, includes patch from Jesse Jacobs <jesse@eazy.homeip.net> -
John Terpstra
5da18339e1 Many typos, syntax fixes, more. Multiple sources including mega patch from
- Jesse Jacobs <jesse@eazy.homeip.net>
-
Simo Sorce
f7cfdf20b7 back port from HEAD -
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 -
Jim McDonough
674174fcca Get credentials before publishing printers. -
John Terpstra
837141f45e Fixes for syntax errors. -
John Terpstra
faf0425eb7 Merge from HEAD. -
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
-
Volker Lendecke
fe637c690b 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.
-
Andrew Bartlett
759ba40b12 Based on a patch by Alex Deiter <tiamat@komi.mts.ru>, make sure that we convert
to and from UTF8 when talking to our LDAP server in pdb_ldap.

Andrew Bartlett
-
Andrew Bartlett
fd0cd6200b This function is a duplicate. -
John Terpstra
ce84335621 Fixing typos. -
John Terpstra
fe13a878d5 Fixing typos. -
Tim Potter
ee78196bcf Merge of missed another while condition when enumerating aliases. -
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()' -
Gerald Carter
82f024723c fix and if () that should be an 'else if()' -
Tim Potter
aa748e1da5 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
4998a72cf8 Merge:
>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.
-