summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* ѕ3/configue: set Tru64 cc's PIC switch right (none)Björn Jacke2010-12-311-1/+3
* Fix bug #7892 - open_file_fchmod() leaves a stale lock.Jeremy Allison2010-12-314-47/+11
* s3: Use smbsock_any_connect in winbindVolker Lendecke2010-12-261-45/+13
* s3: Retry *SMBSERVER in nb_connectVolker Lendecke2010-12-261-2/+47
* s3: Add smbsock_any_connectVolker Lendecke2010-12-262-1/+232
* s3: Add an async smbsock_connectVolker Lendecke2010-12-263-0/+320
* v3-4-test: Pull in tevent_req_poll_ntstatus from masterVolker Lendecke2010-12-262-0/+14
* s3: Add async cli_session_requestVolker Lendecke2010-12-262-0/+132
* v3-4-test: Pull in read_smb_send from masterVolker Lendecke2010-12-261-0/+87
* s3: Add some const to name_mangle()Volker Lendecke2010-12-262-2/+2
* s3: Make winbind recover from a signing errorVolker Lendecke2010-11-241-0/+2
* s3: Stop using the write cache after an oplock breakVolker Lendecke2010-10-071-0/+1
* Fix bug #7669.Jeremy Allison2010-09-154-5/+23
* Fix bug 7636 - winbind internal error, backtrace.Jeremy Allison2010-09-061-0/+1
* s3-printing: fix BUG 7280 - auto printers not loading with registry configJim McDonough2010-08-231-0/+4
* Fix bug 7590 - offline login fails because winbind deletes cache on every sta...Jeremy Allison2010-08-161-1/+1
* Fix bug #7617 - smbd coredump due to uninitialized variables in the performan...Jeremy Allison2010-08-161-2/+2
* s3-winbind: Fix Bug #7568: Make sure cm_connect_lsa_tcp does not reset the se...Günther Deschner2010-08-111-7/+13
* s3-libsmb: Fix bug #7577.Jeremy Allison2010-07-271-2/+42
* s3: Fix bug 7336: Enable idmap_passdb module build as sharedVolker Lendecke2010-07-061-0/+4
* s3-printing: Fix Bug #7541, %D in "printer admin" causing smbd crash.Günther Deschner2010-07-052-8/+18
* s3: Fix EnumDomainAliases when no aliases are in LDAPVolker Lendecke2010-06-101-6/+4
* s3:pdb_ldap: fix bug 7507 - init_sam_from_ldap stores group in sid2uid cacheMichael Adam2010-06-101-1/+1
* s3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string literal' warning in netdo...Günther Deschner2010-06-091-1/+1
* s3-kerberos: temporary fix for ipv6 in print_kdc_line().Günther Deschner2010-05-191-5/+20
* s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().Günther Deschner2010-05-194-12/+22
* s3-winbind: make the getpeername() checks in cm_prepare_connection IPv6 aware.Günther Deschner2010-05-191-5/+25
* s3-spoolss: Added EN ISO 216, A0 and A1 to builtin forms.Andreas Schneider2010-05-191-0/+2
* work around AIX6.1 name space pollution rename mod_name to module_nameOlaf Flebbe2010-05-121-8/+8
* s3-spoolss: Fix _spoolss_EnumPrinters servername handling.Günther Deschner2010-05-111-1/+1
* s3-spoolss: in spoolss_EnumPrinters r->in.server is a *unique* pointer!Günther Deschner2010-05-111-3/+5
* s3-net: Fix Bug #7417. 'net rpc user password' can set the wrong password.Günther Deschner2010-05-111-1/+4
* VERSION: Bump version up to 3.4.9.Karolin Seeger2010-05-111-1/+1
* s3-spoolss: fix rpcclient after setprinter IDL fixes.Günther Deschner2010-05-041-2/+2
* s3-rpcclient: Fix Bug #7277. rpcclient was sending invalid data, causing cups...Günther Deschner2010-05-041-4/+23
* s3-net_conf: Display an error on net conf import failures.Jim McDonough2010-04-211-0/+3
* s3-libsmbclient: Fix incomplete description of function return values in libs...Derrell Lipman2010-04-161-8/+14
* s3:winbindd: make sure we don't try rpc requests against unaccessable domainsStefan Metzmacher2010-04-161-5/+28
* Fix bug #7288 - SMB job IDs in CUPS job names wrong.Jeremy Allison2010-04-154-22/+32
* s3:winbindd: make "smbcontrol winbindd validate-cache" reliable againStefan Metzmacher2010-04-131-0/+3
* s3:winbindd: remove unused variablesStefan Metzmacher2010-04-131-2/+0
* s3:winbindd: fix problems with SIGCHLD handling (bug #7317)Stefan Metzmacher2010-04-133-17/+6
* s3:winbindd: correctly retry if the netlogon pipe gets disconnected during a ...Stefan Metzmacher2010-04-131-2/+2
* s3:winbindd_reconnect: don't only reconnect on NT_STATUS_UNSUCCESSFULStefan Metzmacher2010-04-131-14/+59
* s3:winbindd_cm: invalidate connection if cm_connect_netlogon() failsStefan Metzmacher2010-04-131-2/+2
* s3:winbindd: consistently use TALLOC_FREE(conn->foo_pipe) is we create a new ...Stefan Metzmacher2010-04-131-0/+5
* s3:winbindd_cm: use rpccli_is_connected() helper functionStefan Metzmacher2010-04-131-4/+5
* s3:winbindd_cm: use cli_state_is_connected() helper functionStefan Metzmacher2010-04-131-14/+4
* s3:rpc_client: return at least 10 sec as old timeout in rpccli_set_timeout() ...Stefan Metzmacher2010-04-131-3/+12
* s3:rpc_client: add set_timeout hook to rpc_cli_transportStefan Metzmacher2010-04-135-3/+65