Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-30 | s3-build: We do not have CHARSET modules any more | Andrew Bartlett | 1 | -6/+2 | |
2012-05-30 | lib/param: Put common FN_ macros into param_functions.c | Andrew Bartlett | 1 | -4/+4 | |
This will in turn make it possible to put the actual parameter definitions in common. Andrew Bartlett | |||||
2012-05-30 | s3-build: Remove build of libtdb.so from the autoconf build | Andrew Bartlett | 1 | -65/+2 | |
We now either link tdb statically or we use the system provided tdb This means that we now only have one build system for externally-available tdb, which in turn ensures we have a consistent shared library built as libtdb.so Andrew Bartlett | |||||
2012-05-30 | s3-build: Remove build of libtalloc.so from the autoconf build | Andrew Bartlett | 1 | -62/+2 | |
We now either link talloc statically or we use the system provided talloc This means that we now only have one build system for externally-available talloc, which in turn ensures we have a consistent shared library built as libtalloc.so Andrew Bartlett | |||||
2012-05-29 | s3: fix compile of krb5 locator on Solaris | Björn Jacke | 1 | -1/+1 | |
the krb5 locator plugin on Solaris needs LIBREPLACE_LIBS (bug #8732) Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Tue May 29 09:58:42 CEST 2012 on sn-devel-104 | |||||
2012-05-28 | s3:libsmb: get rid of clisigning routines | Luk Claes | 1 | -1/+0 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-27 | build: Remove all references to libuuid | Andrew Bartlett | 1 | -2/+1 | |
We simply do not need this library any more. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sun May 27 11:08:22 CEST 2012 on sn-devel-104 | |||||
2012-05-26 | s3-build: Remove build of libaddns.a from the autoconf build | Andrew Bartlett | 1 | -73/+0 | |
We always link libaddns statically as part of the net object lists This means that we no longer provide externally-available libaddns, as the waf build declared this as a private library. This never had a public API, .so or a header file. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat May 26 09:45:34 CEST 2012 on sn-devel-104 | |||||
2012-05-25 | s3: Test whether get_share_mode_lock cleans up stale processes | Volker Lendecke | 1 | -1/+2 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-23 | krb5samba: Add smb_gss_oid_equal wrapper. | Andreas Schneider | 1 | -0/+1 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-05-23 | s3-autoconf: fix typo after migrating DNS resolver code to lib/addns | Alexander Bokovoy | 1 | -1/+1 | |
2012-05-23 | Move source3/libads/dns.c to lib/addns | Simo Sorce | 1 | -1/+1 | |
2012-05-18 | s3: Revert the serverid changes, they need more work | Volker Lendecke | 1 | -2/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri May 18 13:12:14 CEST 2012 on sn-devel-104 | |||||
2012-05-18 | build: Move generated files out of the normal build tree | Andrew Bartlett | 1 | -83/+85 | |
This avoids some dual-build-system interactions. Andrew Bartlett | |||||
2012-05-18 | build: Move generated version.h to a waf-invisible location | Andrew Bartlett | 1 | -1/+1 | |
Generally, it is better if our generated header files for the autoconf build do not end up in places that the waf build can see. Andrew Bartlett | |||||
2012-05-17 | s3: Test whether get_share_mode_lock cleans up stale processes | Volker Lendecke | 1 | -1/+2 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-16 | s3:onefs: remove all onefs related code as it not maintained anymore | Stefan Metzmacher | 1 | -19/+1 | |
See https://lists.samba.org/archive/samba-technical/2012-May/083631.html for the discussion. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed May 16 11:23:05 CEST 2012 on sn-devel-104 | |||||
2012-05-15 | libcli/smb: move smb2cli_ioctl.c from source3 to the toplevel | Björn Baumbach | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 15 20:17:01 CEST 2012 on sn-devel-104 | |||||
2012-05-15 | libcli/smb: move smb2cli_query_directory.c from source3 to the toplevel | Björn Baumbach | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_query_info.c from source3 to the toplevel | Björn Baumbach | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_set_info.c from source3 to the toplevel | Björn Baumbach | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_flush.c from source3 to the toplevel | Björn Baumbach | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_write.c from source3 to the toplevel | Björn Baumbach | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_read.c from source3 to the toplevel | Björn Baumbach | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_close.c from source3 to the toplevel | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-05-15 | libcli/smb: move smb2cli_create.c from source3 to the toplevel | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-05-15 | s3:auth: remove unused auth_server.c | Stefan Metzmacher | 1 | -5/+0 | |
metze | |||||
2012-05-14 | libcli/smb: move smb2cli_logoff_* from source3 to the top level | Stefan Metzmacher | 1 | -1/+0 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon May 14 17:02:46 CEST 2012 on sn-devel-104 | |||||
2012-05-14 | libcli/smb: git mv smb2_session.c smb2cli_session.c | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-05-14 | move the dbwrap library to the top level | Michael Adam | 1 | -5/+5 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon May 14 04:04:55 CEST 2012 on sn-devel-104 | |||||
2012-05-14 | s3:build: move lib/dbwrap/dbwrap_util.o to the other dbwrap objects... | Michael Adam | 1 | -2/+3 | |
2012-05-06 | s3:libsmb: add smb2cli_set_info* | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-06 | s3:libsmb: add smb2cli_query_info* | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-01 | s3:torture: add idmap_tdb_common test code | Christian Ambach | 1 | -3/+6 | |
2012-05-01 | s3:winbindd add idmap_tdb_common file to store common code of TDB idmap backends | Christian Ambach | 1 | -1/+4 | |
2012-04-30 | s3-lib Add a way to allocate the task_id value in server_id | Andrew Bartlett | 1 | -2/+1 | |
This safely allocates the task_id so that when we have multiple event contexts, they can each have their own messaging context, particularly for the imessaging subsystem under source4. Andrew Bartlett | |||||
2012-04-27 | s3:libsmb: add smb2cli_ioctl* | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-04-23 | Make krb5 wrapper library common so they can be used all over | Simo Sorce | 1 | -2/+1 | |
2012-04-19 | s3-dbwrap: Add dbwrap_record_watch_send/recv | Volker Lendecke | 1 | -0/+2 | |
With this API you can asynchronously wait for a record to be modified | |||||
2012-04-18 | s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdb | Andrew Bartlett | 1 | -1/+1 | |
2012-04-17 | s3: Add smbstatus -N to output the notify db | Volker Lendecke | 1 | -0/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Tue Apr 17 11:54:35 CEST 2012 on sn-devel-104 | |||||
2012-04-17 | s3: Add two notify benchmark tests | Volker Lendecke | 1 | -0/+1 | |
2012-04-17 | s3: Implement tevent_barrier | Volker Lendecke | 1 | -0/+1 | |
This will help notify torture tests: A tevent barrier can be waited on with tevent_barrier_wait_send/recv. The barrier is initialized with a number of requests that it will accept waiting. When that number is reached, all those requests will be released and their callback will be called. The barrier will be free for re-use again. | |||||
2012-04-17 | s3: Add msg_channel | Volker Lendecke | 1 | -0/+2 | |
This is a tevent_based variant of messaging_register | |||||
2012-04-17 | s3: Add a second ctdb connect library | Volker Lendecke | 1 | -0/+2 | |
The existing one is not async at all. | |||||
2012-04-17 | s3: Add dbwrap_cache | Volker Lendecke | 1 | -0/+1 | |
This is a caching layer for the notify database and potentially for the brlock database. It caches the parse_record operation as long as the underlying seqnum does not change. | |||||
2012-04-17 | s3: Add infrastructure for background jobs | Volker Lendecke | 1 | -0/+1 | |
2012-04-12 | auth-krb: Make functions static. | Simo Sorce | 1 | -1/+0 | |
The remaining gssapi_parse functions were used exclusively in gensec_krb5. Move them there and make them static. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-11 | Add a new module, aio_linux which implements Linux kernel aio support. Docs ↵ | Jeremy Allison | 1 | -0/+5 | |
to follow. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Apr 11 02:29:04 CEST 2012 on sn-devel-104 | |||||
2012-04-03 | s3-libads: Remove ads_verify_ticket() as it is now unused | Andrew Bartlett | 1 | -1/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> |