Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-18 | s3: Revert the serverid changes, they need more work | Volker Lendecke | 1 | -1/+0 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri May 18 13:12:14 CEST 2012 on sn-devel-104 | |||||
2012-05-18 | Fix the waf build with the new "cleans up stale processes" test. | Jeremy Allison | 1 | -0/+1 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri May 18 00:20:36 CEST 2012 on sn-devel-104 | |||||
2012-05-16 | s3:onefs: remove all onefs related code as it not maintained anymore | Stefan Metzmacher | 1 | -2/+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/+0 | |
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/+0 | |
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/+0 | |
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/+0 | |
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/+0 | |
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/+0 | |
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/+0 | |
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/+0 | |
metze | |||||
2012-05-15 | libcli/smb: move smb2cli_create.c from source3 to the toplevel | Stefan Metzmacher | 1 | -1/+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 | move the dbwrap library to the top level | Michael Adam | 1 | -5/+0 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon May 14 04:04:55 CEST 2012 on sn-devel-104 | |||||
2012-05-09 | allow to use system iniparser library. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed May 9 17:38:33 CEST 2012 on sn-devel-104 | |||||
2012-05-08 | s3-python: Add python bindings for posix ACL layer | Andrew Bartlett | 1 | -0/+6 | |
This will allow us to check that posix ACLs work in the s4 provision, and avoid --use-s3fs if they do not. Andrew Bartlett | |||||
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-03 | UTIL_TDB: lowercase name. | Jelmer Vernooij | 1 | -3/+3 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu May 3 20:18:22 CEST 2012 on sn-devel-104 | |||||
2012-05-01 | s3:torture: add idmap_tdb_common test code | Christian Ambach | 1 | -0/+2 | |
2012-04-27 | s3:libsmb: add smb2cli_ioctl* | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-04-25 | s3-waf: Cleanup smbregistry. | Andreas Schneider | 1 | -10/+4 | |
2012-04-25 | lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into ↵ | Alexander Bokovoy | 1 | -2/+2 | |
lib/replace/system/gssapi.h With waf build include directories are defined by dependencies specified to subsystems. Without proper dependency <gssapi/gssapi.h> cannot be found for embedded Heimdal builds when there are no system-wide gssapi/gssapi.h available. Split out GSSAPI header includes in a separate replacement header and use that explicitly where needed. Autobuild-User: Alexander Bokovoy <ab@samba.org> Autobuild-Date: Wed Apr 25 00:18:33 CEST 2012 on sn-devel-104 | |||||
2012-04-23 | Make krb5 wrapper library common so they can be used all over | Simo Sorce | 1 | -7/+7 | |
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 | -0/+5 | |
2012-04-18 | s3-build: move file_id.c into samba3-util and create a private header | Andrew Bartlett | 1 | -2/+2 | |
2012-04-18 | dbwrap: Add dbwrap_tdb to private dbwrap library | Andrew Bartlett | 1 | -3/+2 | |
Andrew Bartlett | |||||
2012-04-18 | s3-build: Add missing samba3-util dep to tdb-wrap3 | Andrew Bartlett | 1 | -1/+1 | |
2012-04-18 | build: Remove more of the s3 special cases in waf: only pidfile.c needs ↵ | Andrew Bartlett | 1 | -1/+7 | |
-DCONFIGFILE | |||||
2012-04-17 | s3-waf: Add possibility to build with system libsmbclient. | Andreas Schneider | 1 | -34/+1 | |
2012-04-17 | s3-waf: Fix client/smbclient dependencies. | Andreas Schneider | 1 | -7/+7 | |
2012-04-17 | s3: Add smbstatus -N to output the notify db | Volker Lendecke | 1 | -1/+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/+2 | |
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 | -1/+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-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> | |||||
2012-04-03 | build: Reduce deps of ntlm_auth | Andrew Bartlett | 1 | -2/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-03-24 | s3-waf: Use samba3-util library instead of lots of tiny libs. | Jelmer Vernooij | 1 | -52/+18 | |
The smaller libraries are currently all trivial in size and don't have any dependencies other than samba-util. Having lots of small private libraries is a pain for packaging, and there isn't much advantage in this. | |||||
2012-03-15 | build: param must require cups to get the cups headers path in -I | Andrew Bartlett | 1 | -1/+1 | |
2012-03-14 | samba3util: Add ccan to dependency list now that str_checksum() uses a ccan ↵ | Jelmer Vernooij | 1 | -1/+1 | |
function. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Mar 14 17:55:51 CET 2012 on sn-devel-104 | |||||
2012-03-10 | s3: Add a new set of andx chain handling routines | Volker Lendecke | 1 | -1/+2 | |
This is in preparation of getting rid of chain_reply. | |||||
2012-02-29 | s3: Add a test that makes a chained open break an oplock | Volker Lendecke | 1 | -0/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Feb 29 01:13:03 CET 2012 on sn-devel-104 | |||||
2012-02-23 | s3:wscript_build - fix TDB dependency for source3/lib/util.c | Matthias Dieter Wallnöfer | 1 | -3/+1 | |
https://bugzilla.samba.org/show_bug.cgi?id=8708 Signed-off-by: Andrew Tridgell <tridge@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 23 01:43:04 CET 2012 on sn-devel-104 | |||||
2012-02-16 | s3-librpc: Use gensec_spnego for DCE/RPC authentication | Andrew Bartlett | 1 | -1/+0 | |
This ensures that we use the same SPNEGO code on session setup and on DCE/RPC binds, and simplfies the calling code as spnego is no longer a special case in cli_pipe.c A special case wrapper function remains to avoid changing the application layer callers in this patch. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-10 | s3-waf: add dependency on talloc or it won't build if talloc.h is not in the ↵ | Matthieu Patou | 1 | -4/+8 | |
default include path The problem occurs only if talloc, tdb and ldb are used as system libraries and talloc is not installed in a default. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Fri Feb 10 23:27:29 CET 2012 on sn-devel-104 | |||||
2012-02-07 | s3-waf: Link against tdb_compat instead of tdb. | Andreas Schneider | 1 | -5/+5 | |
2012-02-01 | s3-libsmb: Remove dead gssapi code. | Andreas Schneider | 1 | -1/+1 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Feb 1 23:29:44 CET 2012 on sn-devel-104 |