summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-06-06get rid of IRIX o32 builds - some libraries (kerberos and ldap) are onlyHerb Lewis2-18/+2
2003-06-06remove o32 targets for IRIX. kerberos and ldap libraries are n32 only soHerb Lewis1-13/+2
2003-06-06applying David Lee's climessage patch to make sending messages more extendableGerald Carter1-6/+32
2003-06-06support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1)Gerald Carter2-15/+25
2003-06-06* add in David Lee's utmp patch (defaults to on if available)Gerald Carter4-27/+51
2003-06-06get rid of warning about malformed if in MakefileHerb Lewis1-2/+2
2003-06-06fix build on systems w/o LDAP libsGerald Carter2-1/+15
2003-06-06delete extra PASSDBLIB at beginningHerb Lewis1-1/+1
2003-06-06pdbedit needs PASSDBLIBSHerb Lewis1-1/+1
2003-06-06compile errorGerald Carter1-1/+1
2003-06-06merge from APP_HEAD. Push negative connection cacheGerald Carter2-324/+152
2003-06-06* break out more common code used between pdb_ldap and idmap_ldapGerald Carter11-326/+382
2003-06-06SMBlockingX timeouts are in units of 2 milliseconds, not 1Andrew Tridgell1-1/+1
2003-06-06No matter how special this session key is, it's not worth a level 0.Andrew Bartlett1-2/+4
2003-06-06Fix for valgrind - when doing a srvstr_push we must zero fillJeremy Allison1-0/+13
2003-06-06Fixup of typos.Jeremy Allison1-8/+8
2003-06-06Use filedes as first argument to fsetxattr, not the undefined variable 'path'...Jelmer Vernooij1-1/+1
2003-06-06metze noticed some conn elements remaining in a VFS_NEXT.Jeremy Allison1-4/+4
2003-06-06Fix for VFS_NEXT xattr calls (from metze). I will add these to skel.c toJeremy Allison1-4/+4
2003-06-062 more places where win2003 forces UCS2Andrew Tridgell1-2/+2
2003-06-06- the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 nameAndrew Tridgell1-3/+3
2003-06-06make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrEAndrew Tridgell1-1/+2
2003-06-06fixed a pstrcpy() that is not on a pstringAndrew Tridgell1-1/+1
2003-06-06- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicodeAndrew Tridgell3-6/+7
2003-06-06Fixup the check for attr libraries, used ',' instead of ' '.Jeremy Allison1-3/+3
2003-06-06fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst levelAndrew Tridgell1-2/+1
2003-06-06fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst levelAndrew Tridgell1-5/+5
2003-06-06removed the 'valgrind fix' that (although it may well remove aAndrew Tridgell1-8/+0
2003-06-06Missed (name) arg in fgetxattr.Jeremy Allison1-1/+1
2003-06-06Added EA operations to VFS layer.Jeremy Allison4-4/+169
2003-06-05Get ready for EA code... Add Linux interface.Jeremy Allison4-2/+144
2003-06-05Never second guess tridge.... (always talloc an internal pointer... ).Jeremy Allison1-6/+4
2003-06-05working draft of the idmap_ldap code.Gerald Carter7-483/+636
2003-06-04Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij6-10/+10
2003-06-04Fix compiler warnings for vfstest. Patch from Stefan Metzmacher <mezte@metzem...Alexander Bokovoy1-2/+3
2003-06-04Sync VFS API changes for vfs_nt_*get_acl. Patch from Stefan Metzmacher <mezte...Alexander Bokovoy2-5/+5
2003-06-04Fix for previous checkin. Only use talloc on unmarshalling or we'llJeremy Allison1-3/+5
2003-06-04fixed the termination of several trans2 stringsAndrew Tridgell1-3/+3
2003-06-04shouldn't null terminate trans2 qfileinfo all_info/nameAndrew Tridgell1-1/+1
2003-06-04fixed the arbitrary 256 limit on the size of aliases in parse_samrAndrew Tridgell1-21/+23
2003-06-03added idmap_ldap to wrong branch.Gerald Carter2-4/+4
2003-06-03This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+838
2003-06-03initial version of idmap_ldap.c; lots of updates to comeGerald Carter1-0/+838
2003-06-03* set winbind cache time to 5 minutesGerald Carter6-20/+98
2003-06-03* set winbind cache time to 5 minutesGerald Carter4-19/+96
2003-06-03Fix debug message merge.Jeremy Allison1-1/+1
2003-06-03Merge change winbindd cache time 15 -> 120 secs.Jeremy Allison1-1/+1
2003-06-03Merge DEBUG message on usleep on open.Jeremy Allison1-0/+1
2003-06-03Redhat 9 needs an explicit -lattr to be able to add POSIX ACLs.Jeremy Allison1-2/+29
2003-06-02More changes to editreg to make it less tetchy.Richard Sharpe1-17/+17