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

13030 Commits

Author SHA1 Message Date
Gerald Carter
fb6c5b293c readding template files on SAMBA_3_0 branch; not cvs tag -
Andrew Bartlett
456eb5d05a Add cast for compiler -
cvs2svn Import User
8fa5862a44 This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Andrew Bartlett
3c7155424a In HEAD, idra removed _nua and renamed it to 'idmap uid' -
Andrew Bartlett
082bdcd662 We don't use 'non unix account range' any more -
Jelmer Vernooij
b295c3ac5e Bugs should go into bugzilla! -
Jelmer Vernooij
5957e3bf33 Use entities and add overview of directories -
Volker Lendecke
a1cae680f9 Typo in error message
Volker
-
Volker Lendecke
69df898afb Fix a confusing error message
Volker
-
Andrew Bartlett
cdc1d05051 The caller must always set the RID on the SAM_ACCOUNT, so don't try and guess
it from the UID.

Andrew Bartlett
-
Andrew Bartlett
0d8e4066a3 The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and try
to make it up from the algorithm...

Andrew Bartlett
-
Andrew Bartlett
ebe5c61818 Guenther Deschner <gd@suse.de> notes that I missed out setting the default
for the 'normal' case (not --with-ldapsam).

Andrew Bartlett
-
Andrew Bartlett
3e07406ade A new pdb_ldap!
This patch removes 'non unix account range' (same as idra's change in HEAD),
and uses the winbind uid range instead.

More importanly, this patch changes the LDAP schema to use 'ntSid' instead
of 'rid' as the primary attribute.  This makes it in common with the group
mapping code, and should allow it to be used closely with a future idmap_ldap.

Existing installations can use the existing functionality by using the
ldapsam_compat backend, and users who compile with --with-ldapsam will get
this by default.

More importantly, this patch adds a 'sambaDomain' object to our schema -
which contains 2 'next rid' attributes, the domain name and the domain sid.
Yes, there are *2* next rid attributes.  The problem is that we don't 'own'
the entire RID space - we can only allocate RIDs that could be 'algorithmic'
RIDs.  Therefore, we use the fact that UIDs in 'winbind uid' range will be
mapped by IDMAP, not the algorithm.

Andrew Bartlett
-
Andrew Bartlett
04d2738132 inet_pton isn't portable, so use interpret_addr2. -
Andrew Bartlett
c7f06f3a48 Merge memory leak fixes in our trusted domain list from 3.0 to HEAD -
Andrew Bartlett
c0903951a1 Merge compile warning fixes from 3.0 -
Andrew Bartlett
52c5806004 Merge compile and other fixes from 3.0 to HEAD.
Including smbtorture bugfixes, and a better TCONDEV test.

Andrew Bartlett
-
Tim Potter
f8db590b07 Merge:
> Perform lp_load() before popt to fix -W option.
-
Tim Potter
d20f4bf5d8 Perform lp_load() before popt to fix -W option. -
Tim Potter
272d06369d Merge of -W fixes for bug #39:
>Replace workgroup global variable with lp_workgroup()
>
>Call lp_load() before parsing command line options so we can override
>the workgroup value with the -W switch.
-
Tim Potter
56f070cd52 Replace workgroup global variable with lp_workgroup()
Call lp_load() before parsing command line options so we can override
the workgroup value with the -W switch.

Fixes bug #39.
-
Tim Potter
f127f96425 Fix compiler warning. -
Tim Potter
6a783ca81c Fix compiler warning. -
Richard Sharpe
22e61a7e77 Getting ready for code that actually writes a registry file out. -
Tim Potter
b1ad692688 Merge:
>Patch from waider to set exit code of last executed command specified
>as an argument to -c.
-
Tim Potter
7fd7af121e Whitespace syncup. -
Tim Potter
40d370bec6 Two character tabs - I don't think so. -
Tim Potter
4d2106f910 Merge: we need a rule for t_snprintf -
Tim Potter
8d70ef6b8c Ignore t_snprintf binary. -
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.
-
Tim Potter
0c3314ab97 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
765d87838d Update for new modules system -
Jelmer Vernooij
280d627adb Replace references to the old textdocs by references to chapters in
the HOWTO Collection.
CVS: ----------------------------------------------------------------------
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS:  Tag: SAMBA_3_0
CVS: 	smb.conf.default
CVS: ----------------------------------------------------------------------
-
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
29ba1e163f Update for the new modules system. Also, use Makefile rather then Makefile.in
because we don't generate Makefile from configure anymore.
-
Jelmer Vernooij
5e4e6a6ed0 Fix number of arguments to asprintf() -
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
3df125fd50 Document 'nmblookup -M -- -' -
Jelmer Vernooij
674b671983 Add 'smbiconv' program - a clone of the 'iconv' utility
that uses samba's internal iconv() functions. Useful for
testing purposes.
-
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
3f36b589b0 Remove docs-status - all it's contents are in bugzilla now -