summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use a common function to create the SAM_ACCOUNT being used to add accountsAndrew Bartlett2003-04-293-61/+45
* 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 file...Gerald Carter2003-04-292-3/+2
* 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
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-2838-127/+164
* 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'.(This us...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
| * 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
| * 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
| * 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
| * 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
| * Update for the new modules system. Also, use Makefile rather then Makefile.inJelmer Vernooij2003-04-282-9/+6
| * 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
| * 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
| * 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
| * Adding tdbbackup manpage to Makefile, fix typos, fix incorrect syntax on auth...John Terpstra2003-04-263-10/+13
* | Fix a confusing error messageVolker Lendecke2003-04-281-1/+1
* | The caller must always set the RID on the SAM_ACCOUNT, so don't try and guessAndrew Bartlett2003-04-281-3/+1