Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-16 | s3-build: stop including ldap and lber headers everywhere in the code. | Günther Deschner | 8 | -51/+67 | |
Instead use new header smb_ldap.h where all LDAP API related things are handled, while smbldap.h only deals with our smbldap_X() API. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 16 10:54:51 CET 2011 on sn-devel-104 | |||||
2011-03-16 | s3-includes: avoid global include of gssapi headers. | Günther Deschner | 3 | -12/+20 | |
Guenther | |||||
2011-03-16 | s3-libsmb: move smb encryption structs into own header. | Günther Deschner | 7 | -28/+67 | |
Guenther | |||||
2011-03-16 | libcli/security: move display_sec headers to own header file and add to | Günther Deschner | 8 | -10/+40 | |
security.h grouping header. Guenther | |||||
2011-03-16 | s4:ldb: don't install .pc files when building a private library | Stefan Metzmacher | 1 | -2/+6 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Mar 16 09:58:22 CET 2011 on sn-devel-104 | |||||
2011-03-16 | headers: cope with non-system popt in test_headers | Andrew Tridgell | 1 | -1/+4 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Mar 16 09:09:40 CET 2011 on sn-devel-104 | |||||
2011-03-16 | headers: include Python.h first to avoid warnings | Andrew Tridgell | 1 | -1/+1 | |
2011-03-16 | s3: Fix a cut&paste error in pdb_ads_connect | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 16 08:22:28 CET 2011 on sn-devel-104 | |||||
2011-03-16 | s3: Use jenkins hash for str_checksum, fix bug 8010 | Volker Lendecke | 1 | -11/+2 | |
From the bugreport: I have a folder with ~90 photos: IMG_XXXX.JPG where XXXX is a four digit number, almost consecutive (photos from camera for one day). Current implementation gives about 30 different checksums for this set of files. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 16 01:15:41 CET 2011 on sn-devel-104 | |||||
2011-03-16 | libcli: openchange doesn't need these headers any more | Andrew Tridgell | 1 | -2/+0 | |
thanks to Simo for pointing this out Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Mar 16 00:25:10 CET 2011 on sn-devel-104 | |||||
2011-03-15 | s3-build: try to silence annoying "Ignoring invalid value 'vlp' for ↵ | Günther Deschner | 2 | -5/+6 | |
parameter 'printing'" warning on the buildfarm. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Mar 15 23:38:43 CET 2011 on sn-devel-104 | |||||
2011-03-15 | s4-rap: remove last iconv_convenience traces from rap client and test code. | Günther Deschner | 2 | -7/+3 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Mar 15 22:01:51 CET 2011 on sn-devel-104 | |||||
2011-03-15 | s4-rap: decouple rap client code from torture binary, add new LIBCLI_RAP ↵ | Günther Deschner | 10 | -1510/+1567 | |
subsystem. Guenther | |||||
2011-03-15 | s4-smbtorture: check for username and computername presence in ↵ | Günther Deschner | 1 | -1/+20 | |
rap_netsessionenum test. Guenther | |||||
2011-03-15 | s3-libsmb: only include rap client when needed. | Günther Deschner | 20 | -180/+226 | |
Guenther | |||||
2011-03-15 | s3-build: share smbtorture4 build rules with s3-waf build. | Günther Deschner | 3 | -20/+33 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Mar 15 16:10:17 CET 2011 on sn-devel-104 | |||||
2011-03-15 | libwbclient: CID 2199 -- NULL pointer return | Volker Lendecke | 1 | -0/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Mar 15 12:08:48 CET 2011 on sn-devel-104 | |||||
2011-03-15 | s3: Fix Coverity ID 2278: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2279: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2280: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2281: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2282: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2283: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_OpenKey. | |||||
2011-03-15 | s3: Fix Coverity ID 2284: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2285: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2286: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2287: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_CreateKey. | |||||
2011-03-15 | s3: Fix Coverity ID 2288: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_SetValue. | |||||
2011-03-15 | s3: Fix Coverity ID 2289: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_OpenKey. | |||||
2011-03-15 | s3: Fix Coverity ID 2290: Uninitialized read | Volker Lendecke | 1 | -1/+1 | |
We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteKey. | |||||
2011-03-15 | s3: Read uidNumber/gidNumber in pdb_ads_sid_to_id | Volker Lendecke | 1 | -29/+45 | |
Question: How shall we allocate those? Something like the rid allocator? Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Mar 15 09:59:55 CET 2011 on sn-devel-104 | |||||
2011-03-15 | s3: Remove some unused code | Volker Lendecke | 2 | -43/+0 | |
2011-03-15 | s3: "hex_encode" does the same as "binary_string" | Volker Lendecke | 1 | -1/+1 | |
2011-03-15 | s4-rpc: added dcesrv_call_account_name() | Andrew Tridgell | 2 | -0/+13 | |
this will be used by openchange Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Mar 15 06:14:00 CET 2011 on sn-devel-104 | |||||
2011-03-15 | libcli: protect access_check.h against double inclusion | Andrew Tridgell | 1 | -0/+3 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Mar 15 05:07:01 CET 2011 on sn-devel-104 | |||||
2011-03-15 | waf: ensure that MAKEFLAGS is set before parsing it | Andrew Tridgell | 1 | -0/+2 | |
2011-03-15 | build: added simple header handling for our libraries | Andrew Tridgell | 1 | -1/+23 | |
we don't need header munging for tdb/talloc etc | |||||
2011-03-15 | s3-waf: enable public_headers_allow_broken | Andrew Tridgell | 1 | -0/+3 | |
2011-03-15 | build: removed mkdir of public headers directory | Andrew Tridgell | 1 | -7/+0 | |
not needed now that we have public_headers_allow_broken | |||||
2011-03-15 | build: added public_headers_allow_broken option | Andrew Tridgell | 1 | -1/+6 | |
the s3 waf build will use this to say that we should allow public headers that contain references to non-public headers. In the s4 build that is not allowed, but the s3 build does not yet have clean public headers | |||||
2011-03-15 | s3-waf: enable public header building in s3 | Andrew Tridgell | 1 | -0/+7 | |
2011-03-15 | waf: auto-create include paths if needed | Andrew Tridgell | 1 | -0/+7 | |
2011-03-15 | waf: make mkdir_p() a bit more robust | Andrew Tridgell | 1 | -1/+6 | |
2011-03-15 | build: fixed cflags for test_header | Andrew Tridgell | 1 | -0/+7 | |
when using system libraries, we need the right cflags | |||||
2011-03-15 | waf: build headers in separate 'headers' build group | Andrew Tridgell | 2 | -1/+2 | |
2011-03-15 | build: force _SAMBA_BUILD_==4 to be true in public headers | Andrew Tridgell | 1 | -0/+3 | |
for s4 public headers, this is always true | |||||
2011-03-15 | ldb: only install headers if we are not building as a private lib | Andrew Tridgell | 1 | -1/+4 | |
2011-03-15 | lib: don't install public headers if a private library | Andrew Tridgell | 3 | -0/+3 | |
for talloc/tevent/tdb, only install headers if we are doing a standalone build | |||||
2011-03-15 | waf: always generate public headers in the build tree | Andrew Tridgell | 2 | -166/+123 | |
this allows us to properly test our public headers before install | |||||
2011-03-15 | build: mark some private includes as OK in public headers | Andrew Tridgell | 1 | -0/+4 | |
these are includes which are protected by #ifdefs which means they don't get exposed to public users |