summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* get rid of IRIX o32 builds - some libraries (kerberos and ldap) are onlyHerb Lewis2003-06-062-18/+2
* remove o32 targets for IRIX. kerberos and ldap libraries are n32 only soHerb Lewis2003-06-061-13/+2
* applying David Lee's climessage patch to make sending messages more extendableGerald Carter2003-06-061-6/+32
* support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1)Gerald Carter2003-06-062-15/+25
* * add in David Lee's utmp patch (defaults to on if available)Gerald Carter2003-06-064-27/+51
* get rid of warning about malformed if in MakefileHerb Lewis2003-06-061-2/+2
* fix build on systems w/o LDAP libsGerald Carter2003-06-062-1/+15
* delete extra PASSDBLIB at beginningHerb Lewis2003-06-061-1/+1
* pdbedit needs PASSDBLIBSHerb Lewis2003-06-061-1/+1
* compile errorGerald Carter2003-06-061-1/+1
* merge from APP_HEAD. Push negative connection cacheGerald Carter2003-06-062-324/+152
* * break out more common code used between pdb_ldap and idmap_ldapGerald Carter2003-06-0611-326/+382
* SMBlockingX timeouts are in units of 2 milliseconds, not 1Andrew Tridgell2003-06-061-1/+1
* No matter how special this session key is, it's not worth a level 0.Andrew Bartlett2003-06-061-2/+4
* Fix for valgrind - when doing a srvstr_push we must zero fillJeremy Allison2003-06-061-0/+13
* Fixup of typos.Jeremy Allison2003-06-061-8/+8
* Use filedes as first argument to fsetxattr, not the undefined variable 'path'...Jelmer Vernooij2003-06-061-1/+1
* metze noticed some conn elements remaining in a VFS_NEXT.Jeremy Allison2003-06-061-4/+4
* Fix for VFS_NEXT xattr calls (from metze). I will add these to skel.c toJeremy Allison2003-06-061-4/+4
* 2 more places where win2003 forces UCS2Andrew Tridgell2003-06-061-2/+2
* - the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 nameAndrew Tridgell2003-06-061-3/+3
* make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrEAndrew Tridgell2003-06-061-1/+2
* fixed a pstrcpy() that is not on a pstringAndrew Tridgell2003-06-061-1/+1
* - the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicodeAndrew Tridgell2003-06-063-6/+7
* Fixup the check for attr libraries, used ',' instead of ' '.Jeremy Allison2003-06-061-3/+3
* fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst levelAndrew Tridgell2003-06-061-2/+1
* fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst levelAndrew Tridgell2003-06-061-5/+5
* removed the 'valgrind fix' that (although it may well remove aAndrew Tridgell2003-06-061-8/+0
* Missed (name) arg in fgetxattr.Jeremy Allison2003-06-061-1/+1
* Added EA operations to VFS layer.Jeremy Allison2003-06-064-4/+169
* Get ready for EA code... Add Linux interface.Jeremy Allison2003-06-054-2/+144
* Never second guess tridge.... (always talloc an internal pointer... ).Jeremy Allison2003-06-051-6/+4
* working draft of the idmap_ldap code.Gerald Carter2003-06-057-483/+636
* Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>Jelmer Vernooij2003-06-046-10/+10
* Fix compiler warnings for vfstest. Patch from Stefan Metzmacher <mezte@metzem...Alexander Bokovoy2003-06-041-2/+3
* Sync VFS API changes for vfs_nt_*get_acl. Patch from Stefan Metzmacher <mezte...Alexander Bokovoy2003-06-042-5/+5
* Fix for previous checkin. Only use talloc on unmarshalling or we'llJeremy Allison2003-06-041-3/+5
* fixed the termination of several trans2 stringsAndrew Tridgell2003-06-041-3/+3
* shouldn't null terminate trans2 qfileinfo all_info/nameAndrew Tridgell2003-06-041-1/+1
* fixed the arbitrary 256 limit on the size of aliases in parse_samrAndrew Tridgell2003-06-041-21/+23
* added idmap_ldap to wrong branch.Gerald Carter2003-06-032-4/+4
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-06-031-0/+838
|\
| * initial version of idmap_ldap.c; lots of updates to comeGerald Carter2003-06-031-0/+838
| * * set winbind cache time to 5 minutesGerald Carter2003-06-036-20/+98
| * More changes to editreg to make it less tetchy.Richard Sharpe2003-06-021-17/+17
| * Some fixes for editreg.c, although I see that head seems broken ...Richard Sharpe2003-06-021-5/+5
| * Setting account policy values is done using -C, not -V. Fixes bug #120Jelmer Vernooij2003-05-291-1/+1
| * Don't crash when doing command name completion. Fixes debian bug #194776Jelmer Vernooij2003-05-291-1/+3
| * Fix the events API. Patch by metze with some minor modifications.Jelmer Vernooij2003-05-292-64/+110
| * Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's toJeremy Allison2003-05-281-51/+14