summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Allow net rpc user -l to list longer than 50 characters in a user comment.Jim McDonough2003-04-291-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 vampireGerald Carter2003-04-291-0/+138
| |
* | add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
| |
* | Use a common function to create the SAM_ACCOUNT being used to add accountsAndrew Bartlett2003-04-293-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 wellGerald Carter2003-04-291-17/+0
| |
* | remove --with-tdbsam since it is always built nowGerald Carter2003-04-292-18/+1
| |
* | do not build wrepld by default; package maintainers need to update their ↵Gerald Carter2003-04-292-3/+2
| | | | | | | | files now (john :) )
* | don't implement any group mapping functions in the guest sam moduleGerald Carter2003-04-292-0/+59
| |
* | only call the add_script if the getpwnam_alloc() failsGerald Carter2003-04-291-19/+28
| |
* | removing printing = SOFTQ since no one knows what it isGerald Carter2003-04-292-95/+0
| |
* | packaging updates from BuchanGerald Carter2003-04-294-119/+243
| |
* | Fix for format string warning from vanceAndrew Bartlett2003-04-291-8/+8
| |
* | Remove extra fileAndrew Bartlett2003-04-291-49/+0
| |
* | Use current 3.0 paramater namesAndrew Bartlett2003-04-291-2/+2
| |
* | Fixes from Ronan Waide <waider@waider.ie> for large RPC writes.Jeremy Allison2003-04-281-2/+2
| | | | | | | | Jeremy.
* | Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-2838-127/+164
| | | | | | | | function. Patch by metze with some minor modifications.
* | Add example authentication moduleJelmer Vernooij2003-04-282-0/+90
| |
* | testing commitGerald Carter2003-04-281-0/+1
| |
* | readding template files on SAMBA_3_0 branch; not cvs tagGerald Carter2003-04-281-0/+49
| |
* | Add cast for compilerAndrew Bartlett2003-04-281-1/+1
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-04-282-0/+142
|\|
| * In HEAD, idra removed _nua and renamed it to 'idmap uid'Andrew Bartlett2003-04-281-2/+2
| |
| * We don't use 'non unix account range' any moreAndrew Bartlett2003-04-281-1/+1
| |
| * Bugs should go into bugzilla!Jelmer Vernooij2003-04-281-4/+1
| |
| * Use entities and add overview of directoriesJelmer Vernooij2003-04-2812-45/+67
| |
| * Typo in error messageVolker Lendecke2003-04-281-1/+1
| | | | | | | | Volker
| * Merge memory leak fixes in our trusted domain list from 3.0 to HEADAndrew Bartlett2003-04-281-7/+11
| |
| * Merge compile warning fixes from 3.0Andrew Bartlett2003-04-281-1/+1
| |
| * Merge compile and other fixes from 3.0 to HEAD.Andrew Bartlett2003-04-286-39/+48
| | | | | | | | | | | | Including smbtorture bugfixes, and a better TCONDEV test. Andrew Bartlett
| * Perform lp_load() before popt to fix -W option.Tim Potter2003-04-281-11/+11
| |
| * Merge of -W fixes for bug #39:Tim Potter2003-04-281-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 Potter2003-04-281-1/+1
| |
| * Getting ready for code that actually writes a registry file out.Richard Sharpe2003-04-281-7/+32
| |
| * Two character tabs - I don't think so.Tim Potter2003-04-281-10/+9
| |
| * Return NT_STATUS_UNSUCCESSFUL if the sourcedata and echodata rpcsTim Potter2003-04-281-0/+2
| | | | | | | | | | | | return unexpected data. Closes bug #2.
| * Update for new modules systemJelmer Vernooij2003-04-281-4/+5
| |
| * Replace references to the old textdocs by references to chapters inJelmer Vernooij2003-04-281-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.inJelmer Vernooij2003-04-282-9/+6
| | | | | | | | because we don't generate Makefile from configure anymore.
| * Fix number of arguments to asprintf()Jelmer Vernooij2003-04-281-1/+1
| |
| * Document 'nmblookup -M -- -'Jelmer Vernooij2003-04-271-1/+4
| |
| * Add 'smbiconv' program - a clone of the 'iconv' utilityJelmer Vernooij2003-04-272-0/+249
| | | | | | | | | | that uses samba's internal iconv() functions. Useful for testing purposes.
| * Remove docs-status - all it's contents are in bugzilla nowJelmer Vernooij2003-04-271-53/+0
| |
| * Update for 3.0 (update information about the docs and ./configure)Jelmer Vernooij2003-04-271-32/+15
| |
| * Remove documentation for unixsam and plugin.Jelmer Vernooij2003-04-272-55/+8
| |
| * prepare to get _nua out of the door (but back in from the window ;-)Simo Sorce2003-04-274-119/+17
| |
| * default remote idmap backend is nullSimo Sorce2003-04-271-1/+0
| |
| * make winbind use idmap as well.Simo Sorce2003-04-2711-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 1John Terpstra2003-04-261-2/+2
| |
| * Patch from Vorlon.John Terpstra2003-04-261-7/+1
| |
| * PAtch from VORLONJohn Terpstra2003-04-261-7/+1
| |