Age | Commit message (Expand) | Author | Files | Lines |
2003-05-25 | Get 'add user script' working again for Samba 3.0. | Andrew Bartlett | 3 | -47/+52 |
2003-05-24 | Fix an insufficient alloc when querying alias members. | Volker Lendecke | 1 | -1/+1 |
2003-05-23 | Don't use extensions like '\t' in a sed script. It breaks the make proto. | Jeremy Allison | 1 | -6/+6 |
2003-05-23 | installman needs to depend on installdirs, to fix parallel | Andrew Tridgell | 1 | -2/+2 |
2003-05-23 | Ignore *.po files. | Tim Potter | 1 | -0/+1 |
2003-05-23 | Bug 83: fixes for building when $srcdir != $builddir from David Lee | Tim Potter | 4 | -22/+33 |
2003-05-22 | Compile shared modules with the -fPIC flag. Reported by Steve Langasek aka | Jelmer Vernooij | 1 | -38/+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 | -8/+6 |
2003-05-22 | Add more info to debug info... | Jeremy Allison | 1 | -1/+5 |
2003-05-22 | fix bug #108; sambaSambaAccount string attributes are case insensitive; don't... | Gerald Carter | 1 | -2/+5 |
2003-05-22 | fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unles... | Gerald Carter | 1 | -1/+13 |
2003-05-22 | updating version | Gerald Carter | 1 | -1/+1 |
2003-05-22 | Merge of head(1) portability patch. | 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 | merge LANMAN1/LANMAN2.1 fixes from head | 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 WITH_TDB_SAM & USE_SMBPASS_DB | Gerald Carter | 1 | -4/+0 |
2003-05-20 | wrap pdb_[nisplussam|xml|mysql] in --with-expsam option & some formatting fixes | Gerald Carter | 1 | -19/+42 |
2003-05-20 | Fix bug #95: net did not build when ldap was installed, but --without-ads | Jim McDonough | 1 | -1/+1 |
2003-05-20 | Fix bug #96: Use DNS decompression to properly parse cldap netlogon | Jim McDonough | 1 | -110/+132 |
2003-05-20 | Fix bug #98: DNS compression is required for proper building of the | Jim McDonough | 1 | -25/+42 |
2003-05-19 | FreeBSD5 ACL fix. | Jeremy Allison | 1 | -0/+5 |
2003-05-19 | Fix macros for next and opaque quota ops. Spotted by metze | Alexander Bokovoy | 1 | -4/+4 |
2003-05-19 | Updates for AIX winbind client from Stephen Roylance. | Tim Potter | 1 | -62/+58 |
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 | Well spotted typo by Marco Berger <MARCOB@voelcker.com> | Andrew Bartlett | 1 | -1/+1 |
2003-05-16 | David Lee <t.d.lee@durham.ac.uk> provides some corrections to the comments | Andrew Bartlett | 1 | -39/+5 |
2003-05-16 | another bugfix from Alex Deiter <tiamat@komi.mts.ru> | Simo Sorce | 1 | -1/+1 |
2003-05-16 | Fix from Alex Deiter <tiamat@komi.mts.ru> | Simo Sorce | 1 | -1/+1 |
2003-05-16 | add metze's patch for smb_register functions | Simo Sorce | 3 | -6/+3 |
2003-05-16 | add idmap_winbind unless I made a better way to solve SID type for domain | Simo Sorce | 3 | -1/+157 |
2003-05-16 | Clarify a comment: The secure channel connection must be opened on the | Tim Potter | 1 | -4/+4 |
2003-05-15 | Patch from Luke Howard <lukeh@PADL.COM> to recognise local groups. | Jeremy Allison | 1 | -0/+2 |
2003-05-15 | Fix for winbindd segfault (finally I think this is the correct one :-) | Jeremy Allison | 1 | -1/+1 |
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 | Merge of incorrect emacs mode fix. | Tim Potter | 1 | -1/+0 |
2003-05-14 | Ok, try and fix this correctly... Simplify the nasty loop logic. | Jeremy Allison | 1 | -7/+7 |
2003-05-14 | Fix winbindd coredump. Remember to set a ** pointer to null before | Jeremy Allison | 1 | -0/+2 |
2003-05-14 | fix quota build on non-64bit systems | Gerald Carter | 2 | -5/+5 |
2003-05-14 | readding reverted changes during idmap merge (noticed by Andrew b.) | Gerald Carter | 1 | -16/+33 |
2003-05-14 | Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No... | Alexander Bokovoy | 8 | -30/+107 |
2003-05-14 | Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF... | Alexander Bokovoy | 29 | -549/+549 |
2003-05-14 | fix group mapping in LDAP under new schema | Gerald Carter | 1 | -35/+61 |
2003-05-14 | *****LDAP schema changes***** | Gerald Carter | 4 | -306/+816 |