summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-05-26Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar...Jelmer Vernooij1-1/+1
2003-05-26Correctly initialize winbind auth method.Volker Lendecke1-0/+3
2003-05-24Fix an insufficient alloc when querying alias members.Volker Lendecke1-1/+1
2003-05-23installman needs to depend on installdirs, to fix parallelAndrew Tridgell1-2/+2
2003-05-22Use -fPIC when compiling shared modules. Reported by Steve Langasek aka vorlon.Jelmer Vernooij1-43/+38
2003-05-22Stat opens can have fsp->fd == -1 and will have a share entry. EnsureJeremy Allison1-2/+10
2003-05-22More fixes for debug log to catch logic error.Jeremy Allison2-3/+5
2003-05-22fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unles...Gerald Carter1-2/+15
2003-05-22merging minor change from SAMBA_3_0 about which pdb modules to buildGerald Carter1-2/+0
2003-05-22fix bug #108; sambaSambaAccount string attributes are case insensitive; don't...Gerald Carter1-1/+4
2003-05-22head(1) portability patch from Guenther Deschner.Tim Potter1-2/+2
2003-05-21fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter2-4/+20
2003-05-21we weren't filling in the keylength in LANMAN1 and LANMAN2.1 negprotAndrew Tridgell1-0/+2
2003-05-20really make sure to include the version in the lanman string; tested spnego u...Gerald Carter1-8/+9
2003-05-20better handling of --with-expsam (includes pdb_nisplussam now)Gerald Carter1-24/+37
2003-05-20remove USE_SMBPASS_DBGerald Carter1-4/+0
2003-05-20remove WITH_TDB_SAMGerald Carter1-1/+1
2003-05-20wrap pdb_[nisplussam|xml|mysql] in --with-expsam option & some formatting fixesGerald Carter1-18/+42
2003-05-20Fix Linux cifs vfs mount helper parsing of slashesSteve French1-5/+10
2003-05-19FreeBSD5 ACL fix.Jeremy Allison1-0/+5
2003-05-19Updates for AIX winbind client from Stephen Roylance.Tim Potter1-62/+58
2003-05-18port fixes from 3.0Simo Sorce3-10/+4
2003-05-17Cope with cumulative permissions sets. This code is #ifdef'ed out at theJeremy Allison1-1/+49
2003-05-16Patch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to fix core dump bugJeremy Allison1-1/+14
2003-05-16Merge: clarify secure channel connection comment.Tim Potter1-4/+4
2003-05-16Merge get_global_sam_name() from 3.0 to fix compile breakage.Tim Potter1-0/+8
2003-05-15Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups.Jeremy Allison1-0/+2
2003-05-15Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called onJeremy Allison2-5/+7
2003-05-15Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check.Jeremy Allison1-1/+1
2003-05-15Ensure sys_adminlog code won't coredump with incorrect client params.Jeremy Allison1-4/+11
2003-05-15Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling ofJelmer Vernooij1-9/+17
2003-05-15Removed (incorrect) emacs mode setting. Use emacs' built in autoconfTim Potter1-1/+0
2003-05-14Fix winbindd coredump. Remember to set a ** pointer to null beforeJeremy Allison2-0/+3
2003-05-14readding reverted changes during idmap merge (noticed by Andrew b.)Gerald Carter1-16/+33
2003-05-14fix group mapping in LDAP under new schemaGerald Carter1-35/+61
2003-05-14syncing LDAP schema changes with Samba_3_0Gerald Carter4-306/+816
2003-05-14Move some #ifdefs and function prototypes around to avoid a compilerTim Potter1-13/+14
2003-05-14Fix pointer return bug in get_unix_attributes()Tim Potter1-1/+1
2003-05-14spellingTim Potter10-14/+14
2003-05-14spellingTim Potter1-2/+2
2003-05-13Add pythoncheck to make check target.Tim Potter2-1/+52
2003-05-13Sync up with 3.0 version.Tim Potter1-21/+30
2003-05-12Fix compiler warnings.Jeremy Allison6-7/+0
2003-05-12fixing typos in debug statementsGerald Carter2-2/+2
2003-05-10Forgot one file.Jelmer Vernooij1-3/+0
2003-05-10Remove latest module_dummy patch from metze and me.Jelmer Vernooij1-53/+0
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij34-82/+3
2003-05-10Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij35-2/+137
2003-05-10Fix from Tom.Lackemann@falconstor.com to correctly set the flags basedJeremy Allison1-1/+9
2003-05-10Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison1-9/+0