summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make smb_load_perfcount_module staticVolker Lendecke2009-02-141-1/+1
* Add missing include to shut up missing prototype warningsVolker Lendecke2009-02-141-0/+1
* Add missing prototype for "tevent_req_print"Volker Lendecke2009-02-141-0/+2
* Fix a warning and a bug: pipe(2) can failVolker Lendecke2009-02-141-1/+4
* Add two variable assignments to shut up gccVolker Lendecke2009-02-141-2/+4
* f_frsize field is not ubiquitous. Check for it.Derrell Lipman2009-02-141-0/+4
* The f_fsid field is not always an integer type. Don't set it in that case.Derrell Lipman2009-02-141-0/+5
* Ensure consistency of values on stack (caught by AIX compiler)Derrell Lipman2009-02-141-16/+16
* Check for the right error return valueDerrell Lipman2009-02-141-2/+3
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-146-28/+15
* ignore new test program executablesDerrell Lipman2009-02-141-0/+2
* Attempt to fix the build on Solaris 8Volker Lendecke2009-02-141-1/+1
* Fix a valgrind errorVolker Lendecke2009-02-141-1/+5
* s3 OneFS: Add recvfile implementationTim Prouty2009-02-133-0/+198
* s3 vfs: Fix SMB_VFS_RECVFILE/SENDFILE macrosTim Prouty2009-02-131-4/+4
* s3: Fix uninitialized const char *Tim Prouty2009-02-131-0/+1
* Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user n...Holger Hetterich2009-02-132-5/+27
* s3-spoolss: remove unused convert_printer_info.Günther Deschner2009-02-141-31/+0
* s3-spoolss: use pidl for _spoolss_SetPrinter.Günther Deschner2009-02-143-61/+31
* s3-spoolss: use pidl for _spoolss_AddPrinterEx.Günther Deschner2009-02-143-64/+31
* s3-spoolss: add printer_info2_to_nt_printer_info2 and convert_printer_info_new.Günther Deschner2009-02-141-0/+67
* s3-rpcclient: use rpccli_spoolss_AddPrinterEx.Günther Deschner2009-02-141-16/+42
* s4-smbtorture: fix test_PausePrinter and test_ResumePrinter.Günther Deschner2009-02-141-8/+24
* s3: re-run make samba3-idl.Günther Deschner2009-02-145-216/+1974
* spoolss: fill in some unknowns in spoolss_PrinterInfo0 and spoolss_SetPrinter...Günther Deschner2009-02-141-33/+33
* spoolss: fill in more levels in spoolss_UserLevel union.Günther Deschner2009-02-141-4/+59
* spoolss: fix spoolss_AddPrinterEx IDL.Günther Deschner2009-02-141-6/+9
* spoolss: fix spoolss_SetPrinter IDL.Günther Deschner2009-02-141-12/+106
* s3-netlogon: some more appropriate debug messages.Günther Deschner2009-02-141-13/+31
* Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2009-02-132-3/+1
|\
| * s3: Fix uninitialized variable warning (and bug).Zack Kirsch2009-02-132-3/+1
* | Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensureJeremy Allison2009-02-133-1/+56
|/
* Noted by Vericode analysis. Correctly use chroot().Jeremy Allison2009-02-131-1/+5
* s4 torture: Add rename test to imitate the way OS X renames filesAravind Srinivasan2009-02-131-0/+83
* s3 libsmbclient: Fix fstatvfs to be more portableTim Prouty2009-02-136-15/+28
* s3 OneFS: Add vfs implementation for SMB_VFS_GET_REAL_FILE_NAMEAravind Srinivasan2009-02-131-0/+41
* s3: Test module for perfcount systemtodd stecher2009-02-133-1/+370
* Fix Coverity ID 740 (RESOURCE_LEAK)Volker Lendecke2009-02-131-0/+2
* Fix the build. When you do "make distclean; ./autogen; ./configure; make" and...Jeremy Allison2009-02-132-0/+6
* OneFS implementation of BRL VFS ops:Zack Kirsch2009-02-135-4/+479
* Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch2009-02-1311-110/+358
* Remove typedef struct blocking_lock_record and move references to struct bloc...Zack Kirsch2009-02-131-19/+19
* s4:configure: require the same version for external and internal libteventStefan Metzmacher2009-02-132-2/+2
* tevent: raise version to 0.9.3Stefan Metzmacher2009-02-131-1/+1
* lib/tevent: add tevent_req infrastructureStefan Metzmacher2009-02-134-202/+303
* lib/tevent: add tevent_req.c as copy of lib/async_req/async_req.cStefan Metzmacher2009-02-131-0/+338
* lib/tevent: expose ev_timeval_zero() for internal usageStefan Metzmacher2009-02-132-1/+2
* lib/tevent: remove broken tevent_aio supportStefan Metzmacher2009-02-135-610/+0
* s4:lib/socket: add socket_address_copy()Stefan Metzmacher2009-02-132-0/+35
* s4:ldb_ildap: remove compiler warningsStefan Metzmacher2009-02-131-4/+9