summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Merge of NTLMSSP name type fix from 3.0Tim Potter2003-05-281-2/+2
| * Spelling.Tim Potter2003-05-281-1/+1
| * Merge of non-static initialisation fixes from 3.0Tim Potter2003-05-281-1/+7
| * Merge of cut and paste fix from 3.0Tim Potter2003-05-281-3/+3
| * It seems only NT4 does the VC == 0 session drop code.Jeremy Allison2003-05-281-1/+5
| * Whitespace syncup.Tim Potter2003-05-281-1/+0
| * Merge of rpcstr_pull() termination fixes from 3.0Tim Potter2003-05-281-1/+4
| * Merge of formatting fixups from 3.0Tim Potter2003-05-281-4/+9
| * Merge of pull_ascii() and pull_ucs2() termination fixes from 3.0Tim Potter2003-05-281-0/+4
| * Merge from 3.0:Tim Potter2003-05-281-0/+1
| * Merge of uint32/uid_t mismatch from 3.0Tim Potter2003-05-282-3/+3
| * cut-n-paste errorGerald Carter2003-05-271-1/+1
| * Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resourcesJeremy Allison2003-05-271-1/+18
| * fix bug 118; replace hard coded 'next[User|Group]Rid' attribute namesGerald Carter2003-05-271-6/+8
| * volker's fix for crash when my_private_data == NULLGerald Carter2003-05-271-2/+8
| * volker's add_signature() fix; must pass the beginning on the outbuf to get th...Gerald Carter2003-05-271-5/+5
| * Squash another compiler warning.Tim Potter2003-05-271-2/+2
| * Fix unused variable warning.Tim Potter2003-05-271-1/+2
| * Fix shadow parameter warning in free_empty_sys_acl()Tim Potter2003-05-271-5/+5
| * This should be the correct fix for merge of bug #60 from 3.0.Tim Potter2003-05-271-3/+0
| * Merge of secchan fix from 3.0 that was eaten by CVS yesterday. I thinkTim Potter2003-05-271-1/+1
| * Merge the remaining bits of fix for bug #60.Tim Potter2003-05-271-59/+48