summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett2002-09-277-218/+345
| | | | | | | | | | | | | | | | | | like metze's sam_ads can also use them. Also add error checking etc to a few more functions. Andrew Bartlett (This used to be commit c864edf4fbf8a6c37888a14b861d7c12cf503d4f)
| * An example of a group creation command that can handle failuresVolker Lendecke2002-09-271-0/+27
| | | | | | | | | | | | | | of groupadd. Volker (This used to be commit 3f78923a6feefffae6203d27a765b2a8cf3c5c24)
| * Do not update manpages directly...Volker Lendecke2002-09-271-1/+10
| | | | | | | | (This used to be commit 685387b0109e880e30191fbea0aad1e5c677273a)
| * Doco patch from metze. This reformats the 'ldap ssl' docs, and add doco forAndrew Bartlett2002-09-271-9/+35
| | | | | | | | | | | | | | the new 'ldap passwd sync' option. Andrew Bartlett (This used to be commit 4d20cf56f2fbe60f2dfa2ae62de1f132f24348aa)
| * Vance picked up a pile of typos etc at the CIFS confernce, and finally got themAndrew Bartlett2002-09-274-15/+15
| | | | | | | | | | | | | | off his laptop :-) Andrew Bartlett (This used to be commit df8f0338fae01e5edc176708c2b798c67c2e8c36)
| * Minor updates:Andrew Bartlett2002-09-273-10/+24
| | | | | | | | | | | | | | | | | | | | | | Add const to some more functions, and reintroduce 'net rpc join oldstyle' as *only* trying an old-style join. This means that we can rely on it not prompting for a password on the build farm. Andrew Bartlett (This used to be commit 31bdbeef0ea6f30247cd3b30cfea57b34102abe6)
| * Some small cleanups to the libads code (mainly error checking), and give aAndrew Bartlett2002-09-273-7/+30
| | | | | | | | | | | | | | sane prototype for the push_utf8_allocate code. Andrew Bartlett (This used to be commit ce00a3238ed8a82639c4d0ee3e960f7000b1a7b0)
| * I missed committing this - all updates to configure.in adding --with-fooAndrew Bartlett2002-09-271-1/+1
| | | | | | | | | | | | | | options need a matching entry in acconfig.h to actually do anything... Andrew Bartlett (This used to be commit 4636809153987f03b14a27dba175cb1511c2d460)
| * Fix typoAndrew Bartlett2002-09-271-1/+1
| | | | | | | | (This used to be commit 42c7ecd3d5dc5eb8ff690635946a403a82ebb270)
| * When compiled --with-ldapsam, make ldapsam the default passdb backend.Andrew Bartlett2002-09-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | This is to allow painless upgrades from 2.2, and so people don't get a shock when they follow old docs. If ldap has been detected on the system, ldapsam is always available, just not the default. Andrew Bartlett (This used to be commit 0a6a0c88d0972fcea4aead7115929f96c0d23cbc)
| * Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path toAndrew Bartlett2002-09-275-835/+912
| | | | | | | | | | | | | | | | | | a 3.0 based PDC. Change defaults to use SSL, so that this also matches. Andrew Bartlett (This used to be commit 36c2a3820faa1d90cd331881720be0e61ab93460)
| * 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 ece9507ec3d363fccf56b000ad9758780a9b3fb4)
| * tagging version as post3.0-HEAD to differentiate from the SAMBA_3_0Gerald Carter2002-09-261-1/+1
| | | | | | | | | | branch. (This used to be commit 0962a2f74f89b684a5f333126fed2b6a7fc0b454)
| * add -r to usage outputGerald Carter2002-09-261-0/+1
| | | | | | | | (This used to be commit a6ec9af7e38b1b937eba7003f130d662d5bde035)
| * preparing for release of 3.0alpha20Samba Release Account2002-09-262-10/+10
| | | | | | | | (This used to be commit ba8b6c8e31ad5f15a0cfa9d28d9b8692c3473a42)
| * sync with SAMBA_3_0Gerald Carter2002-09-261-0/+162
| | | | | | | | (This used to be commit 284c515dbd36d49081c1cdf9b2b9a60bf7a22ae4)
| * Fix segfault in sam_context_enum_domains - reported by KaiJelmer Vernooij2002-09-261-0/+1
| | | | | | | | (This used to be commit 1430473d3fdcc8e711fe483b84dfeefa6bd54905)
| * Don't define PASS_MUST_CHANGE_AT_NEXT_LOGON twice..Jelmer Vernooij2002-09-261-3/+0
| | | | | | | | (This used to be commit cae3705b9a03e36137439e24667dcf2e5e9643fc)
| * Change pdb_xml functions to return NTSTATUSJelmer Vernooij2002-09-261-14/+15
| | | | | | | | (This used to be commit 834fcd23959ed202a84069bf19390103f563540c)
| * Change pdb_mysql function to return NTSTATUSJelmer Vernooij2002-09-261-65/+76
| | | | | | | | (This used to be commit fa056769a08c93f086f05baf9095ee93217f92f1)
| * Make functions return NTSTATUS instead of BOOLJelmer Vernooij2002-09-261-14/+14
| | | | | | | | (This used to be commit 6347d40eff03ad780446bdae0f1dfe0bc9edf824)
| * Add -r parameter to smbgroupedit. With -r you can manually chooseVolker Lendecke2002-09-261-21/+26
| | | | | | | | | | | | | | a rid. Volker (This used to be commit 11ec785f3f43b277ae3f28b38865f4de972495bc)
| * Patch from "Kai Krueger" <kai@kruegernetz.de> to get some more of our accessAndrew Bartlett2002-09-262-47/+58
| | | | | | | | | | | | | | control bits right on the SAMR pipe. Andrew Bartlett (This used to be commit e87948c777b59592b130da081ef5d25600455d29)
| * 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)