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. (This used to be commit ca2886c9385361ea401e3e0b47c26cb39adcadbc)
* | adding ifdef'd code to add alias membership for vampireGerald Carter2003-04-291-0/+138
| | | | | | | | (This used to be commit 2557b94519fbb3110948a3c6a3f412622757d2b0)
* | add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
| | | | | | | | (This used to be commit dade462a168abe721c70022546109074961969b6)
* | 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 (This used to be commit bb79b127e02cefae13c822fd0fd165f1f214b740)
* | sync with HEAD and remove --with-misplussam as wellGerald Carter2003-04-291-17/+0
| | | | | | | | (This used to be commit 531c2df8d443fde8fafdc95250cb9eb809089d59)
* | remove --with-tdbsam since it is always built nowGerald Carter2003-04-292-18/+1
| | | | | | | | (This used to be commit f277cd54ea6be5cad6ea765d992bc4133765ef92)
* | do not build wrepld by default; package maintainers need to update their ↵Gerald Carter2003-04-292-3/+2
| | | | | | | | | | | | files now (john :) ) (This used to be commit 4a2bd728a5486764f0e50932d37c636ed8d226ea)
* | don't implement any group mapping functions in the guest sam moduleGerald Carter2003-04-292-0/+59
| | | | | | | | (This used to be commit a354bf4b7eadec3e6aa5f5547b58c7856fda3471)
* | only call the add_script if the getpwnam_alloc() failsGerald Carter2003-04-291-19/+28
| | | | | | | | (This used to be commit c0807e21999ec718d722fc0be6b3353c9369db04)
* | removing printing = SOFTQ since no one knows what it isGerald Carter2003-04-292-95/+0
| | | | | | | | (This used to be commit 283953472229952f7f2613a207515580cd0919c3)
* | packaging updates from BuchanGerald Carter2003-04-294-119/+243
| | | | | | | | (This used to be commit e4754e0a2bd2ca7b2495a9d747fe08cdb45c8876)
* | Fix for format string warning from vanceAndrew Bartlett2003-04-291-8/+8
| | | | | | | | (This used to be commit 0369d4432b9700626b6853dae8c93770bb1bcd59)
* | Remove extra fileAndrew Bartlett2003-04-291-49/+0
| | | | | | | | (This used to be commit 5d95309d8ab482e37ce96deb4a278186320e457f)
* | Use current 3.0 paramater namesAndrew Bartlett2003-04-291-2/+2
| | | | | | | | (This used to be commit 7ed8a0eb945df88d25ab8c444c92d09d6ac3fdf2)
* | Fixes from Ronan Waide <waider@waider.ie> for large RPC writes.Jeremy Allison2003-04-281-2/+2
| | | | | | | | | | Jeremy. (This used to be commit a330bf170eb8e78200367c90833cbc90255642cb)
* | 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. (This used to be commit bc4b51bcb2daa7271c884cb83bf8bdba6d3a9b6d)
* | Add example authentication moduleJelmer Vernooij2003-04-282-0/+90
| | | | | | | | (This used to be commit e112dc1641c47c7185e098918980df1a4d950bd7)
* | testing commitGerald Carter2003-04-281-0/+1
| | | | | | | | (This used to be commit ee1f0914ff7a915988156fc713f3891c3d8e5594)
* | readding template files on SAMBA_3_0 branch; not cvs tagGerald Carter2003-04-281-0/+49
| | | | | | | | (This used to be commit fb6c5b293cdc9d4e98a975bd85ce2a55396c8e8d)
* | Add cast for compilerAndrew Bartlett2003-04-281-1/+1
| | | | | | | | (This used to be commit 456eb5d05a442ee380cfa756be54619b1d68fa48)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-04-282-0/+142
|\| | | | | | | used to be commit 8fa5862a443f3126e410e0e2f2f12770a113792f)
| * In HEAD, idra removed _nua and renamed it to 'idmap uid'Andrew Bartlett2003-04-281-2/+2
| | | | | | | | (This used to be commit 3c7155424aaa880c2e9e570f8c29fd5679e827b1)
| * We don't use 'non unix account range' any moreAndrew Bartlett2003-04-281-1/+1
| | | | | | | | (This used to be commit 082bdcd662aed47827c9d4fb1272c327a0ae79b1)
| * Bugs should go into bugzilla!Jelmer Vernooij2003-04-281-4/+1
| | | | | | | | (This used to be commit b295c3ac5ecb265b73d3ed0d5210c33ce4107c8a)
| * Use entities and add overview of directoriesJelmer Vernooij2003-04-2812-45/+67
| | | | | | | | (This used to be commit 5957e3bf33e8992eda620a6ab0b4f8a1dbe8cb7a)
| * Typo in error messageVolker Lendecke2003-04-281-1/+1
| | | | | | | | | | Volker (This used to be commit a1cae680f98a128ab73306196a303d76e41f24c2)
| * Merge memory leak fixes in our trusted domain list from 3.0 to HEADAndrew Bartlett2003-04-281-7/+11
| | | | | | | | (This used to be commit c7f06f3a480feb1c7b1a44d16c05e1c238800b15)
| * Merge compile warning fixes from 3.0Andrew Bartlett2003-04-281-1/+1
| | | | | | | | (This used to be commit c0903951a144b1f0502e77437ea166d7a26393ba)
| * 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 (This used to be commit 52c5806004022f153af7d022afdb3ec7cc0d2548)
| * Perform lp_load() before popt to fix -W option.Tim Potter2003-04-281-11/+11
| | | | | | | | (This used to be commit d20f4bf5d84f435a7b4b692bf33f05f4ec871a50)
| * 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. (This used to be commit 272d06369d79250b484a22bc7e531eecd03e7c90)
| * Fix compiler warning.Tim Potter2003-04-281-1/+1
| | | | | | | | (This used to be commit 6a783ca81cead3eed556570152608fd7a224f1ee)
| * Getting ready for code that actually writes a registry file out.Richard Sharpe2003-04-281-7/+32
| | | | | | | | (This used to be commit 22e61a7e77eabd462f192fb03b5adb1d07fa7409)
| * Two character tabs - I don't think so.Tim Potter2003-04-281-10/+9
| | | | | | | | (This used to be commit 40d370bec6ef14cfa85e75cdb2f9122110ae9f1d)
| * Return NT_STATUS_UNSUCCESSFUL if the sourcedata and echodata rpcsTim Potter2003-04-281-0/+2
| | | | | | | | | | | | | | return unexpected data. Closes bug #2. (This used to be commit 0c3314ab97331aa709216e7ad2a1a0c8605eb160)
| * Update for new modules systemJelmer Vernooij2003-04-281-4/+5
| | | | | | | | (This used to be commit 765d87838dbf25ba69dc11f7956ce5814555bcc7)
| * 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: ---------------------------------------------------------------------- (This used to be commit 280d627adb5305e8b814102aaa73825023c00571)
| * 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. (This used to be commit 29ba1e163f85aeaa3cd48a13e4f0a039fa80e7b0)
| * Fix number of arguments to asprintf()Jelmer Vernooij2003-04-281-1/+1
| | | | | | | | (This used to be commit 5e4e6a6ed08f1b4fe97bbd91f983039143cc9939)
| * Document 'nmblookup -M -- -'Jelmer Vernooij2003-04-271-1/+4
| | | | | | | | (This used to be commit 3df125fd50a5efff97535814f1f4fd9f33dd07e5)
| * 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. (This used to be commit 674b67198311b4e0fb2d8afd8b56b499286fc370)
| * Remove docs-status - all it's contents are in bugzilla nowJelmer Vernooij2003-04-271-53/+0
| | | | | | | | (This used to be commit 3f36b589b0b8947d31e6adddd29efb3fd3c0c8f7)
| * Update for 3.0 (update information about the docs and ./configure)Jelmer Vernooij2003-04-271-32/+15
| | | | | | | | (This used to be commit 38fed08397706e76a4f19e091b910cfbc6827a08)
| * Remove documentation for unixsam and plugin.Jelmer Vernooij2003-04-272-55/+8
| | | | | | | | (This used to be commit fa7b703da7bba9cf7daf61039fb495e72fbf7a13)
| * prepare to get _nua out of the door (but back in from the window ;-)Simo Sorce2003-04-274-119/+17
| | | | | | | | (This used to be commit 09eb02cba0747ae47aa4a76f4fac69af293a774a)
| * default remote idmap backend is nullSimo Sorce2003-04-271-1/+0
| | | | | | | | (This used to be commit 16302b080a572a1cb0983f5044a7ebf51cdf2fa3)
| * 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 (This used to be commit 9d7d007443fc75264b2764b90f272ffc40c9be6c)
| * Fixed typo - tdbbackup is man sect 8 not 1John Terpstra2003-04-261-2/+2
| | | | | | | | (This used to be commit 451f32f1fadbe3474e3e52a21ce77c23d106d03b)
| * Patch from Vorlon.John Terpstra2003-04-261-7/+1
| | | | | | | | (This used to be commit c5ca926f8fae2d725b56d252b5944e9f96065cb6)
| * PAtch from VORLONJohn Terpstra2003-04-261-7/+1
| | | | | | | | (This used to be commit 2f266669b22cba6771189a9eb4503bf64ebb744b)