Jelmer Vernooij
8a97886e24
r26654: libcli/smb_composite: Rather than specifying each of the gazillion options for SMB individually, just specify the smbcli_options struct.
2008-01-03 12:33:36 -06:00
Jelmer Vernooij
9f64213463
r26651: libsmb: Allow specifying signing policy from higher up.
...
The number of arguments is getting a bit excessive now, so it
probably makes sense to pass in the smbcli_options struct rather than
all members individually and add a convenience function for obtaining a
smbcli_options struct from a loadparm context.
2008-01-03 12:33:36 -06:00
Jelmer Vernooij
385ffe4f4c
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions, should help fix the build for OpenChange.
2008-01-02 12:48:03 -06:00
Kai Blin
adbf61dca5
r26458: Janitorial: also free() var on continue.
...
Spotted by metze.
2007-12-21 05:50:26 +01:00
Kai Blin
c81ead1c38
r26453: Janitorial: Don't use a static char[] in smb_readline_replacement.
...
Fix up callers to free the memory returned, as that is needed if we use the
original readline function as well.
2007-12-21 05:50:18 +01:00
Jelmer Vernooij
2833f320de
r26409: Pass smb ports along.
2007-12-21 05:49:42 +01:00
Jelmer Vernooij
459e1466a4
r26376: Add context for libcli_resolve.
2007-12-21 05:49:12 +01:00
Jelmer Vernooij
3616ced29e
r26360: Add some const.
2007-12-21 05:49:03 +01:00
Jelmer Vernooij
5d589a0d94
r26355: Eliminate global_loadparm in more places.
2007-12-21 05:49:01 +01:00
Jelmer Vernooij
eeb2251d22
r26327: Explicit loadparm_context for RPC client functions.
2007-12-21 05:48:41 +01:00
Jelmer Vernooij
e9875fcd56
r26271: Remove some more uses of global_loadparm.
2007-12-21 05:47:53 +01:00
Jelmer Vernooij
99113075c4
r26266: Remove more global_loadparm uses.
2007-12-21 05:47:42 +01:00
Jelmer Vernooij
84892d030d
r26234: More global_loadparm fixes.
2007-12-21 05:47:12 +01:00
Jelmer Vernooij
6cbce47a3e
r26226: Avoid more uses of global_loadparm.
2007-12-21 05:47:02 +01:00
Jelmer Vernooij
3ed7aba8e2
r25550: Convert to standard bool type.
2007-10-10 15:07:53 -05:00
Jelmer Vernooij
3fcc960839
r25398: Parse loadparm context to all lp_*() functions.
2007-10-10 15:07:25 -05:00
Stefan Metzmacher
97e535338b
r25217: #define TALLOC_DEPRECATED 1 to get talloc_append_string() macro
...
I'm not updating any code here, as in a few places the
existing code seems totaly broken to me...
metze
2007-10-10 15:06:56 -05:00
Jeremy Allison
0844dbf597
r25175: Change to talloc_asprintf_append_buffer().
...
Jeremy.
2007-10-10 15:06:46 -05:00
Jelmer Vernooij
5085c53fcf
r25027: Fix more warnings.
2007-10-10 15:05:41 -05:00
Jelmer Vernooij
abe8349f9b
r25026: Move param/param.h out of includes.h
2007-10-10 15:05:38 -05:00
Jelmer Vernooij
0bcb21ed74
r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines that I accidently added earlier.
2007-10-10 15:05:28 -05:00
Andrew Bartlett
e05f3450ec
r24698: Patch from Andrew Kroeger <andrew@sprocks.gotdns.com> to fix Bug
...
#4521 : smbclient crashes during tab completion when tab hit twice.
The readline magic is beyond me, but this seems to do the trick.
Andrew Bartlett
2007-10-10 15:02:49 -05:00
Stefan Metzmacher
84651aee81
r24557: rename 'dcerpc_table_' -> 'ndr_table_'
...
metze
2007-10-10 15:02:15 -05:00
Andrew Tridgell
fcf38a38ac
r23792: convert Samba4 to GPLv3
...
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
2007-10-10 14:59:12 -05:00
Andrew Tridgell
fb20d0cbe0
r23521: NT_STATUS_OBJECT_NAME_NOT_FOUND is not an error either
2007-10-10 14:53:24 -05:00
Andrew Tridgell
6855dba72e
r23520: display shadow copy information in 'allinfo'
2007-10-10 14:53:23 -05:00
Andrew Tridgell
c0f65eb656
r22969: fix some more places where we could end up with more than one event
...
context. We now have an event context on the torture_context, and we
can also get one from the cli_credentials structure
2007-10-10 14:52:34 -05:00
Andrew Tridgell
b3e2d49087
r20650: revert a bunch of code I didn't mean to commit yet
2007-10-10 14:37:26 -05:00
Andrew Tridgell
5870830b99
r20647: add cluster code
2007-10-10 14:37:24 -05:00
Andrew Bartlett
2b569c42e0
r19598: Ahead of a merge to current lorikeet-heimdal:
...
Break up auth/auth.h not to include the world.
Add credentials_krb5.h with the kerberos dependent prototypes.
Andrew Bartlett
2007-10-10 14:25:00 -05:00
Andrew Tridgell
bda5c3c0e3
r18209: fix the ifdef for HAVE_HISTORY_LIST
2007-10-10 14:17:50 -05:00
Andrew Tridgell
ba901e6820
r18208: Mac OS X also doesn't have history_list()
...
must be a pretty old readline lib!
2007-10-10 14:17:49 -05:00
Jelmer Vernooij
8b622c5ded
r18168: Use {NULL} rather than POPT_TABLEEND, which is not always available.
2007-10-10 14:17:45 -05:00
Jelmer Vernooij
f7afa1cb77
r17930: Merge noinclude branch:
...
* Move dlinklist.h, smb.h to subsystem-specific directories
* Clean up ads.h and move what is left of it to dsdb/
(only place where it's used)
2007-10-10 14:16:54 -05:00
Jelmer Vernooij
141600a624
r15875: Fix bug in smbclients 'put' command tridge found a while ago. Add tests
...
for 'put' and 'get' commands so we don't break them again.
Fixes #3742
2007-10-10 14:08:35 -05:00
Jelmer Vernooij
c77fd9f515
r15811: Fix mget command without arguments. Caught by the IBM Checker.
2007-10-10 14:08:26 -05:00
Jelmer Vernooij
fa23b09567
r15809: Fix typo in array offsets. Caught by the IBM checker.
2007-10-10 14:08:26 -05:00
Jelmer Vernooij
673e101b07
r15808: Fix two uninitialized variables, caught by the IBM Checker.
2007-10-10 14:08:25 -05:00
Jelmer Vernooij
e9d3660fa6
r15406: Move 'smbreadline' out of libreplace as it doesn't replace functionality
...
not available on some platforms but is a Samba-specific library.
2007-10-10 14:05:33 -05:00
Jelmer Vernooij
ccc3d8a954
r15375: Rename readline.h to smbreadline.h avoid clashes with system header.
2007-10-10 14:05:29 -05:00
Jelmer Vernooij
c19c2b51d3
r15328: Move some functions around, remove dependencies.
...
Remove some autogenerated headers (which had prototypes now autogenerated by pidl)
Remove ndr_security.h from a few places - it's no longer necessary
2007-10-10 14:05:17 -05:00
Jelmer Vernooij
7af59357b9
r15191: Avoid uint_t as it's not standard.
2007-10-10 14:04:15 -05:00
James Peach
7e4ad7e8e5
r15186: Introduce ISDOT and ISDOTDOT macros for testing whether a filename is
...
"." for "..". These express the intention better that strcmp or strequal
and improve searchability via cscope/ctags.
2007-10-10 14:04:14 -05:00
Andrew Tridgell
b197bee4f6
r14979: avoid a null ptr deref
2007-10-10 14:00:50 -05:00
Stefan Metzmacher
9ec706238c
r14860: create libcli/security/security.h
...
metze
2007-10-10 13:59:44 -05:00
Jelmer Vernooij
426ac78108
r14721: Fix a couple of warnings.
2007-10-10 13:59:13 -05:00
Jelmer Vernooij
f7312dab3b
r14470: Remove some unnecessary headers.
2007-10-10 13:57:29 -05:00
Jelmer Vernooij
3dd477ca51
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
...
try to include just the BASENAME.h files (containing only structs)
2007-10-10 13:57:27 -05:00
Jelmer Vernooij
7054ebf024
r14402: Generate seperate headers for RPC client functions.
2007-10-10 13:57:19 -05:00
Jelmer Vernooij
3da79bf909
r14349: Kill proto.h!
...
Prototypes are now spread over multiple headers, usually one per subsystem.
This change is required to allow proper header dependencies later on,
without recompiling Samba each time the mtime of any source file changes.
2007-10-10 13:57:14 -05:00