summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.Jeremy Allison2003-05-151-1/+1
| | | | | | | | | | Jeremy. (This used to be commit 9202362ee13c14bd7127713e3976bb9ee11038df)
| * Ensure sys_adminlog code won't coredump with incorrect client params.Jeremy Allison2003-05-151-4/+11
| | | | | | | | | | Jeremy. (This used to be commit 0f7f762a1e1aa86afc2a740dcce83c8384d8d53b)
| * Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling ofJelmer Vernooij2003-05-151-9/+17
| | | | | | | | | | modules in auth/ (This used to be commit 3d804efe76335cd09640a82c0326dbf3eb83fe04)
| * Removed (incorrect) emacs mode setting. Use emacs' built in autoconfTim Potter2003-05-151-1/+0
| | | | | | | | | | mode instead of m4 mode. (This used to be commit 1cabd4ba043447eaf15b498775a393e714099d40)
| * Fix winbindd coredump. Remember to set a ** pointer to null beforeJeremy Allison2003-05-142-0/+3
| | | | | | | | | | | | | | searching and not finding otherwise we return a valid looking pointer that was whatever crap was on the stack. Jeremy. (This used to be commit b6e78900175d4362f3a4d0216aa635931a0c11e9)
| * readding reverted changes during idmap merge (noticed by Andrew b.)Gerald Carter2003-05-141-16/+33
| | | | | | | | (This used to be commit d9fd4b8be36b0175d68f9b3c3200dbb03df64c76)
| * fix group mapping in LDAP under new schemaGerald Carter2003-05-142-36/+62
| | | | | | | | (This used to be commit 59328b8c8add974c7edaeecdf8eac0fb0d328fc2)
| * s/primaryGroupSID/sambaPrimaryGroupSID/Gerald Carter2003-05-141-1/+1
| | | | | | | | (This used to be commit d6ee6a26523a02834a53f214fd6713f5af591be7)
* | Add entities for 'not' and 'rootprompt'Jelmer Vernooij2003-05-261-0/+2
| | | | | | | | (This used to be commit 0313c59364bacca8601469f8b0327f3ae94457ff)
* | Update.John Terpstra2003-05-261-106/+174
| | | | | | | | (This used to be commit eafd5788a94802484c12a550b39713ebaa885463)
* | Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine ↵Jelmer Vernooij2003-05-261-1/+1
| | | | | | | | | | | | Larsen) (This used to be commit e9df7d2820441c63c35e7b4fc5b3cc594053781c)
* | Lots of minor, mostly layout fixes.Jelmer Vernooij2003-05-267-350/+426
| | | | | | | | (This used to be commit 99674fdbd12caca61baa00974a492a9a26d982e9)
* | Allow me to make just the HOWTO. We can remove this later.John Terpstra2003-05-261-0/+1
| | | | | | | | (This used to be commit bedf2083912b0b49d68139711ad4f01e5e4fa4f8)
* | Metze's patches:John Terpstra2003-05-262-59/+57
| | | | | | | | | | | | | | | | | | | | | | here's a small patch which renames the symbol 'log' to some better names to avoid compiler warnings about shodow global var 'log' in proto.h we now have a GLOBAL_SECTION_SNUM -1 so we should use it in swat too:-) (This used to be commit a4733a0748b4d24457558304ad47852c69905cb2)
* | Correctly initialize winbind auth method.Volker Lendecke2003-05-261-0/+3
| | | | | | | | (This used to be commit b9e7ce9d85c4203779d6b9bfb2e65a4ed5fe33ff)
* | Fixed linkend problems with some links in passdbAlexander Bokovoy2003-05-261-2/+2
| | | | | | | | (This used to be commit 2267a66687b137bac4da802631f2de38f021fc1d)
* | Ignore autogenerated file.Tim Potter2003-05-261-0/+1
| | | | | | | | (This used to be commit de8180a28024a312c4d5bb97e274122d631580c2)
* | This fixes net rpc vampire when talking to win2k (<sp3). win2k sendsTim Potter2003-05-262-7/+7
| | | | | | | | | | | | back a different sized blob of encrypted password data then we were expecting. There's an extra 32 bytes of unknown stuff. (This used to be commit 285952fd626b02362fb6732f90c5a3ce0d2d5ae0)
* | Spelling.Tim Potter2003-05-261-1/+2
| | | | | | | | (This used to be commit eda897306896b729129582fdf4fdd26af555f014)
* | Add samstrict_dc from metze (been sitting in HEAD for way to long waiting forAndrew Bartlett2003-05-261-0/+46
| | | | | | | | | | | | | | | | | | | | me to review it). This patch works well for a DC running with trusted domains, becouse it lets you check the local SAM first, but only for this domain's users. Andrew Bartlett (This used to be commit e0bd4d2844e6073a83b72925bca1aec007a8dd0b)
* | Get 'add user script' working again for Samba 3.0.Andrew Bartlett2003-05-253-47/+52
| | | | | | | | | | | | | | | | | | | | I'm still not convinced that sharing the option name with the administrative code is the best idea, but anyway... Tested by vl, bug #41. Andrew Bartlett (This used to be commit 9d78f064c5e4e6b340f994204977aaac6513320b)
* | Some minor fixes in language and contentJelmer Vernooij2003-05-251-14/+12
| | | | | | | | (This used to be commit 6f2ba4f64ac7a655d490d4154a4a70b1d78e4288)
* | Fix typos.John Terpstra2003-05-252-1/+2
| | | | | | | | (This used to be commit 3c9c414819a522758956515606d49d41b9ff9414)
* | Merge from HEAD.John Terpstra2003-05-253-3/+13
| | | | | | | | (This used to be commit 0c6525408309fe905abcd82e54b8a6ed0de0ed69)
* | Added Jelmer's patch from HEAD.John Terpstra2003-05-251-31/+92
| | | | | | | | (This used to be commit 8629da75fd4556c479b01674e1090caf627d0b62)
* | A little edit. :)John Terpstra2003-05-251-775/+1151
| | | | | | | | (This used to be commit 591f450a330dd27f3b57898e92ef8d91d731e0a3)
* | Fix an insufficient alloc when querying alias members.Volker Lendecke2003-05-241-1/+1
| | | | | | | | | | Volker (This used to be commit 47c36290db5e1f84ddf78913b3971aea04d243ab)
* | Oh aye, another wee edit.John Terpstra2003-05-241-21/+207
| | | | | | | | (This used to be commit 84586cad1335ee12e822614aefdff9a8d3b8a02b)
* | Don't use extensions like '\t' in a sed script. It breaks the make proto.Jeremy Allison2003-05-231-6/+6
| | | | | | | | | | Jeremy. (This used to be commit 7d546a6bad3378fcdaf5fc7f0c2057e71382c00a)
* | installman needs to depend on installdirs, to fix parallelAndrew Tridgell2003-05-231-2/+2
| | | | | | | | | | build/install (This used to be commit 8fa687701a73cbce031cc5550412558a49d697a9)
* | Ignore *.po files.Tim Potter2003-05-231-0/+1
| | | | | | | | (This used to be commit e90c5796d2dcdbb81b2e78c580704da1f93547cc)
* | Bug 83: fixes for building when $srcdir != $builddir from David LeeTim Potter2003-05-234-22/+33
| | | | | | | | | | <t.d.lee@durham.ac.uk> (This used to be commit e48a8b5e9c1a75c6e4bffe022d0e25edae89bc58)
* | Compile shared modules with the -fPIC flag. Reported by Steve Langasek akaJelmer Vernooij2003-05-221-38/+38
| | | | | | | | | | vorlon. (This used to be commit a5f165020aecde604bbb9982944fb44bcfea19ae)
* | Stat opens can have fsp->fd == -1 and will have a share entry. EnsureJeremy Allison2003-05-221-2/+10
| | | | | | | | | | | | that file_find_dif will find them. Fixes a core dump in smbd/open.c. Jeremy. (This used to be commit 0e2165630d2ce31076fef6d7098e45c8fd327e23)
* | More fixes for debug log to catch logic error.Jeremy Allison2003-05-222-8/+6
| | | | | | | | | | Jeremy. (This used to be commit 84a7714eba801fefa7ad56493f20813de3943bc5)
* | Add more info to debug info...Jeremy Allison2003-05-221-1/+5
| | | | | | | | | | Jeremy. (This used to be commit 6d3b72b4994a5115a1e7f0ca3912692a33fc690e)
* | moving the sambaAccount objectclass to 'historical' to prevent confusion on ↵Gerald Carter2003-05-221-150/+142
| | | | | | | | | | | | which one should be used for new servers. I'll add a note about uncommenting the older items for ldapsam_compat in the release notes (This used to be commit 469c5ad1acfb452617b10653e06ce3b34ec9e146)
* | fix bug #108; sambaSambaAccount string attributes are case insensitive; ↵Gerald Carter2003-05-221-2/+5
| | | | | | | | | | | | don't try to change a string that only differs in case (This used to be commit 01ef08352007487040edefcc0b99ca79823cbddf)
* | fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 ↵Gerald Carter2003-05-221-1/+13
| | | | | | | | | | | | unless we are trying to be an ADS DC (This used to be commit bf20976e5a993f4cfa05c1e0a9ecab2c7da99263)
* | updating versionGerald Carter2003-05-221-1/+1
| | | | | | | | (This used to be commit b1eb0dd7e0593e08f71aa9c4fc3d47ccdfabc691)
* | Merge of head(1) portability patch.Tim Potter2003-05-221-2/+2
| | | | | | | | (This used to be commit 9192921c115b881d687f28d016c478192ab4d4ae)
* | Fix typo.John Terpstra2003-05-211-1/+1
| | | | | | | | (This used to be commit 4e6fd913fe036f7c21563d083a9840e5b197a933)
* | fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the ↵Gerald Carter2003-05-212-4/+20
| | | | | | | | | | | | unicode plain text password if negoitated (This used to be commit e7d635af80c844f17ff9f34c26c1e9c978951ce1)
* | A few small edits to the locking file. Source of info: Eric Roseme's whitepaper.John Terpstra2003-05-212-7/+641
| | | | | | | | | | <eric.roseme@hp.com> (This used to be commit c42318a068f26a6ca74eccd1a82d0965ef9d436d)
* | merge LANMAN1/LANMAN2.1 fixes from headAndrew Tridgell2003-05-211-0/+2
| | | | | | | | (This used to be commit 73c686ab771b6c3e9a9335032f851083d44701c7)
* | We don't support level 0 and do support level 5 for the enumprinters command.Tim Potter2003-05-211-1/+1
| | | | | | | | (This used to be commit a7f47422db05592651b602bdedc4761c12f5210b)
* | really make sure to include the version in the lanman string; tested spnego ↵Gerald Carter2003-05-201-8/+9
| | | | | | | | | | | | using smbclient (This used to be commit d7ca85613b6acf60e29cc118435db2c075995edb)
* | better handling of --with-expsam (includes pdb_nisplussam now)Gerald Carter2003-05-201-24/+37
| | | | | | | | (This used to be commit 6cb3d3cc609c22b54c793ab4d0be645e85e5ad35)
* | remove WITH_TDB_SAM & USE_SMBPASS_DBGerald Carter2003-05-201-4/+0
| | | | | | | | (This used to be commit 1f98ced3163e26818c12829801729bc28f858de7)
* | wrap pdb_[nisplussam|xml|mysql] in --with-expsam option & some formatting fixesGerald Carter2003-05-201-19/+42
| | | | | | | | (This used to be commit 014350196df287beae212e99d22dc63ecbe7d36e)