summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* | Make our 'get DNS domain name' code try a bit harder - if gethostname() doesn'tAndrew Bartlett2003-04-222-9/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | include a domain portion, do a gethostbyname() lookup on that name. Use this name in our PolicyPrimaryDomainInformation reply (_lsa_query_info2) that Win2k uses when trying to trust us as a trusted domain. (We need to do a better mapping between our Netbios and Win2k domain names, but this will do for now - particularly annoying is the way this possibly needs to map with our kerberos realm). Andrew Bartlett (This used to be commit 3be03271030208a69da29c6e2a7b92cdbaa8c6aa)
* | default new groups to domain groupsGerald Carter2003-04-221-3/+3
| | | | | | | | (This used to be commit 665d21b8656bf85f9b372b44ff1f4af414551e5a)
* | Fix up bugs in the new 'store sec_channel type' code - we were always joiningAndrew Bartlett2003-04-222-6/+4
| | | | | | | | | | | | | | as a BDC. Andrew Bartlett (This used to be commit f35674e7552dcfece342e7bece10bbfb0e81cbf8)
* | support referencing group by sid in all operations; allow group name to be ↵Gerald Carter2003-04-221-13/+60
| | | | | | | | | | | | changed (This used to be commit b6ccdb8f7b72eed4c4248db43fefa09b6f084852)
* | wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get ↵Gerald Carter2003-04-221-0/+5
| | | | | | | | | | | | the credentials from secrets.tdb (This used to be commit bb8b63b865b941abecc0d821e710702dd12866fe)
* | removing some ifdef'd out codeGerald Carter2003-04-221-8/+0
| | | | | | | | (This used to be commit 43942398af7e7589fcf8534099eccf277f6e4295)
* | Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2003-04-222-7/+6
| | | | | | | | | | | | strange oplock related issue on the PSA. Jeremy. (This used to be commit 1dd274bf61aaaad3c475de93f53aac176678bc7c)
* | Fixup a few typos for Jerry.Jeremy Allison2003-04-211-4/+4
| | | | | | | | | | Jeremy. (This used to be commit 1e5fe87d75ef4bb9d6af787abc501dcf105c9c6c)
* | * fix segfault when no vfs objects definedGerald Carter2003-04-213-8/+18
| | | | | | | | | | * add "sid=..." to 'net groupmap add' (This used to be commit e5f6676639b5552f7dec90091c53cf14e78088ee)
* | Make it easier to select which domain to show the sid for.Andrew Bartlett2003-04-211-2/+2
| | | | | | | | (This used to be commit 4c7efe25c3f2336938050086ffe5f4cfe462e6f6)
* | Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-2124-201/+360
| | | | | | | | | | | | | | | | | | | | | | | | This allows us to join as a BDC, without appearing on the network as one until we have the database replicated, and the admin changes the configuration. This also change the SID retreval order from secrets.tdb, so we no longer require a 'net rpc getsid' - the sid fetch during the domain join is sufficient. Also minor fixes to 'net'. Andrew Bartlett (This used to be commit 876e00fd112e4aaf7519eec27f382eb99ec7562a)
* | Add const, static and fix a double free() (merge from HEAD).Andrew Bartlett2003-04-211-6/+5
| | | | | | | | (This used to be commit 9ba88c7314168b87b72a7e9dc3c7588dcce86893)
* | Merge whitespace and const from HEADAndrew Bartlett2003-04-211-9/+9
| | | | | | | | (This used to be commit 88fdc36f9373c63706907e48be317007aeba06d6)
* | Header updates for smb signing mergeAndrew Bartlett2003-04-211-3/+4
| | | | | | | | (This used to be commit 2e4b45cd2efe46477c2849faffe0e8401132ef88)
* | Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett2003-04-215-20/+50
| | | | | | | | (This used to be commit c6c4f69b8ddc500890a65829e1b9fb7a3e9839e9)
* | Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij2003-04-211-1/+1
| | | | | | | | (This used to be commit dfbd2a2e7a5f0f2713bc48daa24d43b07f187d14)
* | - Fix modules build of pdb_mysql and pdb_xmlJelmer Vernooij2003-04-213-10/+4
| | | | | | | | | | - Fix typo in script/installswat.sh (This used to be commit 8d2aec7a73d41a9d32c10abd1c8833ebfd41dd77)
* | Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij2003-04-211-1/+1
| | | | | | | | (This used to be commit 9c9d969c93400d91a12e78635d54e1c5f90efab8)
* | Merge a trivial fix across from HEAD. Not that thisVolker Lendecke2003-04-201-1/+1
| | | | | | | | | | | | | | would work now... Volker (This used to be commit 8c70f657cfb2f2b32fbaa31112d7953a3a6dc775)
* | Address gcc warnings.Volker Lendecke2003-04-191-1/+5
| | | | | | | | | | | | | | | | I could not fix the "passing arg 5 of `ldap_search_s'" completely with gcc -Wall. A non-developer compile does not complain though. Volker (This used to be commit cf923d713305620278e3759599247d3cf7aa0e2f)
* | Added smbgroupedit to PROGS2John Terpstra2003-04-191-1/+1
| | | | | | | | (This used to be commit bed69decea61881ab7071be3e34be71df9b178a1)
* | use gid_t for gids not uid_tSimo Sorce2003-04-191-1/+1
| | | | | | | | (This used to be commit a369c2ff2637dc808035217eaada4cf923c5cf6d)
* | Merging smbgroupedit into 'net groupmap'. Not entirely done.Gerald Carter2003-04-194-2/+463
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Need to check on where the privilege code is sitting and update the docs. Examples: root# bin/net help groupmap net groupmap add Create a new group mapping net groupmap modify Update a group mapping net groupmap delete Remove a group mapping net groupmap list List current group map # bin/net groupmap add Usage: net groupmap add rid=<int> name=<string> type=<domain|local|builtin> [comment=<string>] # bin/net groupmap delete Usage: net groupmap delete name=<string|SID> # bin/net groupmap modify Usage: net groupmap modify name=<string|SID> [comment=<string>] [type=<domain|local> (This used to be commit f2fd0ab41ffbc0355db95529b6bda1b21aa4860a)
* | 'vfs object' is a list not a string (we have cascaded VFS modules in 3_0 asJelmer Vernooij2003-04-181-20/+3
| | | | | | | | | | well now) (This used to be commit 6220068d48f1fc5c85ff68a791e4e34e92cb4a0a)
* | fix byte ordering when using CIDR notation in hosts allow/deny; spotted by ↵Gerald Carter2003-04-181-0/+4
| | | | | | | | | | | | Eloy Paris (This used to be commit 6155144b9f6a8d41675ff8f0564f86420431c142)
* | Survive a samdump with an alias that has no descriptionVolker Lendecke2003-04-181-3/+6
| | | | | | | | | | Volker (This used to be commit 5af417a6ba24e6bb09979488511f482efa4894b8)
* | fixing torture build by merging code from HEADGerald Carter2003-04-182-892/+1359
| | | | | | | | (This used to be commit 7798c7ee1a2fafa0a4879e550e16027f17ccbbcf)
* | Do not use lp_parm_bool() and lp_parm_ulong() yet. They're only in HEADJelmer Vernooij2003-04-171-138/+72
| | | | | | | | (This used to be commit 58aa32ea6ac587df92ceefc527afbb1ff5bd0b08)
* | Remove SamBackend variable (is already gone in HEAD)Jelmer Vernooij2003-04-171-1/+0
| | | | | | | | (This used to be commit 3a99e5a2dbc88a2234ca08ca1e7b50f14ff9bce9)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-04-172-0/+3145
|\| | | | | | | used to be commit a50dc3f836a898d1aef08afbd12e7221db24440a)
| * More updates ...Richard Sharpe2003-04-171-2/+64
| | | | | | | | (This used to be commit 410451f9478ff1e73cabc8ee2213ded4f08315c6)
| * Updates to editreg.c to provide more functionality ...Richard Sharpe2003-04-171-261/+1119
| | | | | | | | | | Hopefully more coming ... (This used to be commit 22d1819011de02351976bad778837a28ab45a449)
| * Fixes to make SCHANNEL work against a W2K DC. Still need to fixJeremy Allison2003-04-165-32/+49
| | | | | | | | | | | | multi-PDU encode/decode with SCHANNEL. Also need to test against WNT DC. Jeremy. (This used to be commit ec82e8e9f4a6bf807a91ac265af39a516c7ab631)
| * Add -berok to LDSHFLAGS on AIX so modules build on AIX 5 (reportedJelmer Vernooij2003-04-161-1/+1
| | | | | | | | | | by Stephen D. Roylance) (This used to be commit 502f332345db88c9ff474e84f22080d99dc6c771)
| * Only use backtrace variables when we can use themJelmer Vernooij2003-04-161-0/+2
| | | | | | | | (This used to be commit 17243c61b56c20c86b5d10be294d06addffedb6a)
| * Check for -1 not EOF as return value of poptGetNextOptJelmer Vernooij2003-04-161-1/+1
| | | | | | | | (This used to be commit 84fba11ff0a649932e1f812408017ae4c5611083)
| * Fix segfault by getting this the right way aroundAndrew Bartlett2003-04-161-1/+1
| | | | | | | | (This used to be commit 8ba6148c69031e9a82687d4d006e1fa7ada21e91)
| * Adjust comment to respect change to no longer use unixsam by default...Andrew Bartlett2003-04-161-3/+2
| | | | | | | | (This used to be commit 87f491d6a63e0818ada4ed21dd1f4905b20f846c)
| * This code is no longer referenced - moved to the new libsmb/ldap.cAndrew Bartlett2003-04-161-62/+0
| | | | | | | | | | Andrew Bartlett (This used to be commit c98bbc750773f7c49dbb1e69a5936f52416dd51c)
| * Expand this magic number into the #defines it is made up of.Andrew Bartlett2003-04-161-1/+1
| | | | | | | | (This used to be commit 3d2d19b91036b6b11a33996d4b8bf266bad32737)
| * Add some static and #ifdef DEVELOPERAndrew Bartlett2003-04-161-3/+5
| | | | | | | | (This used to be commit 3bdbd320b001ea5881573f6c6a4c2259a60e2bb3)
| * Put this comment in a better place...Andrew Bartlett2003-04-161-3/+3
| | | | | | | | (This used to be commit 3fdddade0f6d463270c26623a654494ebe3e09bd)
| * NTSTATUS strings are much more use than raw numbers...Andrew Bartlett2003-04-161-2/+2
| | | | | | | | (This used to be commit aeaa60c8432fe06ad51bac52f473e5fdc6c00afc)
| * Store the type of 'sec channel' that we establish to the DC. If we are aAndrew Bartlett2003-04-1623-223/+368
| | | | | | | | | | | | | | | | | | | | | | | | | | | | workstation, we have to use the workstation type, if we have a BDC account, we must use the BDC type - even if we are pretending to be a workstation at the moment. Also actually store and retreive the last change time, so we can do periodic password changes again (for RPC at least). And finally, a couple of minor fixes to 'net'. Andrew Bartlett (This used to be commit 6e6b7b79edae3efd0197651e9a8ce6775c001cf2)
| * Make this code actually compile (--with-ldapsam).Andrew Bartlett2003-04-161-4/+7
| | | | | | | | | | | | | | | | This might not actually be the 'right way' to do this, but it's better to have it compile... Andrew Bartlett (This used to be commit c7dc0b27aca8f7e4653b25dae37ea38d68fc045a)
| * Add torture to everything..Jelmer Vernooij2003-04-161-1/+1
| | | | | | | | (This used to be commit 89048748ae8ef863c154c4f4c3254bcc1c9b77a0)
| * Don't build the torture progs in 'make all'Jelmer Vernooij2003-04-161-1/+1
| | | | | | | | (This used to be commit 44779546964bce605510af39feaee3ea436a7cfb)
| * Fix mem leak. Spotted by tpot (thanks Tim).Jeremy Allison2003-04-161-0/+1
| | | | | | | | | | Jeremy. (This used to be commit adeac265a05be90444d4651f36f2db2bd2f8e8e4)
| * Cause the winbind auth module to call the ntdomain module if winbind is notAndrew Bartlett2003-04-162-42/+65
| | | | | | | | | | | | | | | | | | | | running. This causes Samba not to contact the NT domain controller if Winbind is there, but the user had the wrong password. Andrew Bartlett (This used to be commit 119a1c276a05d0017f39cc0b7118f12a4f51886e)
| * Tested on Win2k, now I think I know what success/fail means in fdsess test.Jeremy Allison2003-04-151-0/+2
| | | | | | | | | | Jeremy. (This used to be commit dda94e37311d967e484fac15bac585e19dfc8a13)