summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 83: fixes for building when $srcdir != $builddir from David LeeTim Potter2003-05-234-22/+33
* Compile shared modules with the -fPIC flag. Reported by Steve Langasek akaJelmer Vernooij2003-05-221-38/+38
* Stat opens can have fsp->fd == -1 and will have a share entry. EnsureJeremy Allison2003-05-221-2/+10
* More fixes for debug log to catch logic error.Jeremy Allison2003-05-222-8/+6
* Add more info to debug info...Jeremy Allison2003-05-221-1/+5
* moving the sambaAccount objectclass to 'historical' to prevent confusion on w...Gerald Carter2003-05-221-150/+142
* fix bug #108; sambaSambaAccount string attributes are case insensitive; don't...Gerald Carter2003-05-221-2/+5
* fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unles...Gerald Carter2003-05-221-1/+13
* updating versionGerald Carter2003-05-221-1/+1
* Merge of head(1) portability patch.Tim Potter2003-05-221-2/+2
* Fix typo.John Terpstra2003-05-211-1/+1
* fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter2003-05-212-4/+20
* A few small edits to the locking file. Source of info: Eric Roseme's whitepaper.John Terpstra2003-05-212-7/+641
* merge LANMAN1/LANMAN2.1 fixes from headAndrew Tridgell2003-05-211-0/+2
* We don't support level 0 and do support level 5 for the enumprinters command.Tim Potter2003-05-211-1/+1
* really make sure to include the version in the lanman string; tested spnego u...Gerald Carter2003-05-201-8/+9
* better handling of --with-expsam (includes pdb_nisplussam now)Gerald Carter2003-05-201-24/+37
* remove WITH_TDB_SAM & USE_SMBPASS_DBGerald Carter2003-05-201-4/+0
* wrap pdb_[nisplussam|xml|mysql] in --with-expsam option & some formatting fixesGerald Carter2003-05-201-19/+42
* Fix bug #95: net did not build when ldap was installed, but --without-adsJim McDonough2003-05-201-1/+1
* Fix bug #96: Use DNS decompression to properly parse cldap netlogonJim McDonough2003-05-201-110/+132
* Fix bug #98: DNS compression is required for proper building of theJim McDonough2003-05-201-25/+42
* More edits - added example.John Terpstra2003-05-201-1/+101
* FreeBSD5 ACL fix.Jeremy Allison2003-05-191-0/+5
* Fix macros for next and opaque quota ops. Spotted by metzeAlexander Bokovoy2003-05-191-4/+4
* Updates for AIX winbind client from Stephen Roylance.Tim Potter2003-05-191-62/+58
* Fixups and more edits.John Terpstra2003-05-181-241/+272
* More Edits.John Terpstra2003-05-181-1/+242
* This was actually a24 release (fixed changelog entry), add note about VFS API...Alexander Bokovoy2003-05-171-1/+2
* Cope with cumulative permissions sets. This code is #ifdef'ed out at theJeremy Allison2003-05-171-1/+49
* Patch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to fix core dump bugJeremy Allison2003-05-161-1/+14
* Well spotted typo by Marco Berger <MARCOB@voelcker.com>Andrew Bartlett2003-05-161-1/+1
* David Lee <t.d.lee@durham.ac.uk> provides some corrections to the commentsAndrew Bartlett2003-05-161-39/+5
* another bugfix from Alex Deiter <tiamat@komi.mts.ru>Simo Sorce2003-05-161-1/+1
* Fix from Alex Deiter <tiamat@komi.mts.ru>Simo Sorce2003-05-161-1/+1
* add metze's patch for smb_register functionsSimo Sorce2003-05-163-6/+3
* add idmap_winbind unless I made a better way to solve SID type for domainSimo Sorce2003-05-163-1/+157
* Clarify a comment: The secure channel connection must be opened on theTim Potter2003-05-161-4/+4
* Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups.Jeremy Allison2003-05-151-0/+2
* Fix for winbindd segfault (finally I think this is the correct one :-)Jeremy Allison2003-05-151-1/+1
* Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called onJeremy Allison2003-05-152-5/+7
* Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.Jeremy Allison2003-05-151-1/+1
* Ensure sys_adminlog code won't coredump with incorrect client params.Jeremy Allison2003-05-151-4/+11
* Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling ofJelmer Vernooij2003-05-151-9/+17
* Merge of incorrect emacs mode fix.Tim Potter2003-05-151-1/+0
* Ok, try and fix this correctly... Simplify the nasty loop logic.Jeremy Allison2003-05-141-7/+7
* Fix winbindd coredump. Remember to set a ** pointer to null beforeJeremy Allison2003-05-141-0/+2
* preparing for release of 3.0alpha24Gerald Carter2003-05-141-1/+0
* fix quota build on non-64bit systemsGerald Carter2003-05-142-5/+5
* working on 3.0alpha24Gerald Carter2003-05-141-167/+81