summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #7669.Jeremy Allison2010-09-094-5/+23
* VERSION: Bump version up to 3.4.9.Karolin Seeger2010-05-111-1/+1
* s3:winbind: Fix bug 5626Volker Lendecke2010-05-063-29/+23
* s3:winbindd: make sure we don't try rpc requests against unaccessable domainsStefan Metzmacher2010-05-061-5/+28
* s3:winbindd: never mark external domains as internal!Stefan Metzmacher2010-05-061-4/+1
* Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported...Roel van Meer2010-05-062-0/+17
* s3-spoolss: fix fstrings in convert_devicemode() function.Günther Deschner2010-05-061-2/+5
* s3: Fix bug 5198 -- parse chfn(1)-change gecos fieldVolker Lendecke2010-05-061-1/+34
* mount.cifs: directly include sys/stat.h in mtab.cJeff Layton2010-05-061-0/+1
* mount.cifs: check for invalid characters in device name and mountpointJeff Layton2010-05-061-0/+34
* mount.cifs: take extra care that mountpoint isn't changed during mountJeff Layton2010-05-061-8/+26
* mount.cifs: don't allow it to be run as setuid root programJeff Layton2010-05-061-1/+38
* mount.cifs: properly check for mount being in fstab when running setuid root ...Jeff Layton2010-05-061-40/+162
* s3-spoolss: fix rpcclient after setprinter IDL fixes.Günther Deschner2010-05-061-2/+2
* s3-rpcclient: Fix Bug #7277. rpcclient was sending invalid data, causing cups...Günther Deschner2010-05-061-4/+23
* s3-net_conf: Display an error on net conf import failures.Jim McDonough2010-05-061-0/+3
* s3-libsmbclient: Fix incomplete description of function return values in libs...Derrell Lipman2010-05-061-8/+14
* Fix bug #7288 - SMB job IDs in CUPS job names wrong.Jeremy Allison2010-05-064-22/+32
* s3:winbindd: make "smbcontrol winbindd validate-cache" reliable againStefan Metzmacher2010-05-061-0/+3
* s3:winbindd: remove unused variablesStefan Metzmacher2010-05-061-2/+0
* s3:winbindd: fix problems with SIGCHLD handling (bug #7317)Stefan Metzmacher2010-05-063-17/+6
* s3:winbindd: correctly retry if the netlogon pipe gets disconnected during a ...Stefan Metzmacher2010-05-061-2/+2
* s3:winbindd_reconnect: don't only reconnect on NT_STATUS_UNSUCCESSFULStefan Metzmacher2010-05-061-14/+59
* s3:winbindd_cm: invalidate connection if cm_connect_netlogon() failsStefan Metzmacher2010-05-061-2/+2
* s3:winbindd: consistently use TALLOC_FREE(conn->foo_pipe) is we create a new ...Stefan Metzmacher2010-05-061-0/+5
* s3:winbindd_cm: use rpccli_is_connected() helper functionStefan Metzmacher2010-05-061-4/+5
* s3:winbindd_cm: use cli_state_is_connected() helper functionStefan Metzmacher2010-05-061-14/+4
* s3:rpc_client: return at least 10 sec as old timeout in rpccli_set_timeout() ...Stefan Metzmacher2010-05-061-3/+12
* s3:rpc_client: add set_timeout hook to rpc_cli_transportStefan Metzmacher2010-05-065-3/+65
* s3:rpc_client: add rpccli_is_connected()Stefan Metzmacher2010-05-066-18/+193
* s3:rpc_client: don't mix layers and keep a reference to cli_state in the callerStefan Metzmacher2010-05-061-8/+17
* s3:rpc_transport_np: use cli_state_is_connected() helperStefan Metzmacher2010-05-061-1/+1
* s3:libsmb: add cli_state_is_connected() functionStefan Metzmacher2010-05-062-0/+19
* s3:libsmb: don't let cli_shutdown() segfault with a NULL cli_stateStefan Metzmacher2010-05-061-0/+4
* s3:rpc_transport_np: handle trans rdata like the output of a normal readStefan Metzmacher2010-05-061-0/+17
* s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pip...Stefan Metzmacher2010-05-061-0/+16
* Fix broken pipe handlingStefan Metzmacher2010-05-061-2/+2
* s3:rpc_client: close the socket when pipe is brokenStefan Metzmacher2010-05-061-1/+24
* s3: fix crash in winbindd (similar to commit f8cc0e88fbbb082ead023e0cb437b1e1...Stefan Metzmacher2010-05-062-2/+15
* s3:lib/time: remove TIME_T_MIN/MAX definesBjörn Jacke2010-05-061-8/+0
* Second part of fix for bug #7159 - client rpc_transport doesn't cope with bad...Jeremy Allison2010-05-061-0/+6
* First part of fix for bug #7159 - client rpc_transport doesn't cope with bad ...Stefan Metzmacher2010-05-062-0/+16
* s3: Fix bug 7326 -- can't write with vfs_full_audit activeVolker Lendecke2010-05-061-4/+4
* Fix bug 7310 - DOS attribute inconsistency with MS OfficeJeremy Allison2010-05-061-0/+17
* Fix bug 7297 - smbd crashes with CUPS printers and no [printers] share defined.Jeremy Allison2010-05-061-1/+1
* s3 ntlm_auth: Don't malloc data that will be talloc_free()dKai Blin2010-05-061-12/+12
* Fix bug #7269 - Job management commands don't work for CUPS queues.Michael Karcher2010-05-061-1/+9
* s3-printing: Fix "printer admin" functionality.Jeremy Allison2010-05-061-1/+1
* s3-spoolss: Fix value-needed calculation in_spoolss_EnumPrinterData().Günther Deschner2010-05-061-1/+1
* s3: Fix an uninitialized variable readVolker Lendecke2010-05-061-1/+1