summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-03-04Fix init_registry_data for subkeyless top-level keys.Günther Deschner1-1/+18
2008-03-04use constant name less likely to cause conflictDerrell Lipman1-50/+50
2008-03-04Missed a few 'deprecated' markersDerrell Lipman1-2/+2
2008-03-04Continued revamping of libsmbclient.Derrell Lipman13-1268/+1214
2008-03-04fixed missing white spaceDerrell Lipman1-0/+1
2008-03-04Return NULL, not 0, from a function which returns a pointer.Derrell Lipman2-3/+2
2008-03-04change variable name from f to fn for function pointersDerrell Lipman1-37/+37
2008-03-04Comment was in wrong placeDerrell Lipman1-4/+3
2008-03-04Mark smbc_option_{get,set} as deprecatedDerrell Lipman1-23/+3
2008-03-04Additional revamped libsmbclient documentationDerrell Lipman13-2152/+2579
2008-03-04Modified revamp of the libsmbclient interface.Derrell Lipman11-231/+566
2008-03-04Initial revamp of the libsmbclient interface.Derrell Lipman15-7621/+9206
2008-03-04Zero out the out policy handler in lsa_CloseVolker Lendecke1-0/+1
2008-03-03Restore 3.0 behaviour with empty /etc/hostsVolker Lendecke1-3/+6
2008-03-03Revert "Add basic infrastructure for general async requests"Volker Lendecke4-159/+1
2008-03-03Revert "Add infrastructure to support async SMB requests"Volker Lendecke5-577/+1
2008-03-03Revert "Add async cli_pull support"Volker Lendecke2-440/+27
2008-03-03Revert "Convert cli_read to use cli_pull"Volker Lendecke1-15/+163
2008-03-03Make sure we are still able to join Windows 2008.Günther Deschner1-2/+1
2008-02-29Prepare for release 3.2.0pre2Karolin Seeger1-2/+2
2008-02-29Patch to fix the "Invalid read of size 4" errors. Bug #3617.Jeremy Allison1-0/+18
2008-02-29Rename the 'hidden' variable to 'administrative share'.Andreas Schneider2-6/+6
2008-02-29Fix linking of smbget when there is no shared library support.Michael Adam1-1/+1
2008-02-29Merge commit 'origin/v3-2-test' into v3-2-stableKarolin Seeger485-53520/+79938
2008-02-29Attempt to fix the buildVolker Lendecke1-5/+0
2008-02-29configure: only build vfs_syncops if dirfd() is availableStefan Metzmacher1-1/+6
2008-02-29configure: Remove lib/repdir.c and related stuffStefan Metzmacher3-449/+0
2008-02-29Add vfs_aio_forkVolker Lendecke3-0/+784
2008-02-29Fix creation of replacetort.Michael Adam1-0/+1
2008-02-29libreplace: add snprintf.c to test code for getifaddrs - needed on some systems.Michael Adam1-0/+4
2008-02-29libreplace: ifdef out ip6 code if unsupported.Michael Adam1-0/+2
2008-02-29libreplace: fix rep_freeifaddrs to not segfault on NULL input.Michael Adam1-6/+7
2008-02-29libreplace: fix silly crashbug in getifaddrs_test().Michael Adam1-1/+3
2008-02-29libreplace: add missing newline in output of getifaddrs test.Michael Adam1-1/+1
2008-02-29libreplace: add missing semicolon to getifaddrs.Michael Adam1-1/+1
2008-02-29libreplace: try and fix rep_getifaddrs() for Tru64.Michael Adam1-21/+16
2008-02-29libreplace: use the new getifaddrs test also for autoconf.Michael Adam2-33/+16
2008-02-29libreplace: add extended getifaddrs test that prints out the interfaces.Michael Adam3-7/+100
2008-02-29Trying to fix libnetapi examples Makefile.in.Günther Deschner1-14/+19
2008-02-29libnetjoin: add fallback to level 24 samr setinfo so that libnet can join NT4.Günther Deschner1-0/+19
2008-02-29libnetjoin: Trying to avoid confusion between acct_flags, acb_info andGünther Deschner1-12/+14
2008-02-28Fix samr querydispinfo w.r.t. lsa_AsciiStringLarge.Günther Deschner2-4/+13
2008-02-28Re-run make idl.Günther Deschner5-43/+117
2008-02-28samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfoStefan Metzmacher1-1/+1
2008-02-28lsa.idl: strlen_m*() also for the lsa_AsciiString* versionsStefan Metzmacher1-4/+4
2008-02-28lsa.idl: use strlen_m_term() in lsa_StringLarge to support NULL stringsStefan Metzmacher1-1/+1
2008-02-28lsa.idl: add lsa_AsciiStringLargeStefan Metzmacher1-0/+6
2008-02-28lsa.idl: don't use ascstr_noterm anymoreStefan Metzmacher1-3/+3
2008-02-28Remove DomainControllerAddressType which we now have in IDL.Günther Deschner1-5/+0
2008-02-28Fix memleak in netsamlogon_cache_get().Günther Deschner1-0/+1