summaryrefslogtreecommitdiff
path: root/source3/smbd/dfree.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-04s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam1-1/+1
2012-09-04s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam1-1/+1
2012-09-04s3:smbd: in sys_disk_free(), fix line length and indentation of debug statementMichael Adam1-2/+3
2012-09-04s3:smbd: in sys_disk_free(), fix a debug messageMichael Adam1-1/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+1
2012-03-22s3:vfs_gpfs: Export disk_norm functionChristof Schmitt1-1/+1
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett1-1/+1
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-3/+3
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-17/+17
2008-10-12Use common util_file code.Jelmer Vernooij1-1/+1
2008-05-05Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke1-1/+1
2007-12-10int->boolVolker Lendecke1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r25118: More pstring elimination.Jeremy Allison1-3/+11
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-10r21369: sys_disk_free return type is SMB_BIG_UINT.Simo Sorce1-1/+1
2007-10-10r11190: Fix enhancement request #3192.Jeremy Allison1-10/+53
2007-10-10r5822: Actually return an error message if disk_free fails ! Pointed out by Y...Jeremy Allison1-3/+12
2007-10-10r5268: Fix bug #2310, only do 16-bit normalization on small dfreeJeremy Allison1-5/+5
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-6/+6
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-1/+1
2001-10-23get rid of compiler warnings (casts and delete unused variables)Herb Lewis1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-07-04The big character set handling changeover!Andrew Tridgell1-4/+4
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-1/+1
2000-12-12Fixed processing of dfree script (was truncating).Jeremy Allison1-2/+0
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison1-1/+1
2000-04-19split fsusage() into a separate module (to fix linking problems withAndrew Tridgell1-127/+2
2000-04-16converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell1-11/+9
2000-03-16Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison1-1/+1
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison1-5/+5
2000-01-29Wrapped popen calls in HAVE_POPEN - needed if we are to add theJeremy Allison1-0/+2
2000-01-12Use slprintf not snprintf.Jeremy Allison1-1/+1
2000-01-06Re-added "dfree command" functionality that was described in the man pagesJeremy Allison1-1/+48
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-14/+22
1998-11-09converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1-1/+1
1998-11-06lib/charcnv.c: Improved debug comment.Jeremy Allison1-0/+11
1998-09-18got rid of SMB_STRUCT_STATVFS. I don't think we should be definingAndrew Tridgell1-3/+7
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-23/+17
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-0/+231