Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Adding tdbbackup manpage to Makefile, fix typos, fix incorrect syntax on ↵ | John Terpstra | 2003-04-26 | 3 | -10/+13 | |
| | | | | | | | | author entry. | |||||
* | | Fix a confusing error message | Volker Lendecke | 2003-04-28 | 1 | -1/+1 | |
| | | | | | | | | Volker | |||||
* | | The caller must always set the RID on the SAM_ACCOUNT, so don't try and guess | Andrew Bartlett | 2003-04-28 | 1 | -3/+1 | |
| | | | | | | | | | | | | it from the UID. Andrew Bartlett | |||||
* | | The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and try | Andrew Bartlett | 2003-04-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | to make it up from the algorithm... Andrew Bartlett | |||||
* | | Guenther Deschner <gd@suse.de> notes that I missed out setting the default | Andrew Bartlett | 2003-04-28 | 1 | -1/+3 | |
| | | | | | | | | | | | | for the 'normal' case (not --with-ldapsam). Andrew Bartlett | |||||
* | | A new pdb_ldap! | Andrew Bartlett | 2003-04-28 | 5 | -321/+758 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | inet_pton isn't portable, so use interpret_addr2. | Andrew Bartlett | 2003-04-28 | 1 | -3/+3 | |
| | | ||||||
* | | Merge: | Tim Potter | 2003-04-28 | 1 | -11/+11 | |
| | | | | | | | | > Perform lp_load() before popt to fix -W option. | |||||
* | | Replace workgroup global variable with lp_workgroup() | Tim Potter | 2003-04-28 | 1 | -10/+8 | |
| | | | | | | | | | | | | | | Call lp_load() before parsing command line options so we can override the workgroup value with the -W switch. Fixes bug #39. | |||||
* | | Fix compiler warning. | Tim Potter | 2003-04-28 | 1 | -1/+1 | |
| | | ||||||
* | | Merge: | Tim Potter | 2003-04-28 | 1 | -2/+4 | |
| | | | | | | | | | | >Patch from waider to set exit code of last executed command specified >as an argument to -c. | |||||
* | | Whitespace syncup. | Tim Potter | 2003-04-28 | 4 | -14/+7 | |
| | | ||||||
* | | Merge: we need a rule for t_snprintf | Tim Potter | 2003-04-28 | 1 | -0/+2 | |
| | | ||||||
* | | Ignore t_snprintf binary. | Tim Potter | 2003-04-28 | 1 | -1/+2 | |
| | | ||||||
* | | Merge of a debuglevel downgrade from HEAD. | Tim Potter | 2003-04-28 | 1 | -2/+2 | |
| | | ||||||
* | | Merge stf updates from HEAD. | Tim Potter | 2003-04-28 | 2 | -5/+6 | |
| | | ||||||
* | | Merge of const fixes from HEAD. | Tim Potter | 2003-04-28 | 3 | -3/+3 | |
| | | ||||||
* | | Merge from HEAD: | Tim Potter | 2003-04-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | >Return NT_STATUS_UNSUCCESSFUL if the sourcedata and echodata rpcs >return unexpected data. > >Closes bug #2. | |||||
* | | Update for the new modules system | Jelmer Vernooij | 2003-04-28 | 1 | -4/+10 | |
| | | ||||||
* | | Update for new modules system | Jelmer Vernooij | 2003-04-28 | 1 | -46/+7 | |
| | | ||||||
* | | Replace references to the old textdocs by references to chapters in | Jelmer Vernooij | 2003-04-28 | 1 | -2/+6 | |
| | | | | | | | | the HOWTO Collection. | |||||
* | | Update for the new modules system. Also, use Makefile rather then Makefile.in | Jelmer Vernooij | 2003-04-28 | 2 | -9/+6 | |
| | | | | | | | | because we don't generate Makefile from configure anymore | |||||
* | | Fix number of arguments to asprintf() | Jelmer Vernooij | 2003-04-28 | 1 | -1/+1 | |
| | | ||||||
* | | Make some more functions static | Jelmer Vernooij | 2003-04-28 | 1 | -3/+3 | |
| | | ||||||
* | | Document 'nmblookup -M -- -' | Jelmer Vernooij | 2003-04-27 | 1 | -1/+4 | |
| | | ||||||
* | | Add 'smbiconv' program - a clone of the 'iconv' utility | Jelmer Vernooij | 2003-04-27 | 2 | -0/+249 | |
| | | | | | | | | | | that uses samba's internal iconv() functions. Useful for testing purposes. | |||||
* | | Remove docs-status - all it's contents are in bugzilla now | Jelmer Vernooij | 2003-04-27 | 1 | -72/+0 | |
| | | ||||||
* | | Update for 3.0 (Update information about the docs and ./configure) | Jelmer Vernooij | 2003-04-27 | 1 | -32/+15 | |
| | | ||||||
* | | typo | Simo Sorce | 2003-04-27 | 1 | -1/+1 | |
| | | ||||||
* | | Fix typo - tdbbackup is man sect 8 not 1 | John Terpstra | 2003-04-26 | 1 | -2/+2 | |
| | | ||||||
* | | Patch from Vorlon | John Terpstra | 2003-04-26 | 2 | -14/+2 | |
| | | ||||||
* | | Update from HEAD. | John Terpstra | 2003-04-26 | 8 | -45/+60 | |
| | | ||||||
* | | Update - jht | John Terpstra | 2003-04-26 | 1 | -6/+5 | |
| | | ||||||
* | | Added man page for tdbbackup | John Terpstra | 2003-04-26 | 1 | -1/+1 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-04-26 | 8 | -0/+142 | |
|\| | ||||||
| * | Added tdbbackup man page. | John Terpstra | 2003-04-26 | 2 | -0/+131 | |
| | | ||||||
| * | removing smbgroupedit manpage | Gerald Carter | 2003-04-26 | 6 | -748/+1 | |
| | | ||||||
| * | round three of CIDR fixes; spotted by Tomoki AONO | Gerald Carter | 2003-04-26 | 1 | -3/+2 | |
| | | ||||||
| * | enhancements | Simo Sorce | 2003-04-26 | 1 | -5/+27 | |
| | | ||||||
| * | add idmap only parameter | Simo Sorce | 2003-04-26 | 2 | -1/+34 | |
| | | | | | | | | | | make idmap not map SIDs outside the uid/gid range defined by default this is to keep backward compatibility | |||||
| * | Fix the 'weird' charset module. Also, built it by default for | Jelmer Vernooij | 2003-04-26 | 2 | -6/+7 | |
| | | | | | | | | ./configure --enable-developer | |||||
| * | The net manpage is complete, say so in the VERSION section | Jelmer Vernooij | 2003-04-26 | 1 | -1/+1 | |
| | | ||||||
| * | --with-tdbsam is gone | Jelmer Vernooij | 2003-04-26 | 1 | -2/+0 | |
| | | ||||||
| * | Use &author.jerry;, not &person.jerry; | Jelmer Vernooij | 2003-04-26 | 1 | -1/+1 | |
| | | ||||||
| * | Many typos, syntax fixes, more. Multiple sources including mega patch from | John Terpstra | 2003-04-26 | 17 | -90/+116 | |
| | | | | | | | | - Jesse Jacobs <jesse@eazy.homeip.net> | |||||
| * | let's suppose I want to specify exactly which SID a user should have ... | Simo Sorce | 2003-04-26 | 1 | -5/+74 | |
| | | | | | | | | Simo. | |||||
| * | A RID can never be zero | Simo Sorce | 2003-04-26 | 1 | -5/+12 | |
| | | ||||||
| * | Fixes for syntax errors. | John Terpstra | 2003-04-25 | 5 | -15/+11 | |
| | | ||||||
| * | Update from Rick Segeberg <landude@comcast.net> | John Terpstra | 2003-04-25 | 1 | -8/+38 | |
| | | ||||||
| * | Adding edits from Vance Lankhaar. | John Terpstra | 2003-04-25 | 5 | -48/+99 | |
| | |