Age | Commit message (Expand) | Author | Files | Lines |
2009-02-24 | s3-spoolss: remove old rpccli_spoolss_getprinterdriver wrapper. | Günther Deschner | 1 | -4/+0 |
2009-02-24 | s3-spoolss: add rpccli_spoolss_getprinterdriver2 convenience wrapper. | Günther Deschner | 1 | -0/+11 |
2009-02-24 | Remove read_pkt | Volker Lendecke | 1 | -9/+0 |
2009-02-24 | Convert name_mangle() to use talloc | Volker Lendecke | 1 | -1/+1 |
2009-02-24 | s3: remove unused smb_ldap.h | Stefan Metzmacher | 2 | -257/+0 |
2009-02-24 | s3-lib: add marshall_sec_desc_buf and unmarshall_sec_desc_buf helpers. | Günther Deschner | 1 | -0/+5 |
2009-02-23 | Refactored sys_fork() and sys_pid() into shared util library | Steven Danneman | 1 | -2/+0 |
2009-02-23 | Make char* parameters const | Derrell Lipman | 1 | -4/+4 |
2009-02-23 | s3-spoolss: remove cli_spoolss_notify.c completly. | Günther Deschner | 1 | -2/+0 |
2009-02-23 | s3-spoolss: remove old SPOOL_NOTIFY_OPTION definitions. | Günther Deschner | 1 | -32/+0 |
2009-02-23 | s3-spoolss: remove old spoolss_RemoteFindFirstPrinterChangeNotifyEx. | Günther Deschner | 2 | -33/+0 |
2009-02-23 | s3-spoolss: remove SPOOL_NOTIFY_INFO_DATA and SPOOL_NOTIFY_INFO alltogether. | Günther Deschner | 2 | -32/+0 |
2009-02-23 | s3-spoolss: remove old spoolss_RouterReplyPrinterEx. | Günther Deschner | 2 | -28/+0 |
2009-02-23 | s3-spoolss: remove old spoolss_RouterRefreshPrinterChangeNotify. | Günther Deschner | 2 | -21/+0 |
2009-02-23 | s3-spoolss: use spoolss_NotifyOption and spoolss_NotifyType instead of SPOOL_... | Günther Deschner | 1 | -1/+1 |
2009-02-23 | s3-spoolss: use more idl types in spoolss server. | Günther Deschner | 1 | -1/+4 |
2009-02-23 | s3-spoolss: use struct spoolss_Notify instead of SPOOL_NOTIFY_INFO_DATA. | Günther Deschner | 1 | -14/+14 |
2009-02-23 | prefer gssapi header files from subdirectory | Björn Jacke | 1 | -3/+3 |
2009-02-21 | Revert "s3 auth: Add parameter that forces every user through an NSS lookup" | Tim Prouty | 1 | -2/+0 |
2009-02-21 | s3-spoolss: remove duplicate flag. | Günther Deschner | 1 | -2/+0 |
2009-02-21 | Remove the static "chal" from ntlmssp.c:get_challenge() | Volker Lendecke | 2 | -2/+4 |
2009-02-20 | Change smbc_set_credentials_with_fallback() (unreleased) to use | Jeremy Allison | 1 | -3/+3 |
2009-02-20 | Moved become_daemon() and close_low_fds() to shared util lib | Steven Danneman | 1 | -2/+0 |
2009-02-20 | s3: Modifications to generic notify structures to allow implementation of One... | Steven Danneman | 1 | -0/+3 |
2009-02-20 | Make libsmbclient work with DFS | Bo Yang | 1 | -0/+12 |
2009-02-19 | s3: Remove unused inform_level2_message struct | Tim Prouty | 1 | -8/+0 |
2009-02-19 | s3: Add extid to the dev/inode pair | Tim Prouty | 4 | -25/+38 |
2009-02-19 | s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat struct | Tim Prouty | 3 | -5/+5 |
2009-02-19 | s3-spoolss: remove old spoolss_AddPrinterDriver{Ex}. | Günther Deschner | 2 | -22/+0 |
2009-02-19 | s3-spoolss: use pidl for _spoolss_AddPrinterDriver{Ex}. | Günther Deschner | 1 | -2/+0 |
2009-02-19 | s3-spoolss: remove old spoolss_GetPrintProcessorDirectory. | Günther Deschner | 2 | -38/+0 |
2009-02-19 | s3-spoolss: use pidl for _spoolss_GetPrintProcessorDirectory. | Günther Deschner | 1 | -1/+0 |
2009-02-19 | S3: Make changes to perfcount API set for when a single request leads to mult... | todd stecher | 1 | -1/+7 |
2009-02-18 | S3: Allow SMBD processes to survive in low memory condidtions | todd stecher | 1 | -0/+4 |
2009-02-19 | s3-spoolss: remove old spoolss_GetPrinterDriverDirectory. | Günther Deschner | 2 | -44/+0 |
2009-02-19 | s3-spoolss: use pidl for _spoolss_GetPrinterDriverDirectory. | Günther Deschner | 1 | -1/+0 |
2009-02-18 | s3-spoolss: remove old spoolss_XcvData. | Günther Deschner | 3 | -64/+0 |
2009-02-18 | s3-spoolss: use pidl for _spoolss_XcvData. | Günther Deschner | 1 | -1/+0 |
2009-02-17 | s3-spoolss: remove old spoolss_ResetPrinter. | Günther Deschner | 2 | -20/+0 |
2009-02-16 | s3 auth: Add parameter that forces every user through an NSS lookup | Zach Loafman | 1 | -0/+2 |
2009-02-14 | enums are traditionally signed. Avoid use of high bit in bit flags. | Derrell Lipman | 1 | -3/+3 |
2009-02-14 | Rename lp_smb_perfcount_module() to lp_perfcount_module() to match the parame... | Volker Lendecke | 1 | -1/+1 |
2009-02-14 | [Bug 6069] Add a fstatvfs function for libsmbclient | Derrell Lipman | 2 | -22/+7 |
2009-02-13 | s3 vfs: Fix SMB_VFS_RECVFILE/SENDFILE macros | Tim Prouty | 1 | -4/+4 |
2009-02-14 | s3-spoolss: use pidl for _spoolss_SetPrinter. | Günther Deschner | 1 | -1/+0 |
2009-02-14 | s3-spoolss: use pidl for _spoolss_AddPrinterEx. | Günther Deschner | 1 | -1/+0 |
2009-02-13 | Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure | Jeremy Allison | 1 | -0/+3 |
2009-02-13 | s3 libsmbclient: Fix fstatvfs to be more portable | Tim Prouty | 2 | -7/+22 |
2009-02-13 | Fix the build. When you do "make distclean; ./autogen; ./configure; make" and... | Jeremy Allison | 1 | -0/+2 |
2009-02-13 | Add VFS ops for Windows BRL: Lock, Unlock and Cancel: | Zack Kirsch | 4 | -5/+74 |