summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in resolve_hosts() caused by an out-of-bounds array reference.Gerald (Jerry) Carter2007-10-191-1/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1839-383/+383
* Add net rap file userKarolin Seeger2007-10-181-1/+4
* Move to protocol independent code in most of lib/util_sock.cJeremy Allison2007-10-151-10/+50
* Add WERR_SERVICE_ALREADY_RUNNING.Günther Deschner2007-10-151-0/+1
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-106-26/+39
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-1015-1100/+112
* r25538: Revert r25533Volker Lendecke2007-10-101-2/+26
* r25533: remove a pstringVolker Lendecke2007-10-101-26/+2
* r25510: Now we're returning the port instead of using a global,Jeremy Allison2007-10-101-1/+1
* r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2007-10-102-216/+333
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-104-77/+11
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-104-11/+77
* r25227: Patch from "Steven Danneman" <steven.danneman@isilon.com>:Stefan Metzmacher2007-10-101-0/+14
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-1/+2
* r25032: Contact an off site DC if non is available on site.Lars Müller2007-10-101-9/+16
* r24981: - Use the formal syntax for calling functions through pointers. I've...Derrell Lipman2007-10-102-94/+98
* r24969: Fwd port "open" patchSimo Sorce2007-10-102-3/+3
* r24864: - Correct failure of libsmbclient against a version of Windows found ...Derrell Lipman2007-10-101-24/+2
* r24797: Fix logic in dsgetdcname().Günther Deschner2007-10-101-1/+1
* r24782: Fix C++ warningsVolker Lendecke2007-10-101-3/+4
* r24776: Remove accidentially commited flag checks.Günther Deschner2007-10-101-8/+0
* r24750: Fix one more caller of name_resolve_bcast().Michael Adam2007-10-101-1/+3
* r24749: Increase debuglevel.Günther Deschner2007-10-101-1/+1
* r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for...Günther Deschner2007-10-101-0/+955
* r24739: With resolve_ads() allow to query for PDCs as well.Günther Deschner2007-10-101-6/+20
* r24737: Remove older TODO: Convert internal_resolve_name() and friends to NTS...Günther Deschner2007-10-102-97/+136
* r24543: Apply missing portion of correction for bug 4750Derrell Lipman2007-10-101-0/+5
* r24466: - Sort ACEs according to http://support.microsoft.com/kb/269175 so thatDerrell Lipman2007-10-101-10/+72
* r24462: - Removing all ACEs was causing removal of the DACL entirely. Win200...Derrell Lipman2007-10-101-4/+0
* r24410: - I got tricked by function naming. Contrary to what seemed obvious ...Derrell Lipman2007-10-101-4/+0
* r24388: - ACL retrieval provided incomplete information because the buffer po...Derrell Lipman2007-10-101-9/+22
* r24281: Fix bug found by Herb. The vuid entry in the cli_state structure getsJeremy Allison2007-10-101-0/+4
* r24223: Convert reply_echo to the new APIVolker Lendecke2007-10-101-7/+13
* r24133: Explicitly pass flags2 down to push_string_fnVolker Lendecke2007-10-101-3/+11
* r23991: Some constVolker Lendecke2007-10-101-1/+1
* r23986: Some constVolker Lendecke2007-10-101-5/+13
* r23893: add dummy callbacks for LDAP SASL wrapping,Stefan Metzmacher2007-10-101-0/+4
* r23888: move elements belonging to the current ldap connection to aStefan Metzmacher2007-10-101-2/+2
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-105-10/+5
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-102-4/+2
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1044-88/+44
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1050-50/+50
* r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke2007-10-103-11/+17
* r23723: Alexander Larsson pointed me at a missing mapping in clierror.cSimo Sorce2007-10-101-1/+3
* r23710: Remove some code duplication, we do have a random number generatorVolker Lendecke2007-10-101-7/+3
* r23651: Always, always, always compile before commit...Günther Deschner2007-10-101-1/+1
* r23650: Fix remaining callers of krb5_kt_default().Günther Deschner2007-10-101-3/+3
* r23649: Fix the build (by moving smb_krb5_open_keytab() to clikrb5.c).Günther Deschner2007-10-101-1/+137