Age | Commit message (Expand) | Author | Files | Lines |
2008-02-29 | Merge commit 'origin/v3-2-test' into v3-2-stable | Karolin Seeger | 485 | -53520/+79938 |
2008-02-29 | Attempt to fix the build | Volker Lendecke | 1 | -5/+0 |
2008-02-29 | configure: only build vfs_syncops if dirfd() is available | Stefan Metzmacher | 1 | -1/+6 |
2008-02-29 | configure: Remove lib/repdir.c and related stuff | Stefan Metzmacher | 3 | -449/+0 |
2008-02-29 | Add vfs_aio_fork | Volker Lendecke | 3 | -0/+784 |
2008-02-29 | Fix creation of replacetort. | Michael Adam | 1 | -0/+1 |
2008-02-29 | libreplace: add snprintf.c to test code for getifaddrs - needed on some systems. | Michael Adam | 1 | -0/+4 |
2008-02-29 | libreplace: ifdef out ip6 code if unsupported. | Michael Adam | 1 | -0/+2 |
2008-02-29 | libreplace: fix rep_freeifaddrs to not segfault on NULL input. | Michael Adam | 1 | -6/+7 |
2008-02-29 | libreplace: fix silly crashbug in getifaddrs_test(). | Michael Adam | 1 | -1/+3 |
2008-02-29 | libreplace: add missing newline in output of getifaddrs test. | Michael Adam | 1 | -1/+1 |
2008-02-29 | libreplace: add missing semicolon to getifaddrs. | Michael Adam | 1 | -1/+1 |
2008-02-29 | libreplace: try and fix rep_getifaddrs() for Tru64. | Michael Adam | 1 | -21/+16 |
2008-02-29 | libreplace: use the new getifaddrs test also for autoconf. | Michael Adam | 2 | -33/+16 |
2008-02-29 | libreplace: add extended getifaddrs test that prints out the interfaces. | Michael Adam | 3 | -7/+100 |
2008-02-29 | Trying to fix libnetapi examples Makefile.in. | Günther Deschner | 1 | -14/+19 |
2008-02-29 | libnetjoin: add fallback to level 24 samr setinfo so that libnet can join NT4. | Günther Deschner | 1 | -0/+19 |
2008-02-29 | libnetjoin: Trying to avoid confusion between acct_flags, acb_info and | Günther Deschner | 1 | -12/+14 |
2008-02-28 | Fix samr querydispinfo w.r.t. lsa_AsciiStringLarge. | Günther Deschner | 2 | -4/+13 |
2008-02-28 | Re-run make idl. | Günther Deschner | 5 | -43/+117 |
2008-02-28 | samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfo | Stefan Metzmacher | 1 | -1/+1 |
2008-02-28 | lsa.idl: strlen_m*() also for the lsa_AsciiString* versions | Stefan Metzmacher | 1 | -4/+4 |
2008-02-28 | lsa.idl: use strlen_m_term() in lsa_StringLarge to support NULL strings | Stefan Metzmacher | 1 | -1/+1 |
2008-02-28 | lsa.idl: add lsa_AsciiStringLarge | Stefan Metzmacher | 1 | -0/+6 |
2008-02-28 | lsa.idl: don't use ascstr_noterm anymore | Stefan Metzmacher | 1 | -3/+3 |
2008-02-28 | Remove DomainControllerAddressType which we now have in IDL. | Günther Deschner | 1 | -5/+0 |
2008-02-28 | Fix memleak in netsamlogon_cache_get(). | Günther Deschner | 1 | -0/+1 |
2008-02-28 | winbind: use a struct element for WBFLAG_PAM_UNIX_NAME | Stefan Metzmacher | 4 | -17/+9 |
2008-02-28 | While we are at it: add _wkssvc_NetrUnjoinDomain2 implementation. | Günther Deschner | 1 | -4/+64 |
2008-02-28 | Re-enable _wkssvc_NetrJoinDomain2 remote join implementation now that we are ... | Günther Deschner | 1 | -6/+13 |
2008-02-28 | Remove original copy of now redundant join code. | Günther Deschner | 3 | -718/+1 |
2008-02-28 | libnetjoin: Merge in comments, debugs and missing code from original join code. | Günther Deschner | 1 | -3/+117 |
2008-02-28 | Fix macro name (no 's' in ifr_addr). | Gerald W. Carter | 1 | -1/+1 |
2008-02-28 | Only set DEBUGLEVEL to 0 in libnetapi when not set already. | Günther Deschner | 1 | -1/+3 |
2008-02-28 | Add some more error handling in libnetjoin. | Günther Deschner | 1 | -0/+10 |
2008-02-28 | Use libnetapi_get_error_string() in "net dom" commands. | Günther Deschner | 1 | -2/+2 |
2008-02-28 | Remove smbmount. | Karolin Seeger | 9 | -1643/+4 |
2008-02-28 | Convert cli_read to use cli_pull | Volker Lendecke | 1 | -163/+15 |
2008-02-28 | Add async cli_pull support | Volker Lendecke | 2 | -27/+440 |
2008-02-28 | Add infrastructure to support async SMB requests | Volker Lendecke | 5 | -1/+577 |
2008-02-28 | Add basic infrastructure for general async requests | Volker Lendecke | 4 | -1/+159 |
2008-02-28 | Fix the build - don't use SMB_TRANS_ENC_GSS without | Jeremy Allison | 1 | -6/+2 |
2008-02-28 | Don't define SMB_TRANS_ENC_GSS if we don't have KRB5. | Jeremy Allison | 1 | -1/+6 |
2008-02-28 | Some fixes for net ads join (uninitialized vars). | Günther Deschner | 1 | -9/+8 |
2008-02-28 | Use libnet_Join() for "net ads join". | Günther Deschner | 1 | -150/+33 |
2008-02-28 | Add cli_setup_packet_buf | Volker Lendecke | 1 | -22/+32 |
2008-02-28 | Make cli_struct a talloc parent | Volker Lendecke | 1 | -2/+2 |
2008-02-28 | Nicen error output in net_ads_leave. | Günther Deschner | 1 | -2/+3 |
2008-02-28 | Add WERR_TIME_SKEW to werror mapping tables. | Günther Deschner | 1 | -0/+2 |
2008-02-28 | Add explicit buf arg to cli_check_sign_mac | Volker Lendecke | 3 | -4/+4 |