summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * forgot include file, sorrySimo Sorce2002-09-261-14/+14
| | | | | | | | (This used to be commit 67d600ed8ed1cdd25503fdb2299bdfa93befee1f)
| * Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much*Andrew Bartlett2002-09-266-85/+419
| | | | | | | | | | | | | | | | | | | | | | | | | | better job of working with usrmgr. Previously we were blanking out entires, and all sort of mischif. The new patch (which I've now had a chance to test/modify) also takes care not to expand % values (ie we go \\%L\%U -> \\server\user, we don't want to store \\server\user back) and to correctly notice 'not set' compared to 'null string' etc. Andrew Bartlett (This used to be commit ab878b6cc4132594fc33f78aeebf0d8b7266c150)
| * move all the passdb internal interface to NTSTATUSSimo Sorce2002-09-267-269/+320
| | | | | | | | | | | | | | | | | | | | only the interface has been fully moved to NTSTATUS not all the plugins make full use of it, but have been all converted. My testings passed completely, however a bit of more testing is welcome Simo. (This used to be commit 102a26e06591928a03b49cd312a65811ed46314f)
| * notify user when no {domains,accounts} were foundJelmer Vernooij2002-09-251-0/+10
| | | | | | | | (This used to be commit ee3b497962a28c7c58e866b8536b1d2ae6f9b23a)
| * Add samtest command 'enum_accounts' + few typo fixes in sam/interface.cJelmer Vernooij2002-09-252-4/+30
| | | | | | | | (This used to be commit 81156d6556dab2ea23dea69da6940a0482d79d9b)
| * add samtest commands:Jelmer Vernooij2002-09-251-1/+134
| | | | | | | | | | | | - show_domain - context (This used to be commit e969b1897269ebd27650c2192cd19ebda47e042e)
| * fix getpass replacement check (i thought I fixed this a few daysGerald Carter2002-09-251-0/+2
| | | | | | | | | | ago....) (This used to be commit 1b55965f12dc2ede46ca2dbc82acbf56b7e33e2e)
| * Make it clear what this if statement applies to, and what it doesn'tAndrew Bartlett2002-09-251-0/+1
| | | | | | | | (This used to be commit 6b78e554c3dd3c98bff7dbd1d3715a9b7e405b8d)
* | Fix memory leak in getting DC list. Remember to exclude failed lookups.Jeremy Allison2002-09-301-5/+21
| | | | | | | | | | Jeremy. (This used to be commit 80ee515d7a45965271be0274b0b3815032f27aa1)
* | Added Solaris sendfile patch + configure tests from Pierre Belanger ↵Jeremy Allison2002-09-305-17/+300
| | | | | | | | | | | | | | <belanger@yahoo.com>. Jeremy. (This used to be commit 9c17faefa5cb0ed450578ae5bbcca44e3058bc9b)
* | logic error in checking wins servers--merged from HEADGerald Carter2002-09-301-2/+2
| | | | | | | | (This used to be commit a1c4a16267653375fbbc73de9234ddadbe92a396)
* | Don't zero out numwritten before using.... Found by Pierre Belanger ↵Jeremy Allison2002-09-301-2/+2
| | | | | | | | | | | | | | belanger@pobox.com Jeremy. (This used to be commit 495e6e3287152a7ec218a38b3133f7ae16d5a8d1)
* | Change libsmbclient.h -> ../include/libsmbclient.h in 3.0 as wellJelmer Vernooij2002-09-282-2/+2
| | | | | | | | (This used to be commit 5b451ce6f096d699a80c10f48bde5ee224e29ccf)
* | Include ../include/libsmbclient.h instead of just libsmbclient.h - we don't ↵Jelmer Vernooij2002-09-281-1/+1
| | | | | | | | | | | | want to include the globally installed libsmbclient.h - found by jht (This used to be commit a7a54fc2c8b26c92ab0e3499531919debca3fe64)
* | It turns out that Windows allows delete printer on a handleJeremy Allison2002-09-271-0/+14
| | | | | | | | | | | | | | opened by an admin user, then used on a pipe handle created by an anonymous user..... but they're working on security.... riiight ! Jeremy. (This used to be commit e96e6a60b82b71714120ce7636fa8402007d4b03)
* | HEAD and APP-HEAD spoolss parsing was out of sync. This MUST NOT HAPPEN !Jeremy Allison2002-09-271-20/+17
| | | | | | | | | | Jeremy. (This used to be commit cb89bcc935a39d9ca1ceb07a4ca85f0bda7f65fe)
* | Apply Vance Lankhaars' cifs2002 documentation patch - mostly grammar andJelmer Vernooij2002-09-2719-262/+138
| | | | | | | | | | English typo fixes and updates of documentation (This used to be commit cf240f14a53d95261c557a881cf67c7d3d316a57)
* | Make explicit the difference between a tdb key with no data attached, andJeremy Allison2002-09-261-2/+11
| | | | | | | | | | | | a non existent entry. Stop a malloc(0) being called in the first case. Jeremy. (This used to be commit 7b841247bda028ce654fb760b932f08ec61c494c)
* | tagging as 3.0alpha21cvsGerald Carter2002-09-261-1/+1
| | | | | | | | (This used to be commit 237875363fe2efd92154e3f362323281a9e0f5da)
* | Arrgghhh the release script doesn't use the SAMBA_3_0 branch !!!!Gerald Carter2002-09-262-10/+10
| | | | | | | | | | I released the snapshot directly out of HEAD!!!!! (This used to be commit c70c8e81c85a7a9e32a79287642826e44ec0f1a1)
* | set versionGerald Carter2002-09-261-1/+1
| | | | | | | | (This used to be commit a953c449b4319b03e734ece70322c52c987e3532)
* | syncing with HEAD some moreGerald Carter2002-09-2647-13785/+98
| | | | | | | | (This used to be commit 805a89fbb771659ce9d397daad59f47d8b5fefcc)
* | sync with HEADGerald Carter2002-09-268-221/+253
| | | | | | | | (This used to be commit ee9cbf58071adb627a49a94c6340aaba330486b5)
* | remove files not in HEADGerald Carter2002-09-2649-13696/+0
| | | | | | | | (This used to be commit 9d9f7bbf87bf9a0e003e6da482615fe040d00852)
* | syncing up with HEAD again....Gerald Carter2002-09-2614-313/+866
| | | | | | | | (This used to be commit e026b84815ad1a5fa981c24fff197fefa73b4928)
* | updated WHATSNEW for alpha20Gerald Carter2002-09-261-0/+162
| | | | | | | | (This used to be commit 8354afba8d3712921323b5150d60fb8fbf432d01)
* | removed autogenerated fileGerald Carter2002-09-251-25/+0
| | | | | | | | (This used to be commit 832faf4b391d73e0dd794769542a6fcbd75e51a6)
* | merge from HEADGerald Carter2002-09-252-0/+3
| | | | | | | | (This used to be commit da44b196a977b6edf7cdf27e344295ed15d198f7)
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-254-15/+19
| | | | | | | | (This used to be commit 4456d5edd9207674d03bf503e8b245e5dc1ca8d8)
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-25176-6364/+10966
| | | | | | | | (This used to be commit 65e7b5273bb58802bf0c389b77f7fcae0a1f6139)
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-2527-7288/+9247
| | | | | | | | (This used to be commit b5d03c7b55fb2f34fa4d0228abe4389020e5ed5f)
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-2510-307/+613
| | | | | | | | (This used to be commit 803715d96016767c55202362b17096fc80786c59)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-09-2580-0/+22029
|\| | | | | | | used to be commit 9a5541595f78f2cbba16030552c6e780f6fddcf6)
| * remove extern for AllowDebugChange since we don't use itJelmer Vernooij2002-09-251-1/+0
| | | | | | | | (This used to be commit 70d9b71ceaeba95712fa61e601376ff5cc8e7714)
| * Fix the circular dependency that was preventing 'domain master = auto' (theAndrew Bartlett2002-09-251-1/+1
| | | | | | | | | | | | | | default) from working. Andrew Bartlett (This used to be commit 25950dbb3272949a235bed936c7d7b1d23f15fac)
| * Metze claims that without this his win2k server gets horribly confused lookingAndrew Bartlett2002-09-251-2/+2
| | | | | | | | | | | | | | | | | | | | for all sorts of AD things in lp_realm(). We need to get some non-Win2k NTLMSSP and chase this up a bit, but this will do for now. (Hmm, this might affect NTLMv2 as well) Andrew Bartlett (This used to be commit 0e6babc306f60e88fc28705a8d4ad112bafe92cb)
| * Whenever we deal with adding machine/trusted domain accounts, always reset theAndrew Bartlett2002-09-251-20/+23
| | | | | | | | | | | | | | | | flag to what we expect. This handles the 'upgrade' from unixsam beter (where all $ terminated accounts are machines). Andrew Bartlett (This used to be commit a198940ea6f7b7f3cba38c5a9f695e0731204583)
| * Don't crash when a backend doesn't have a setsampwent function available - ↵Jelmer Vernooij2002-09-251-2/+2
| | | | | | | | | | | | bug reported by metze (This used to be commit 4aea951102a6e82612560e6a59931fde433ee6ea)
| * This patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> cleans upAndrew Bartlett2002-09-255-128/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pdb_ldap and adds a 'ldap passwd sync' option. The idea with this option is to do allow an ldap backend to do all the fancy password hashing etc - and to tell smbd no to try and double-up. Using 'ldap passwd sync = only' will do this, but is not recommended unless such a backend is in place... Running 'ldap passwd sync = yes' just gets you the same as doing 'pam passwd sync = yes' and having both PAM and pam_ldap correctly configured for 'magic root' behaviour, but only using ldap connection, and one set of credentials. This also gets us closer to allowing ldap to say 'password too short' etc, which might assist in maintaining a consistant password policy. Andrew Bartlett (This used to be commit f13e243f1a13d34ae057b40b01f561e8b95d4570)
| * Fix debuglevel command-line argumentJelmer Vernooij2002-09-251-1/+0
| | | | | | | | (This used to be commit 779aea57450db83fa7870e8a35db55d475682519)
| * Compile samtest with LIBADS_OBJ and PASSDB_OBJ...Jelmer Vernooij2002-09-251-1/+1
| | | | | | | | (This used to be commit f0c095875758ef44ed2d25d3ed9d77e5e163b75f)
| * samtest should load smb.conf by defaultJelmer Vernooij2002-09-251-1/+26
| | | | | | | | | | | | | | add command-line option to samtest to specify alternate config file - use /dev/null to don't load any config file.. add 'conf' command to load specified config file (This used to be commit 237883d1e68e99a3ea3df9b6e182c70cb31b2523)
| * At least try to get this function picked up by the autoprototyperAndrew Bartlett2002-09-251-2/+2
| | | | | | | | (This used to be commit d5303d5c080212486329f7e5a65f732e11efbb37)
| * Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some thingsAndrew Bartlett2002-09-252-59/+2
| | | | | | | | | | | | | | | | | | that just don't apply any more - now that we always keep username and domain seperate. Also, the policy it was trying to permit is now implemented by the auth code. Andrew Bartlett (This used to be commit 760c0740cad948665db4a1d462fbbd99332713ef)
| * Another patch from metze, towards his work on sam_ads.Andrew Bartlett2002-09-254-11/+108
| | | | | | | | | | See mx-ldap.sf.net for his current progress. (This used to be commit 9c62d1312fdf0aa7b1978e8bbb56fc076ba7e9d0)
| * Header files should not include includes.h - therein lies maddness, particuarlyAndrew Bartlett2002-09-251-3/+0
| | | | | | | | | | if we ever want to get rid of the magic macros. (This used to be commit 13f33e466ed31d35221157d6b3a1a05507157b66)
| * Actually pick up the kerberos libs in RedHat - the previous shell constructAndrew Bartlett2002-09-252-8/+8
| | | | | | | | | | | | | | didn't seem to work properly. Andrew Bartlett (This used to be commit c0925b6352ff6135da03edff44e0bbd72c949a20)
| * If adding a user to ldap, make sure we have the 'account' structural class, orAndrew Bartlett2002-09-251-0/+1
| | | | | | | | | | else we can't add to OpenLDAP 2.1 (This used to be commit d9a91a41441c156223760cb356fa997ea7bdbc1a)
| * Move to common user token debugging, and ensure we always print both theAndrew Bartlett2002-09-252-17/+26
| | | | | | | | | | | | | | | | NT_TOKEN and the unix credentials - as we incresingly use the NT stuff we want to make it easy to check they don't get out of wack. Andrew Bartlett (This used to be commit a3882a19254811ace2f9545580c14ce3bd588095)
| * Avoid a segfault in net join when you have not done an kinit, and it's fallingAndrew Bartlett2002-09-251-0/+5
| | | | | | | | | | | | | | | | back to NTLMSSP. We need to get the password out of the user, and this eventually does. Andrew Bartlett (This used to be commit bb518a3bae3bf91a589021fcc5b1e715247c5ded)