Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-28 | s3-libads Pass a struct sockaddr_storage to cldap routines | Andrew Bartlett | 1 | -1/+2 | |
This avoids these routines doing a DNS lookup that has already been done, and ensures that the emulated DNS lookup isn't thrown away. Andrew Bartlett | |||||
2011-04-28 | Remove another fstring in this code. | Jeremy Allison | 1 | -12/+20 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Apr 28 03:15:32 CEST 2011 on sn-devel-104 | |||||
2011-04-27 | Fixup (C) - we've both worked lots on this :-). | Jeremy Allison | 1 | -0/+2 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Apr 27 21:56:29 CEST 2011 on sn-devel-104 | |||||
2011-04-27 | Remove fstrings from client struct. Properly talloc strings (ensuring we ↵ | Jeremy Allison | 1 | -42/+266 | |
never end up with a NULL pointer). | |||||
2011-04-27 | s3-libsmb Use 'resolv:hosts file' as a DNS emulation when specified. | Andrew Bartlett | 1 | -0/+27 | |
This allows make test to operate without making real DNS calls. Andrew Bartlett | |||||
2011-04-27 | s3: Make cli_session_setup_lanman2 async | Volker Lendecke | 1 | -53/+201 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Apr 27 00:25:35 CEST 2011 on sn-devel-104 | |||||
2011-04-26 | s3: Make cli_session_setup_nt1 async | Volker Lendecke | 1 | -87/+246 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-26 | s3: Make plaintext session setup async | Volker Lendecke | 1 | -59/+145 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-26 | s3: Remove cli_write | Volker Lendecke | 2 | -203/+0 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-26 | s3: Use cli_writeall instead of cli_write | Volker Lendecke | 1 | -7/+7 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-26 | s3: Add cli_writeall | Volker Lendecke | 1 | -3/+51 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-25 | s3: Remove unused code | Volker Lendecke | 1 | -6/+0 | |
This is done in name_query_send these days Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Apr 25 19:24:58 CEST 2011 on sn-devel-104 | |||||
2011-04-25 | s3: Move setting the name_query timeout | Volker Lendecke | 1 | -9/+9 | |
An async caller might want a different timeout behaviour | |||||
2011-04-25 | s3: Fix some typos in dsgetdcname | Volker Lendecke | 1 | -3/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Apr 25 12:35:30 CEST 2011 on sn-devel-104 | |||||
2011-04-25 | s3: "port" is not used in dsgetdcname | Volker Lendecke | 1 | -3/+0 | |
Günther, please check! | |||||
2011-04-25 | s3: Add a 10-second timeout for the 445 or netbios connection to a DC | Volker Lendecke | 1 | -1/+12 | |
2011-04-23 | s3:libsmb: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's | Stefan Metzmacher | 1 | -57/+5 | |
We rely on uint64_t for a long time now... metze | |||||
2011-04-22 | s3: Fix Coverity ID 2325, RESOURCE_LEAK | Volker Lendecke | 1 | -0/+4 | |
2011-04-20 | libcli/auth: Move more kerberos wrapping in common | Andrew Bartlett | 1 | -228/+0 | |
These functions are required to get the krb5 PAC parsing and verfication in common. Andrew Bartlett | |||||
2011-04-16 | s3: guest sesssetup is only 13 words | Volker Lendecke | 1 | -1/+1 | |
(cherry picked from commit 69650a2aaa8649570261df7efccb35ad76d7cfc1) Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Apr 16 16:20:08 CEST 2011 on sn-devel-104 | |||||
2011-04-16 | s3: Use tevent_req_nterror properly in a few places | Volker Lendecke | 1 | -12/+6 | |
2011-04-14 | libcli/auth Move krb5 wrapper functions from s3 into common | Andrew Bartlett | 1 | -74/+0 | |
This requires a small rework of the build system to ensure that the correct #define statements are made in both the s3 and top level builds. We now define the various HAVE_ macros in config.h at all times, using heimdal_build/wscript_configure when that is in use. Andrew Bartlett | |||||
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-04-03 | s3: Remove some unused code | Volker Lendecke | 1 | -7/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Apr 3 18:32:51 CEST 2011 on sn-devel-104 | |||||
2011-04-03 | Fix for servers that don't put a path separator at the end of the service. | Larry Reid | 1 | -4/+13 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Apr 3 10:33:42 CEST 2011 on sn-devel-104 | |||||
2011-03-30 | s3: only include ntioctl.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 2 | -2/+0 | |
Guenther | |||||
2011-03-30 | s3-messages: only include messages.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-libsmb: put namequery headers to nmblib.h | Günther Deschner | 13 | -0/+61 | |
We might find a better name for it and merge other namequery related things as well here... Guenther | |||||
2011-03-30 | s3-passdb: add passdb.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 3 | -0/+3 | |
Guenther | |||||
2011-03-30 | s3-trans2: only include trans2.h where needed. | Günther Deschner | 7 | -0/+7 | |
Guenther | |||||
2011-03-30 | s3-winbind: remove global inclusion of libwbclient. | Günther Deschner | 2 | -1/+1 | |
Guenther | |||||
2011-03-29 | s3-libsmb: remove duplicate NTSTATUS variable. | Günther Deschner | 1 | -1/+0 | |
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Mar 29 17:00:26 CEST 2011 on sn-devel-104 | |||||
2011-03-28 | Fix inspired by work done by David Disseldorp for bug #8040 - smbclient ↵ | Jeremy Allison | 1 | -3/+11 | |
segfaults when a Cyrillic netbios name or workgroup is configured. Change msrpc_gen to return NTSTATUS and ensure everywhere this is used it is correctly checked to return that status. Jeremy. | |||||
2011-03-27 | s3: Convert cli_raw_tcon to cli_smb | Volker Lendecke | 1 | -24/+22 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 27 19:50:21 CEST 2011 on sn-devel-104 | |||||
2011-03-27 | s3: Replace cli_negprot_sendsync() by cli_negprot_send() | Volker Lendecke | 1 | -35/+0 | |
2011-03-27 | s3: Remove a use of cli_send_smb | Volker Lendecke | 1 | -36/+47 | |
2011-03-26 | s3: Fix Coverity ID 2326, CHECKED_RETURN | Volker Lendecke | 1 | -1/+1 | |
2011-03-25 | s3-libsmb: work our correct length for EA strings | Andrew Tridgell | 1 | -1/+1 | |
2011-03-25 | s3-dfs: removed the last user of sec_len==-1 in pull_*_base_talloc() | Andrew Tridgell | 1 | -1/+2 | |
hopefully there aren't any others lurking in the code | |||||
2011-03-25 | lib: remove unused pieces of string_wrappers.h | Andrew Tridgell | 1 | -7/+7 | |
2011-03-24 | s3: Fix some errno assignments in SMBC_opendir_ctx | Volker Lendecke | 1 | -13/+13 | |
Do the assignment as the last action to make sure it's not overwritten Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Mar 24 17:31:57 CET 2011 on sn-devel-104 | |||||
2011-03-24 | s3: Fix Coverity ID 2325: RESOURCE_LEAK | Volker Lendecke | 1 | -0/+4 | |
2011-03-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵ | Andrew Tridgell | 4 | -11/+9 | |
convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104 | |||||
2011-03-23 | s3-safe_str: Futher simplify the macros by removing indirection | Andrew Bartlett | 1 | -13/+13 | |
Now that we don't need to pass in the function name and string, another level of indirection can be safely removed, and the operation of these macros made much clearer. Andrew Bartlett | |||||
2011-03-23 | s3-lib Remove the clobber_region() code. | Andrew Bartlett | 2 | -26/+8 | |
This code wrote to the full buffer in fstrcpy(), pstrcpy() and other fixed-length string manipulation functions. The hope of this code was to find out at run time if we were mixing up pstring and fstring etc, and to record where this came from. It has a runtime performance impact (particularly if compiled with --enable-developer). It is being removed because of the complexity it adds, and the distinct lack of bugs that this complexity has been credited in finding. The macro-based compile-time checking of string sizes remains. Andrew Bartlett | |||||
2011-03-16 | s3-build: only include asn1 headers where actually needed. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2011-03-16 | s3: Fix Coverity ID 2147, FORWARD_NULL | Volker Lendecke | 1 | -1/+1 | |
How could this ever have worked??? | |||||
2011-03-16 | s3-msdfs: avoid global inclusion of msdfs.h. | Günther Deschner | 1 | -0/+1 | |
Guenther |