summaryrefslogtreecommitdiffstats
path: root/source3/smbd/dfree.c
Commit message (Expand)AuthorAgeFilesLines
* param: rename lp function and variable from "maxdisksize" to "max_disk_size"Garming Sam2014-02-071-1/+1
* s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam2012-09-041-1/+1
* s3:smbd: in sys_disk_free(), improve a debug messageMichael Adam2012-09-041-1/+1
* s3:smbd: in sys_disk_free(), fix line length and indentation of debug statementMichael Adam2012-09-041-2/+3
* s3:smbd: in sys_disk_free(), fix a debug messageMichael Adam2012-09-041-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* s3:vfs_gpfs: Export disk_norm functionChristof Schmitt2012-03-221-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-3/+3
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-17/+17
* Use common util_file code.Jelmer Vernooij2008-10-121-1/+1
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-051-1/+1
* int->boolVolker Lendecke2007-12-101-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r25118: More pstring elimination.Jeremy Allison2007-10-101-3/+11
* 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
* r21369: sys_disk_free return type is SMB_BIG_UINT.Simo Sorce2007-10-101-1/+1
* r11190: Fix enhancement request #3192.Jeremy Allison2007-10-101-10/+53
* r5822: Actually return an error message if disk_free fails ! Pointed out by Y...Jeremy Allison2007-10-101-3/+12
* r5268: Fix bug #2310, only do 16-bit normalization on small dfreeJeremy Allison2007-10-101-5/+5
* Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-121-6/+6
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-1/+1
* get rid of compiler warnings (casts and delete unused variables)Herb Lewis2001-10-231-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* The big character set handling changeover!Andrew Tridgell2001-07-041-4/+4
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-1/+1
* Fixed processing of dfree script (was truncating).Jeremy Allison2000-12-121-2/+0
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-071-1/+1
* split fsusage() into a separate module (to fix linking problems withAndrew Tridgell2000-04-191-127/+2
* converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-11/+9
* Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison2000-03-161-1/+1
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-151-5/+5
* Wrapped popen calls in HAVE_POPEN - needed if we are to add theJeremy Allison2000-01-291-0/+2
* Use slprintf not snprintf.Jeremy Allison2000-01-121-1/+1
* Re-added "dfree command" functionality that was described in the man pagesJeremy Allison2000-01-061-1/+48
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-14/+22
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-091-1/+1
* lib/charcnv.c: Improved debug comment.Jeremy Allison1998-11-061-0/+11
* got rid of SMB_STRUCT_STATVFS. I don't think we should be definingAndrew Tridgell1998-09-181-3/+7
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-171-23/+17
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-0/+231