Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-15 | s3-netdomjoin-gui: allow to switch between workgroups/domains with the same ↵ | Günther Deschner | 1 | -2/+4 | |
name. Guenther | |||||
2009-05-15 | s3-netdomjoin-gui: cosmetic fix for empty hostnames. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-05-15 | s3-netdomjoin-gui: only gray out labels when not root and not connecting to | Günther Deschner | 1 | -3/+3 | |
remote machines. Guenther | |||||
2009-05-14 | s3-netapi: implement NetShutdownInit_r and NetShutdownAbort_r. | Günther Deschner | 1 | -2/+49 | |
Guenther | |||||
2009-05-14 | s3-netapi: add example code for NetShutdownInit and NetShutdownAbort. | Günther Deschner | 3 | -1/+183 | |
Guenther | |||||
2009-05-14 | s3-netapi: add NetShutdownInit and NetShutdownAbort to public API. | Günther Deschner | 1 | -0/+36 | |
Guenther | |||||
2009-05-14 | s3-netapi: add NetShutdownInit and NetShutdownAbort skeletons. | Günther Deschner | 3 | -0/+163 | |
Guenther | |||||
2009-05-14 | Fix some nonempty blank lines | Volker Lendecke | 1 | -23/+23 | |
2009-05-13 | s3:libsmb: move read_smb_send/recv() static in async_smb.c | Stefan Metzmacher | 1 | -87/+0 | |
metze | |||||
2009-05-13 | s3-netdomjoin-gui: prepare to call out for NetRenameMachineInDomain() to ↵ | Günther Deschner | 1 | -1/+48 | |
rename computers in domains. Guenther | |||||
2009-05-12 | s3-netdomjoin-gui: Fix join prompt dialog test. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-05-12 | s3-netdomjoin-gui: use NetServerGetInfo() level 101 to get hostname. | Günther Deschner | 1 | -2/+7 | |
Guenther | |||||
2009-05-12 | s3-netdomjoin-gui: inspect the correct computername string before | Günther Deschner | 1 | -1/+1 | |
enabling/disabling the change button. Guenther | |||||
2009-05-12 | Clean up assignments to iov_base, ensure it's always cast to void *. This ↵ | Jeremy Allison | 3 | -10/+10 | |
should quieten some warnings with picky compilers on the buildfarm. Jeremy. | |||||
2009-05-12 | Fix bug 6157 | Volker Lendecke | 1 | -0/+56 | |
This patch picks the alphabetically smallest one of the multi-value attribute "uid". This fixes a regression against 3.0 and also becomes deterministic. | |||||
2009-05-11 | Add checks for non_root mode to help buildfarm spoolss tests. | Jeremy Allison | 1 | -14/+18 | |
Reviewed by Guenther. Jeremy. | |||||
2009-05-09 | wb_int_trans -> wb_simple_trans in wbclient.c | Volker Lendecke | 1 | -148/+24 | |
2009-05-09 | Add wb_simple_trans_send/recv | Volker Lendecke | 1 | -1/+130 | |
2009-05-07 | Convert lib/wb_reqtrans.c to unix calling conventions | Volker Lendecke | 2 | -91/+107 | |
2009-05-07 | Adapt wb_reqtrans to "recent" coding conventions | Volker Lendecke | 1 | -44/+28 | |
2009-05-05 | Make cli_getatr() async. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2009-05-05 | Make cli_getattrE async. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2009-05-04 | Do not crash in ctdbd_traverse if ctdbd is not around | Volker Lendecke | 1 | -0/+5 | |
2009-05-03 | Fix bug 6136: New AFS syscall conventions | Geza Gemes | 2 | -2/+21 | |
Haven't checked this myself, but as I've already got several reports that Samba won't compile against current OpenAFS anymore, I just believe Geza Gemes. This patch only affects AFS code, so it should not hurt anything else. Volker | |||||
2009-05-02 | Fix a malloc/talloc mixup | Volker Lendecke | 1 | -1/+1 | |
2009-05-01 | Many build farm boxes do not have clock_gettime | Volker Lendecke | 1 | -2/+2 | |
2009-05-01 | Add getaddrinfo_send/recv | Volker Lendecke | 1 | -0/+82 | |
2009-05-01 | Add fncall_send/recv | Volker Lendecke | 1 | -0/+365 | |
2009-05-01 | Add thread pool | Volker Lendecke | 1 | -0/+505 | |
Included if pthreads are found, can be disabled with --enable-pthreadpool=no Tim, Steven, I haven't yet seen comments from you. You have been asking for such a thing at SambaXP. Do you like this? :-) | |||||
2009-04-30 | s3-netapi: Fix Bug #6309: support remote unjoining of Windows 2003 or greater. | Günther Deschner | 1 | -1/+2 | |
Found by David Markey <admin@dmarkey.com>. Thanks! Guenther | |||||
2009-04-30 | Re-import the v3-3 version of str_list_make(). | Volker Lendecke | 1 | -7/+59 | |
The merged version behaves differently: "Domain Users" is parsed into two values, as it does not look at quotes. Samba3 users depend on the ability do say for example valid users = "domain users" which would not work anymore with the merged version. Thanks to Björn Jacke for testing this! Volker | |||||
2009-04-27 | s3-auth-charcnv: fix push_string(). Don't push to ucs2 and ascii after another. | Günther Deschner | 1 | -1/+2 | |
This fixes all kinds of encrypted passwords used in the shared auth code naturally. Andrew B., please check. Guenther | |||||
2009-04-27 | s3:libsmbconf: fix a comment typo | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-04-27 | s3:registry: replace typedef REGISTRY_OPS by struct registry_ops | Michael Adam | 1 | -1/+1 | |
Michael | |||||
2009-04-23 | samba3/ldb: Update the ldb_dn API to match that of the Samba 4 LDB: | Jelmer Vernooij | 2 | -17/+40 | |
* ldb_dn_new() now takes an initial DN string * ldb_dn_string_compose() -> ldb_dn_new_fmt() * dummy ldb_dn_validate(), since LDB DNs in the current implementation are always valid if they could be created. | |||||
2009-04-23 | ldb/samba3: Support event context argument to ldb_init(). | Jelmer Vernooij | 8 | -9/+14 | |
This argument is ignored (Samba3's LDB is synchronous) but having it there is useful for API compatibility with the LDB used by Samba 4 and available on some systems. | |||||
2009-04-23 | charcnv: Import push_codepoint(). | Jelmer Vernooij | 1 | -0/+61 | |
2009-04-23 | Fix a couple of warnings | Volker Lendecke | 1 | -1/+1 | |
2009-04-23 | Fix a type-punned warning | Volker Lendecke | 1 | -1/+1 | |
2009-04-23 | Fix Coverity ID 884: DEADCODE | Volker Lendecke | 1 | -3/+4 | |
2009-04-21 | s3: Use common security_descriptor_equal(). | Jelmer Vernooij | 1 | -68/+0 | |
2009-04-21 | s3-secdesc: move all winreg access bits to IDL. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-20 | Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if | Jelmer Vernooij | 2 | -19/+1 | |
the system one is broken. | |||||
2009-04-20 | Merge commit 'origin/master' into libcli-auth-merge-without-netlogond | Andrew Bartlett | 3 | -37/+36 | |
2009-04-15 | Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+ | Jeremy Allison | 3 | -37/+36 | |
What a difference a name makes... :-). Just because something is missnamed SAMR_ACCESS_OPEN_DOMAIN, when it should actually be SAMR_ACCESS_LOOKUP_DOMAIN, don't automatically use it for a security check in _samr_OpenDomain(). Jeremy. | |||||
2009-04-15 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into ↵ | Andrew Bartlett | 1 | -0/+15 | |
libcli-auth-merge-without-netlogond | |||||
2009-04-14 | netdomjoin-gui: make sure to grey out change fields when not running as root. | Günther Deschner | 1 | -0/+15 | |
Guenther | |||||
2009-04-14 | Make Samba3 use the new common libcli/auth code | Andrew Bartlett | 1 | -0/+38 | |
This is particuarly in the netlogon client (but not server at this stage) | |||||
2009-04-14 | More work to adapt to merged libcli/auth function prototypes | Andrew Bartlett | 1 | -0/+1 | |
2009-04-14 | s3:charcnv remove now unused malloc() based conversion functions | Andrew Bartlett | 1 | -39/+0 | |