Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-18 | credentials: Rename library to samba-credentials to avoid name clashes. | Jelmer Vernooij | 1 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Aug 18 22:16:38 CEST 2011 on sn-devel-104 | |||||
2011-08-18 | cli-raw: Add public libsmbclient-raw library. | Jelmer Vernooij | 1 | -3/+5 | |
2011-08-18 | libcliraw: Install more header files. | Jelmer Vernooij | 1 | -1/+1 | |
2011-08-18 | libcliraw: Install request.h and signing.h. | Jelmer Vernooij | 1 | -1/+2 | |
2011-08-18 | smb_composite: Integrate prototypes in header file. | Jelmer Vernooij | 1 | -1/+0 | |
2011-08-08 | build: provide tevent-util as a public library | Andrew Bartlett | 1 | -3/+3 | |
This is needed so that OpenChange can get at _tevent_req_nterr(), which is referenced by generated PIDL output. Andrew Bartlett | |||||
2011-07-28 | s4-libcli: Added python interface for file I/O using SMB | Amitay Isaacs | 1 | -0/+6 | |
This module will support file system access using SMB. based on smb_composite - loadfile(), savefile() based on raw - getacl(), setacl() Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-07-26 | cli_composite: Lowercase name. | Jelmer Vernooij | 1 | -2/+2 | |
2011-07-26 | cli_smb_common: Lowercase name. | Jelmer Vernooij | 1 | -2/+2 | |
2011-07-26 | cli_cldap: Lowercase name. | Jelmer Vernooij | 1 | -1/+1 | |
2011-07-23 | cli_raw: Make name lowercase. | Jelmer Vernooij | 1 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jul 23 23:20:51 CEST 2011 on sn-devel-104 | |||||
2011-07-23 | charset: Make name lowercase everywhere. | Jelmer Vernooij | 1 | -1/+1 | |
2011-06-20 | libcli/util Bring samba4 unix -> nt_status code in common. | Andrew Bartlett | 1 | -9/+0 | |
Due to library link orders, this is already the function that is being used. However we still need to sort out the duplicate symbol issues, probably by renaming things. Andrew Bartlett | |||||
2011-06-17 | s4-util: removed the s4 nterr.c | Andrew Tridgell | 1 | -1/+1 | |
this is now in common code Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-06-15 | s4:libcli/smb_composite: convert smb2_composite_setpathinfo_send/rev to ↵ | Stefan Metzmacher | 1 | -2/+2 | |
tevent_req metze | |||||
2011-05-18 | waf-build: Add more libraries to avoid duplicate symbols | Andrew Bartlett | 1 | -2/+3 | |
The new source of duplicates is calling libnetapi from inside smbtorture. Andrew Bartlett | |||||
2011-04-29 | build: put doserr.c into it's own subsystem, so it's no longer a duplicate | Andrew Bartlett | 1 | -2/+2 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 29 10:00:32 CEST 2011 on sn-devel-104 | |||||
2011-03-15 | s4-rap: decouple rap client code from torture binary, add new LIBCLI_RAP ↵ | Günther Deschner | 1 | -0/+1 | |
subsystem. Guenther | |||||
2011-02-22 | s4-auth Move libcli/security/session.c to the top level | Andrew Bartlett | 1 | -1/+0 | |
This code is now useful in common, as the elements of the auth_session_info structure have now been defined in common IDL. Andrew Bartlett | |||||
2011-01-01 | heimdal_build: Add missing dependencies when building with system heimdal. | Jelmer Vernooij | 1 | -0/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Jan 1 04:46:35 CET 2011 on sn-devel-104 | |||||
2010-11-07 | credentials: Lowercase library name, | Jelmer Vernooij | 1 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 on sn-devel-104 | |||||
2010-10-30 | s4-build: removed some unnecessary dependencies | Andrew Tridgell | 1 | -2/+2 | |
based on running waf --symbol-check | |||||
2010-10-26 | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 1 | -4/+4 | |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -3/+3 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -7/+7 | |
2010-10-24 | s4: Rename LIBCLI_NBT -> cli_nbt. | Jelmer Vernooij | 1 | -4/+4 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -3/+3 | |
2010-10-24 | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 1 | -3/+3 | |
2010-10-23 | s4: Rename LIBEVENTS to libevents. | Jelmer Vernooij | 1 | -2/+2 | |
2010-10-23 | s4: Rename LIBNETIF to libnetif. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-21 | s4-libcli: make LIBSAMBA-ERRORS a private library | Andrew Tridgell | 1 | -6/+7 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-03 | heimdal: convert some subsystems to libraries, consistent with upstream heimdal. | Jelmer Vernooij | 1 | -1/+1 | |
2010-09-15 | s4-finddcs: rename finddcs to finddcs_nbt | Andrew Tridgell | 1 | -1/+1 | |
finddcs_nbt is currently unused, but will later be a fallback is a cldap DC find fails. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-15 | s4-finddcs: added finddcs_cldap() | Andrew Tridgell | 1 | -3/+3 | |
this finds DCs with a specified set of server_type bit using SRV lookups and CLDAP Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-03 | s4:libcli/finddcs: use irpc_binding_handle_by_name() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-04-15 | s4-waf: removed a duplicate declaration of python_netbios | Andrew Tridgell | 1 | -7/+0 | |
2010-04-06 | s4-waf: move to a universal method of recursing into subdirs | Andrew Tridgell | 1 | -4/+4 | |
This works with both standalone lib builds and bundled builds | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: install the rest of the headers | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | s4-waf: started adding auto-install of include files | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -3/+3 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+96 | |