Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Allow net rpc user -l to list longer than 50 characters in a user comment. | Jim McDonough | 2003-04-29 | 1 | -1/+1 | |
| | | | | | | | | | | Net.exe on windows won't allow more than 50 characters to be entered, but through AD you can have much more than this. | |||||
* | | adding ifdef'd code to add alias membership for vampire | Gerald Carter | 2003-04-29 | 1 | -0/+138 | |
| | | ||||||
* | | add version back to lanman string in sessetup reply | Gerald Carter | 2003-04-29 | 1 | -1/+5 | |
| | | ||||||
* | | Use a common function to create the SAM_ACCOUNT being used to add accounts | Andrew Bartlett | 2003-04-29 | 3 | -61/+45 | |
| | | | | | | | | | | | | | | | | to the system. This means that we always run Get_Pwnam(), and can never add FOO when foo exists on the system (the idea is to instead add foo into the passdb, using it's full name, RID etc). Andrew Bartlett | |||||
* | | sync with HEAD and remove --with-misplussam as well | Gerald Carter | 2003-04-29 | 1 | -17/+0 | |
| | | ||||||
* | | remove --with-tdbsam since it is always built now | Gerald Carter | 2003-04-29 | 2 | -18/+1 | |
| | | ||||||
* | | do not build wrepld by default; package maintainers need to update their ↵ | Gerald Carter | 2003-04-29 | 2 | -3/+2 | |
| | | | | | | | | files now (john :) ) | |||||
* | | don't implement any group mapping functions in the guest sam module | Gerald Carter | 2003-04-29 | 2 | -0/+59 | |
| | | ||||||
* | | only call the add_script if the getpwnam_alloc() fails | Gerald Carter | 2003-04-29 | 1 | -19/+28 | |
| | | ||||||
* | | removing printing = SOFTQ since no one knows what it is | Gerald Carter | 2003-04-29 | 2 | -95/+0 | |
| | | ||||||
* | | packaging updates from Buchan | Gerald Carter | 2003-04-29 | 4 | -119/+243 | |
| | | ||||||
* | | Fix for format string warning from vance | Andrew Bartlett | 2003-04-29 | 1 | -8/+8 | |
| | | ||||||
* | | Remove extra file | Andrew Bartlett | 2003-04-29 | 1 | -49/+0 | |
| | | ||||||
* | | Use current 3.0 paramater names | Andrew Bartlett | 2003-04-29 | 1 | -2/+2 | |
| | | ||||||
* | | Fixes from Ronan Waide <waider@waider.ie> for large RPC writes. | Jeremy Allison | 2003-04-28 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 2003-04-28 | 38 | -127/+164 | |
| | | | | | | | | function. Patch by metze with some minor modifications. | |||||
* | | Add example authentication module | Jelmer Vernooij | 2003-04-28 | 2 | -0/+90 | |
| | | ||||||
* | | testing commit | Gerald Carter | 2003-04-28 | 1 | -0/+1 | |
| | | ||||||
* | | readding template files on SAMBA_3_0 branch; not cvs tag | Gerald Carter | 2003-04-28 | 1 | -0/+49 | |
| | | ||||||
* | | Add cast for compiler | Andrew Bartlett | 2003-04-28 | 1 | -1/+1 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-04-28 | 2 | -0/+142 | |
|\| | ||||||
| * | In HEAD, idra removed _nua and renamed it to 'idmap uid' | Andrew Bartlett | 2003-04-28 | 1 | -2/+2 | |
| | | ||||||
| * | We don't use 'non unix account range' any more | Andrew Bartlett | 2003-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | Bugs should go into bugzilla! | Jelmer Vernooij | 2003-04-28 | 1 | -4/+1 | |
| | | ||||||
| * | Use entities and add overview of directories | Jelmer Vernooij | 2003-04-28 | 12 | -45/+67 | |
| | | ||||||
| * | Typo in error message | Volker Lendecke | 2003-04-28 | 1 | -1/+1 | |
| | | | | | | | | Volker | |||||
| * | Merge memory leak fixes in our trusted domain list from 3.0 to HEAD | Andrew Bartlett | 2003-04-28 | 1 | -7/+11 | |
| | | ||||||
| * | Merge compile warning fixes from 3.0 | Andrew Bartlett | 2003-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | Merge compile and other fixes from 3.0 to HEAD. | Andrew Bartlett | 2003-04-28 | 6 | -39/+48 | |
| | | | | | | | | | | | | Including smbtorture bugfixes, and a better TCONDEV test. Andrew Bartlett | |||||
| * | Perform lp_load() before popt to fix -W option. | Tim Potter | 2003-04-28 | 1 | -11/+11 | |
| | | ||||||
| * | Merge of -W fixes for bug #39: | Tim Potter | 2003-04-28 | 1 | -10/+8 | |
| | | | | | | | | | | | | | | >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. | |||||
| * | Fix compiler warning. | Tim Potter | 2003-04-28 | 1 | -1/+1 | |
| | | ||||||
| * | Getting ready for code that actually writes a registry file out. | Richard Sharpe | 2003-04-28 | 1 | -7/+32 | |
| | | ||||||
| * | Two character tabs - I don't think so. | Tim Potter | 2003-04-28 | 1 | -10/+9 | |
| | | ||||||
| * | Return NT_STATUS_UNSUCCESSFUL if the sourcedata and echodata rpcs | Tim Potter | 2003-04-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | return unexpected data. Closes bug #2. | |||||
| * | Update for new modules system | Jelmer Vernooij | 2003-04-28 | 1 | -4/+5 | |
| | | ||||||
| * | Replace references to the old textdocs by references to chapters in | Jelmer Vernooij | 2003-04-28 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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: ---------------------------------------------------------------------- | |||||
| * | 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 | |
| | | ||||||
| * | 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 | -53/+0 | |
| | | ||||||
| * | Update for 3.0 (update information about the docs and ./configure) | Jelmer Vernooij | 2003-04-27 | 1 | -32/+15 | |
| | | ||||||
| * | Remove documentation for unixsam and plugin. | Jelmer Vernooij | 2003-04-27 | 2 | -55/+8 | |
| | | ||||||
| * | prepare to get _nua out of the door (but back in from the window ;-) | Simo Sorce | 2003-04-27 | 4 | -119/+17 | |
| | | ||||||
| * | default remote idmap backend is null | Simo Sorce | 2003-04-27 | 1 | -1/+0 | |
| | | ||||||
| * | make winbind use idmap as well. | Simo Sorce | 2003-04-27 | 11 | -1243/+59 | |
| | | | | | | | | | | | | | | | | | | change idmap_init call removed ldap backend for winbind idmap, seem it had problems anyway and it have to be reworked to work with idmap without calling winbind code. simo | |||||
| * | Fixed typo - tdbbackup is man sect 8 not 1 | John Terpstra | 2003-04-26 | 1 | -2/+2 | |
| | | ||||||
| * | Patch from Vorlon. | John Terpstra | 2003-04-26 | 1 | -7/+1 | |
| | | ||||||
| * | PAtch from VORLON | John Terpstra | 2003-04-26 | 1 | -7/+1 | |
| | |