summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-17async_sock: Use tevent_timeval instead of timeval functionsKai Blin1-3/+4
2009-02-17tevent: Rename ev_timeval* functions to tevent_timeval, export them.Kai Blin7-23/+61
2009-02-17s3-rpcclient: use rpccli_spoolss_RemoteFindFirstPrinterChangeNotifyEx.Günther Deschner1-20/+29
2009-02-17s4-spoolss: fix dcesrv_spoolss_RemoteFindFirstPrinterChangeNotifyEx server.Günther Deschner1-5/+6
2009-02-17s4-smbtorture: fix spoolss notify test.Günther Deschner1-14/+14
2009-02-17s3: re-run make samba3-idl.Günther Deschner5-125/+125
2009-02-17spoolss: fix idl for spoolss_RouterRefreshPrinterChangeNotify.Günther Deschner1-1/+1
2009-02-17spoolss: change some type names in spoolss_RemoteFindFirstPrinterChangeNotifyEx.Günther Deschner1-6/+6
2009-02-16Fix bug 5920Yasuma Takeda1-1/+1
2009-02-16s3:netlogon: implement _netr_LogonGetCapabilities() with NT_STATUS_NOT_IMPLEM...Stefan Metzmacher1-4/+3
2009-02-16s4:netlogon: implement netr_LogonGetCapabilities with NT_STATUS_NOT_IMPLEMENTEDStefan Metzmacher1-4/+5
2009-02-16librpc: rerun make idlStefan Metzmacher7-46/+282
2009-02-16netlogon.idl: add idl for netr_LogonGetCapabilities()Stefan Metzmacher1-1/+12
2009-02-16s4:netlogon: always return correct negotiate_flags in Authenticate[2|3]()Stefan Metzmacher1-1/+31
2009-02-16librpc: rerun make idlStefan Metzmacher2-4/+8
2009-02-16netlogon.idl: add NETLOGON_REG_SUPPORTS_AES_SHA2 flags and use correct names ...Stefan Metzmacher1-2/+6
2009-02-16tevent: fix compiler warning in pytevent.cStefan Metzmacher1-1/+3
2009-02-16s3 auth: Add parameter that forces every user through an NSS lookupZach Loafman3-4/+35
2009-02-16s3 perfcount: Fix segfault with smbclient 'echo 3 foo'Tim Prouty1-33/+11
2009-02-16s3 OneFS: Add defaults to the fake timestamp parametersTim Prouty2-8/+19
2009-02-16make receive_smb_raw_talloc more readableTim Prouty1-4/+4
2009-02-16lib/tevent: change to LGPLv3+Stefan Metzmacher16-188/+253
2009-02-15Attempt to fix bug #6099. According to MicrosoftJeremy Allison1-17/+26
2009-02-14remove accidental white spaceDerrell Lipman1-1/+0
2009-02-14enums are traditionally signed. Avoid use of high bit in bit flags.Derrell Lipman1-3/+3
2009-02-14Get rid of the warnings I had for testingDerrell Lipman1-5/+0
2009-02-14It seems some systems use f_flags instead of f_flag. Use the appropriate one.Derrell Lipman2-4/+28
2009-02-14Remove a pointless NULL checkVolker Lendecke1-3/+0
2009-02-14Fix some nonempty blank linesVolker Lendecke1-22/+22
2009-02-14Rename lp_smb_perfcount_module() to lp_perfcount_module() to match the parame...Volker Lendecke3-3/+3
2009-02-14Replace a // style comment with a /* */ oneVolker Lendecke1-1/+1
2009-02-14Fix some C++ warningsVolker Lendecke1-7/+14
2009-02-14Make smb_load_perfcount_module staticVolker Lendecke1-1/+1
2009-02-14Add missing include to shut up missing prototype warningsVolker Lendecke1-0/+1
2009-02-14Add missing prototype for "tevent_req_print"Volker Lendecke1-0/+2
2009-02-14Fix a warning and a bug: pipe(2) can failVolker Lendecke1-1/+4
2009-02-14Add two variable assignments to shut up gccVolker Lendecke1-2/+4
2009-02-14f_frsize field is not ubiquitous. Check for it.Derrell Lipman1-0/+4
2009-02-14The f_fsid field is not always an integer type. Don't set it in that case.Derrell Lipman1-0/+5
2009-02-14Ensure consistency of values on stack (caught by AIX compiler)Derrell Lipman1-16/+16
2009-02-14Check for the right error return valueDerrell Lipman1-2/+3
2009-02-14[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman6-28/+15
2009-02-14ignore new test program executablesDerrell Lipman1-0/+2
2009-02-14Attempt to fix the build on Solaris 8Volker Lendecke1-1/+1
2009-02-14Fix a valgrind errorVolker Lendecke1-1/+5
2009-02-13s3 OneFS: Add recvfile implementationTim Prouty3-0/+198
2009-02-13s3 vfs: Fix SMB_VFS_RECVFILE/SENDFILE macrosTim Prouty1-4/+4
2009-02-13s3: Fix uninitialized const char *Tim Prouty1-0/+1
2009-02-13Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user n...Holger Hetterich2-5/+27
2009-02-14s3-spoolss: remove unused convert_printer_info.Günther Deschner1-31/+0