summaryrefslogtreecommitdiff
path: root/source3/lib/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-28s3: Remove unused bitmap_[allocate|free]Volker Lendecke1-36/+0
2010-03-28s3: A NULL context might be perfectly valid for bitmap_tallocVolker Lendecke1-2/+0
2010-03-28s3: Fix a memleak in bitmap_tallocVolker Lendecke1-0/+1
2010-03-28s3: Use TALLOC_ZERO_ARRAY in bitmap_tallocVolker Lendecke1-4/+1
2010-03-28s3: Fix the memory hierarchy in bitmap_tallocVolker Lendecke1-1/+1
2009-08-07Fix some nonempty blank linesVolker Lendecke1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r4120: Never, ever, doubt valgrind :-). Fix order of evaluation bug that's be...Jeremy Allison1-3/+3
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-4/+4
2003-12-11Patch from James Peach <jpeach@sgi.com>. Remove the MAX_CONNECTIONS limitJeremy Allison1-0/+14
2003-02-01Merge of signed/unsigned fixes from HEAD.Andrew Bartlett1-1/+1
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-0/+24
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-29More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-5/+3
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-0/+15
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-1/+1
1998-10-04use dummy file descriptors opened on /dev/null to ensure that the smbwAndrew Tridgell1-1/+1
1998-09-05tridge the destroyer returns!Andrew Tridgell1-11/+0
1998-08-17some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1-3/+13
1998-08-16got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1-1/+11
1998-08-16server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1-0/+121