Age | Commit message (Expand) | Author | Files | Lines |
2003-05-27 | Merge from SAMBA_3_0: initialise return value in run_tcon_devtype_test() | Tim Potter | 1 | -1/+1 |
2003-05-26 | Added file from SAMBA_3_0 branch. | Tim Potter | 1 | -0/+1 |
2003-05-26 | Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar... | Jelmer Vernooij | 1 | -1/+1 |
2003-05-26 | Correctly initialize winbind auth method. | Volker Lendecke | 1 | -0/+3 |
2003-05-24 | Fix an insufficient alloc when querying alias members. | Volker Lendecke | 1 | -1/+1 |
2003-05-23 | installman needs to depend on installdirs, to fix parallel | Andrew Tridgell | 1 | -2/+2 |
2003-05-22 | Use -fPIC when compiling shared modules. Reported by Steve Langasek aka vorlon. | Jelmer Vernooij | 1 | -43/+38 |
2003-05-22 | Stat opens can have fsp->fd == -1 and will have a share entry. Ensure | Jeremy Allison | 1 | -2/+10 |
2003-05-22 | More fixes for debug log to catch logic error. | Jeremy Allison | 2 | -3/+5 |
2003-05-22 | fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unles... | Gerald Carter | 1 | -2/+15 |
2003-05-22 | merging minor change from SAMBA_3_0 about which pdb modules to build | Gerald Carter | 1 | -2/+0 |
2003-05-22 | fix bug #108; sambaSambaAccount string attributes are case insensitive; don't... | Gerald Carter | 1 | -1/+4 |
2003-05-22 | head(1) portability patch from Guenther Deschner. | Tim Potter | 1 | -2/+2 |
2003-05-21 | fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u... | Gerald Carter | 2 | -4/+20 |
2003-05-21 | we weren't filling in the keylength in LANMAN1 and LANMAN2.1 negprot | Andrew Tridgell | 1 | -0/+2 |
2003-05-20 | really make sure to include the version in the lanman string; tested spnego u... | Gerald Carter | 1 | -8/+9 |
2003-05-20 | better handling of --with-expsam (includes pdb_nisplussam now) | Gerald Carter | 1 | -24/+37 |
2003-05-20 | remove USE_SMBPASS_DB | Gerald Carter | 1 | -4/+0 |
2003-05-20 | remove WITH_TDB_SAM | Gerald Carter | 1 | -1/+1 |
2003-05-20 | wrap pdb_[nisplussam|xml|mysql] in --with-expsam option & some formatting fixes | Gerald Carter | 1 | -18/+42 |
2003-05-20 | Fix Linux cifs vfs mount helper parsing of slashes | Steve French | 1 | -5/+10 |
2003-05-19 | FreeBSD5 ACL fix. | Jeremy Allison | 1 | -0/+5 |
2003-05-19 | Updates for AIX winbind client from Stephen Roylance. | Tim Potter | 1 | -62/+58 |
2003-05-18 | port fixes from 3.0 | Simo Sorce | 3 | -10/+4 |
2003-05-17 | Cope with cumulative permissions sets. This code is #ifdef'ed out at the | Jeremy Allison | 1 | -1/+49 |
2003-05-16 | Patch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to fix core dump bug | Jeremy Allison | 1 | -1/+14 |
2003-05-16 | Merge: clarify secure channel connection comment. | Tim Potter | 1 | -4/+4 |
2003-05-16 | Merge get_global_sam_name() from 3.0 to fix compile breakage. | Tim Potter | 1 | -0/+8 |
2003-05-15 | Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups. | Jeremy Allison | 1 | -0/+2 |
2003-05-15 | Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called on | Jeremy Allison | 2 | -5/+7 |
2003-05-15 | Patch from "Alex Deiter" <tiamat@komi.mts.ru> to fix incorrect error check. | Jeremy Allison | 1 | -1/+1 |
2003-05-15 | Ensure sys_adminlog code won't coredump with incorrect client params. | Jeremy Allison | 1 | -4/+11 |
2003-05-15 | Patch from Luke Howard <lukeh@PADL.COM> that fixes some weird handling of | Jelmer Vernooij | 1 | -9/+17 |
2003-05-15 | Removed (incorrect) emacs mode setting. Use emacs' built in autoconf | Tim Potter | 1 | -1/+0 |
2003-05-14 | Fix winbindd coredump. Remember to set a ** pointer to null before | Jeremy Allison | 2 | -0/+3 |
2003-05-14 | readding reverted changes during idmap merge (noticed by Andrew b.) | Gerald Carter | 1 | -16/+33 |
2003-05-14 | fix group mapping in LDAP under new schema | Gerald Carter | 1 | -35/+61 |
2003-05-14 | syncing LDAP schema changes with Samba_3_0 | Gerald Carter | 4 | -306/+816 |
2003-05-14 | Move some #ifdefs and function prototypes around to avoid a compiler | Tim Potter | 1 | -13/+14 |
2003-05-14 | Fix pointer return bug in get_unix_attributes() | Tim Potter | 1 | -1/+1 |
2003-05-14 | spelling | Tim Potter | 10 | -14/+14 |
2003-05-14 | spelling | Tim Potter | 1 | -2/+2 |
2003-05-13 | Add pythoncheck to make check target. | Tim Potter | 2 | -1/+52 |
2003-05-13 | Sync up with 3.0 version. | Tim Potter | 1 | -21/+30 |
2003-05-12 | Fix compiler warnings. | Jeremy Allison | 6 | -7/+0 |
2003-05-12 | fixing typos in debug statements | Gerald Carter | 2 | -2/+2 |
2003-05-10 | Forgot one file. | Jelmer Vernooij | 1 | -3/+0 |
2003-05-10 | Remove latest module_dummy patch from metze and me. | Jelmer Vernooij | 1 | -53/+0 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett. | Jelmer Vernooij | 34 | -82/+3 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions | Jelmer Vernooij | 35 | -2/+137 |