1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

12984 Commits

Author SHA1 Message Date
Tim Potter
d17e04e82b Merge of a debuglevel downgrade from HEAD. -
Tim Potter
20bde94eb8 Merge stf updates from HEAD. -
Tim Potter
a847ebd827 Merge of const fixes from HEAD. -
Tim Potter
2e5f75beaf Merge from HEAD:
>Return NT_STATUS_UNSUCCESSFUL if the sourcedata and echodata rpcs
>return unexpected data.
>
>Closes bug #2.
-
Jelmer Vernooij
528c56176b Update for the new modules system -
Jelmer Vernooij
bd24443229 Update for new modules system -
Jelmer Vernooij
31ce815283 Replace references to the old textdocs by references to chapters in
the HOWTO Collection.
-
Jelmer Vernooij
0d322968cb Update for the new modules system. Also, use Makefile rather then Makefile.in
because we don't generate Makefile from configure anymore
-
Jelmer Vernooij
42e76c3123 Fix number of arguments to asprintf() -
Jelmer Vernooij
ddd2e65586 Make some more functions static -
Jelmer Vernooij
a1fcd3bb9f Document 'nmblookup -M -- -' -
Jelmer Vernooij
ccabb7961a Add 'smbiconv' program - a clone of the 'iconv' utility
that uses samba's internal iconv() functions. Useful for
testing purposes.
-
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 ... -