summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-29remove convert_smbpasswd and addtosmbpass from tree; people can get them ↵Gerald Carter4-4/+27
from 2.2. if they still need them (This used to be commit 237857a760974bb02000e5d3a776240ec73ca6b6)
2003-04-29Like net rpc user -l, let net ads user -l allow more than 50 characters inJim McDonough1-1/+1
comments. (This used to be commit b5b1732b1144c9bcf5c3b08f6f9da9ad8875f5f7)
2003-04-29Allow net rpc user -l to list longer than 50 characters in a user comment.Jim McDonough1-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)
2003-04-29adding ifdef'd code to add alias membership for vampireGerald Carter1-0/+138
(This used to be commit 2557b94519fbb3110948a3c6a3f412622757d2b0)
2003-04-29add version back to lanman string in sessetup replyGerald Carter1-1/+5
(This used to be commit dade462a168abe721c70022546109074961969b6)
2003-04-29Use a common function to create the SAM_ACCOUNT being used to add accountsAndrew Bartlett3-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)
2003-04-29sync with HEAD and remove --with-misplussam as wellGerald Carter1-17/+0
(This used to be commit 531c2df8d443fde8fafdc95250cb9eb809089d59)
2003-04-29remove --with-tdbsam since it is always built nowGerald Carter2-18/+1
(This used to be commit f277cd54ea6be5cad6ea765d992bc4133765ef92)
2003-04-29do not build wrepld by default; package maintainers need to update their ↵Gerald Carter2-3/+2
files now (john :) ) (This used to be commit 4a2bd728a5486764f0e50932d37c636ed8d226ea)
2003-04-29don't implement any group mapping functions in the guest sam moduleGerald Carter2-0/+59
(This used to be commit a354bf4b7eadec3e6aa5f5547b58c7856fda3471)
2003-04-29only call the add_script if the getpwnam_alloc() failsGerald Carter1-19/+28
(This used to be commit c0807e21999ec718d722fc0be6b3353c9369db04)
2003-04-29removing printing = SOFTQ since no one knows what it isGerald Carter2-95/+0
(This used to be commit 283953472229952f7f2613a207515580cd0919c3)
2003-04-29packaging updates from BuchanGerald Carter4-119/+243
(This used to be commit e4754e0a2bd2ca7b2495a9d747fe08cdb45c8876)
2003-04-29Fix for format string warning from vanceAndrew Bartlett1-8/+8
(This used to be commit 0369d4432b9700626b6853dae8c93770bb1bcd59)
2003-04-29Remove extra fileAndrew Bartlett1-49/+0
(This used to be commit 5d95309d8ab482e37ce96deb4a278186320e457f)
2003-04-29Use current 3.0 paramater namesAndrew Bartlett1-2/+2
(This used to be commit 7ed8a0eb945df88d25ab8c444c92d09d6ac3fdf2)
2003-04-28Fixes from Ronan Waide <waider@waider.ie> for large RPC writes.Jeremy Allison1-2/+2
Jeremy. (This used to be commit a330bf170eb8e78200367c90833cbc90255642cb)
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij38-127/+164
function. Patch by metze with some minor modifications. (This used to be commit bc4b51bcb2daa7271c884cb83bf8bdba6d3a9b6d)
2003-04-28Add example authentication moduleJelmer Vernooij2-0/+90
(This used to be commit e112dc1641c47c7185e098918980df1a4d950bd7)
2003-04-28testing commitGerald Carter1-0/+1
(This used to be commit ee1f0914ff7a915988156fc713f3891c3d8e5594)
2003-04-28readding template files on SAMBA_3_0 branch; not cvs tagGerald Carter1-0/+49
(This used to be commit fb6c5b293cdc9d4e98a975bd85ce2a55396c8e8d)
2003-04-28Add cast for compilerAndrew Bartlett1-1/+1
(This used to be commit 456eb5d05a442ee380cfa756be54619b1d68fa48)
2003-04-28This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2-0/+142
used to be commit 8fa5862a443f3126e410e0e2f2f12770a113792f)
2003-04-28In HEAD, idra removed _nua and renamed it to 'idmap uid'Andrew Bartlett1-2/+2
(This used to be commit 3c7155424aaa880c2e9e570f8c29fd5679e827b1)
2003-04-28We don't use 'non unix account range' any moreAndrew Bartlett1-1/+1
(This used to be commit 082bdcd662aed47827c9d4fb1272c327a0ae79b1)
2003-04-28Bugs should go into bugzilla!Jelmer Vernooij1-4/+1
(This used to be commit b295c3ac5ecb265b73d3ed0d5210c33ce4107c8a)
2003-04-28Use entities and add overview of directoriesJelmer Vernooij12-45/+67
(This used to be commit 5957e3bf33e8992eda620a6ab0b4f8a1dbe8cb7a)
2003-04-28Typo in error messageVolker Lendecke1-1/+1
Volker (This used to be commit a1cae680f98a128ab73306196a303d76e41f24c2)
2003-04-28Fix a confusing error messageVolker Lendecke1-1/+1
Volker (This used to be commit 69df898afb45e2e577a10649f66f5352887044a2)
2003-04-28The caller must always set the RID on the SAM_ACCOUNT, so don't try and guessAndrew Bartlett1-3/+1
it from the UID. Andrew Bartlett (This used to be commit cdc1d0505107d05d784693d321b24208a386d4f0)
2003-04-28The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and tryAndrew Bartlett1-2/+2
to make it up from the algorithm... Andrew Bartlett (This used to be commit 0d8e4066a3bfbe89b464a90fc9f16a7dd1539573)
2003-04-28Guenther Deschner <gd@suse.de> notes that I missed out setting the defaultAndrew Bartlett1-1/+3
for the 'normal' case (not --with-ldapsam). Andrew Bartlett (This used to be commit ebe5c618189391e6adf27e565a5821f8d47c8c7d)
2003-04-28A new pdb_ldap!Andrew Bartlett5-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 (This used to be commit 3e07406ade81e136f67439d4f8fd7fe1dbb6db14)
2003-04-28inet_pton isn't portable, so use interpret_addr2.Andrew Bartlett1-3/+3
(This used to be commit 04d27381325561038bee1c27f10c748b9aaf447d)
2003-04-28Merge memory leak fixes in our trusted domain list from 3.0 to HEADAndrew Bartlett1-7/+11
(This used to be commit c7f06f3a480feb1c7b1a44d16c05e1c238800b15)
2003-04-28Merge compile warning fixes from 3.0Andrew Bartlett1-1/+1
(This used to be commit c0903951a144b1f0502e77437ea166d7a26393ba)
2003-04-28Merge compile and other fixes from 3.0 to HEAD.Andrew Bartlett6-39/+48
Including smbtorture bugfixes, and a better TCONDEV test. Andrew Bartlett (This used to be commit 52c5806004022f153af7d022afdb3ec7cc0d2548)
2003-04-28Merge:Tim Potter1-11/+11
> Perform lp_load() before popt to fix -W option. (This used to be commit f8db590b07cabea3e199109bcdc26eaede189915)
2003-04-28Perform lp_load() before popt to fix -W option.Tim Potter1-11/+11
(This used to be commit d20f4bf5d84f435a7b4b692bf33f05f4ec871a50)
2003-04-28Merge of -W fixes for bug #39:Tim Potter1-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)
2003-04-28Replace workgroup global variable with lp_workgroup()Tim Potter1-10/+8
Call lp_load() before parsing command line options so we can override the workgroup value with the -W switch. Fixes bug #39. (This used to be commit 56f070cd5242ac6c10699ca35726ce68199dd274)
2003-04-28Fix compiler warning.Tim Potter1-1/+1
(This used to be commit f127f964250c86986996afab905b40cff420bfd5)
2003-04-28Fix compiler warning.Tim Potter1-1/+1
(This used to be commit 6a783ca81cead3eed556570152608fd7a224f1ee)
2003-04-28Getting ready for code that actually writes a registry file out.Richard Sharpe1-7/+32
(This used to be commit 22e61a7e77eabd462f192fb03b5adb1d07fa7409)
2003-04-28Merge:Tim Potter1-2/+4
>Patch from waider to set exit code of last executed command specified >as an argument to -c. (This used to be commit b1ad69268889dbc2765ae98789112a28dc4c40c6)
2003-04-28Whitespace syncup.Tim Potter4-14/+7
(This used to be commit 7fd7af121ee8ba4f9540394f64fe3c78e2e96cd2)
2003-04-28Two character tabs - I don't think so.Tim Potter1-10/+9
(This used to be commit 40d370bec6ef14cfa85e75cdb2f9122110ae9f1d)
2003-04-28Merge: we need a rule for t_snprintfTim Potter1-0/+2
(This used to be commit 4d2106f910d64bf599394c17a30c351244cc137c)
2003-04-28Ignore t_snprintf binary.Tim Potter1-1/+2
(This used to be commit 8d70ef6b8cf52e582e385c8c9b8f085b183169fd)
2003-04-28Merge of a debuglevel downgrade from HEAD.Tim Potter1-2/+2
(This used to be commit d17e04e82b77256f10f4bdf4442dac6d30e197b5)