Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-08 | test: add NSS_WRAPPER_WINBIND_SO_PATH to make test. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-06-06 | Add an early prototyp of pdb_ads.c. | Volker Lendecke | 1 | -0/+4 | |
The purpose of this module is to connect to a locally running samba4 ldap server for an alternative "Franky" setup. Right now it contains a couple of gross hacks: For example it just takes the s4-chosed RID directly as uid/gid... Checking in tldap and pdb_ads now, I think 3777 insertions are enough for a start... | |||||
2009-06-06 | Add some samba-style tldap utility functions | Volker Lendecke | 1 | -1/+1 | |
2009-06-06 | Add the early start of an async ldap library | Volker Lendecke | 1 | -0/+2 | |
There's a lot of things this does not do yet: For example it does not parse the reply blob in the sasl bind, it does not do anything with controls yet, a lot of the ldap requests are not covered yet. But it provides a basis for me to play with a pdb_ads passdb module. | |||||
2009-06-05 | s3:smbd: add support for SMB2 Ioctl | Stefan Metzmacher | 1 | -3/+8 | |
We don't implement any level yet. metze | |||||
2009-06-03 | s3:smbd: implement SMB2 Write | Stefan Metzmacher | 1 | -0/+1 | |
This only works on file shares. metze | |||||
2009-06-03 | s3:smbd: implement SMB2 Read | Stefan Metzmacher | 1 | -0/+1 | |
This only works works on file shares. metze | |||||
2009-06-03 | s3:smbd: implement SMB2 Flush | Stefan Metzmacher | 1 | -0/+1 | |
This works only on file shares yet. metze | |||||
2009-06-03 | s3:smbd: implement SMB2 Close | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-06-03 | s3:smbd: implement a simple version of SMB2 Create | Stefan Metzmacher | 1 | -0/+1 | |
It only work on file shares and just ignores any additional Create Context Values. metze | |||||
2009-06-03 | s3:smbd: add smbd_smb2_fake_smb_request() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-06-02 | Move mount.cifs/umount.cifs to the top level and remove the outdated copy | Jelmer Vernooij | 1 | -3/+3 | |
in Samba 4. | |||||
2009-05-30 | Move ads flags mapping to lib/ | Volker Lendecke | 1 | -0/+1 | |
2009-05-30 | libwbclient: Add async call framework. | Kai Blin | 1 | -3/+7 | |
2009-05-29 | util: move add_gid_to_array_unique to toplevel and add add_uid_to_array_unique. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-05-28 | s3 tdbtorture: Fix linking issue | Tim Prouty | 1 | -1/+1 | |
tdbtorture now calls the tdb transaction code and needs to link it appropriately | |||||
2009-05-26 | s3:smbd: add support for SMB2 signing | Stefan Metzmacher | 1 | -2/+3 | |
metze | |||||
2009-05-25 | s3 ctags: ignore all proto.h files for tag generation | Kai Blin | 1 | -1/+1 | |
2009-05-25 | Attempt to fix a debian build problem | Volker Lendecke | 1 | -1/+1 | |
2009-05-22 | s3:smbd: implement SMB2 Tree Connect | Stefan Metzmacher | 1 | -1/+1 | |
For now this only checks if the share is present or not. metze | |||||
2009-05-21 | s3-build: fix the build of ntlm_auth. Bo Yang, please check. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-05-22 | s3: set winbindd request flags in ntlm_auth to make it contact trusted ↵ | Bo Yang | 1 | -1/+1 | |
domain when krb5 auth is enabled Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-05-20 | s3:smbd: implement SMB2 Session Setup with raw NTLMSSP | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-05-20 | s3:smbd: add support for SMB2 Keepalive (SMB2 Echo) | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-05-20 | s3:smbd: add support for SMB2 Negotiate | Stefan Metzmacher | 1 | -1/+1 | |
This is not complete, but a start that makes the samba4 smb2 client happy. metze | |||||
2009-05-20 | s3:smbd: add infrastructure for SMB2 support | Stefan Metzmacher | 1 | -0/+1 | |
This is disabled by default and activated by "max protocol = SMB2". metze | |||||
2009-05-16 | Fix static linking of vfs_notify_fam | Volker Lendecke | 1 | -1/+1 | |
2009-05-15 | s3:build: add install-dbwrap_tool target | Michael Adam | 1 | -0/+3 | |
Michael | |||||
2009-05-15 | s3:build dbwrap_tool with make everything | Michael Adam | 1 | -1/+2 | |
Michael | |||||
2009-05-15 | s3:build: rename OBJ collection for dbwrap_tool consistently | Michael Adam | 1 | -6/+6 | |
Michael | |||||
2009-05-15 | s3:first cut at dbwrap_tool - a tdb tool that is CTDB-aware. | Michael Adam | 1 | -0/+11 | |
This tool (in contrast to tdbtool) reads Samba's configuration and if clustering = yes, it talks to CTDB instead of accessing the TDB data bases directly. This is done by simply using the dbwrap mechanim, just like the Samba daemons. This first version can read and write int32 and uint32 values and delete records from a (c)tdb database. More operations will follow. This tool can already be useful in CTDB environments, e.g. when "net idmap restore" fails to set the USER and GROUP HWM keys, because the methods are deliberately not implemented in idmap_tdb2.c. You can manually set the high water marks with "dbwrap_tool store idmap_tdb2.tdb 'USER HWM' int32 12345" and "dbwrap_tool store idmap_tdb2.tdb 'GROUP HWM' int32 67890" Michael | |||||
2009-05-14 | s3-netapi: add NetShutdownInit and NetShutdownAbort skeletons. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-05-10 | Provide a libsmbclient interface for programs requiring threads | Derrell Lipman | 1 | -1/+3 | |
- This adds two functions: smbc_thread_posix() which provides access to the internal threading implementation using pthread; and smbc_thread_impl() where the user provides each of the functions required by Samba, to give access to the thread implementation's native capabilities. Derrell | |||||
2009-05-01 | tsocket: remove tsocket_context related stuff | Stefan Metzmacher | 1 | -4/+1 | |
It will be replaced by tdgram_context and tstream_context. metze | |||||
2009-05-01 | Add fncall_send/recv | Volker Lendecke | 1 | -0/+1 | |
2009-05-01 | Add thread pool | Volker Lendecke | 1 | -1/+1 | |
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-nss_wins: Fix unresolved ldb symbols in libnss_wins.so. | Günther Deschner | 1 | -1/+1 | |
The objects for this module should probably be cleaned up once. Guenther | |||||
2009-04-24 | s3-build: refactor LIBNET_OBJ. | Günther Deschner | 1 | -11/+14 | |
Guenther | |||||
2009-04-21 | Move the security_descriptor utility code to the top-level. | Jelmer Vernooij | 1 | -1/+1 | |
2009-04-20 | Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build work | Wilco Baan Hofman | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-20 | Adjust samba 3 to the new gpo API. Still untested code. | Wilco Baan Hofman | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-20 | Move gpo_fetch to top-level. | Jelmer Vernooij | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-20 | Move gpo_sec to top-level. | Jelmer Vernooij | 1 | -1/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-20 | Move some libgpo files to root. | Jelmer Vernooij | 1 | -2/+2 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-14 | Make Samba3 use the new common libcli/auth code | Andrew Bartlett | 1 | -3/+5 | |
This is particuarly in the netlogon client (but not server at this stage) | |||||
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -7/+8 | |
This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett | |||||
2009-04-10 | Link in the threads functions, not yet used. | Jeremy Allison | 1 | -1/+2 | |
Jeremy. | |||||
2009-04-08 | Remove async_req | Volker Lendecke | 1 | -2/+1 | |
2009-04-08 | s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-04-03 | s3-build: fix the build after tsocket changes. | Günther Deschner | 1 | -2/+0 | |
Metze, please check. Guenther |