summaryrefslogtreecommitdiffstats
path: root/source3/include/dlinklist.h
Commit message (Expand)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce2007-10-101-1/+1
* r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher2007-10-101-19/+41
* r17861: Fix inconsistency found in checking for NULL in DLIST_REMOVEJeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-0/+14
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Fix memory leak when doing DLIST_REMOVE(head,head).Jeremy Allison2001-03-211-1/+1
* When calling DLIST_REMOVE(x,x) (from lib/interface.c) ensure that the pointerJeremy Allison2001-03-201-1/+1
* Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison2001-03-201-6/+12
* I'm happy with the mapping for NT getACL, now for NT setACL.Jeremy Allison2001-03-171-0/+15
* include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison2000-11-281-1/+3
* nttrans.c:Luke Leighton1998-09-231-2/+6
* added some optimisation for the case where the number of open files isAndrew Tridgell1998-08-171-0/+52