index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
cliconnect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-2
/
+2
2008-11-02
Remove another use of global_loadparm.
Jelmer Vernooij
1
-2
/
+4
2008-11-02
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
1
-1
/
+5
2008-11-01
Move lp_*() calls a bit higher up the calls tack.
Jelmer Vernooij
1
-2
/
+4
2008-10-24
Remove unused include param/param.h.
Jelmer Vernooij
1
-1
/
+0
2008-10-24
Eliminate another instance of global_loadparm.
Jelmer Vernooij
1
-4
/
+8
2008-09-30
Cope with API changes.
Jelmer Vernooij
1
-2
/
+4
2008-09-30
Explicitly pass on session options to session setup function.
Jelmer Vernooij
1
-4
/
+2
2008-09-30
Pass options struct into session initialization functions rather than
Jelmer Vernooij
1
-1
/
+5
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
1
-2
/
+3
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-0
/
+1
2008-01-03
r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...
Jelmer Vernooij
1
-6
/
+6
2008-01-03
r26651: libsmb: Allow specifying signing policy from higher up.
Jelmer Vernooij
1
-3
/
+5
2008-01-02
r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...
Jelmer Vernooij
1
-3
/
+4
2007-12-21
r26409: Pass smb ports along.
Jelmer Vernooij
1
-3
/
+5
2007-12-21
r26384: Fix another global_loadparm instance.
Jelmer Vernooij
1
-2
/
+3
2007-12-21
r26376: Add context for libcli_resolve.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26266: Remove more global_loadparm uses.
Jelmer Vernooij
1
-3
/
+7
2007-12-21
r26236: Remove more uses of global_loadparm or specify loadparm_context expli...
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26224: Remove another use of global_loadparm.
Jelmer Vernooij
1
-3
/
+2
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
1
-11
/
+11
2007-10-10
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24992: Remove some uses of lp_*().
Jelmer Vernooij
1
-5
/
+2
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r22616: allow the unclist file to not specify a share name, and instead
Andrew Tridgell
1
-0
/
+3
2007-10-10
r16464: split client and server min/max protocol settings
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r14380: Reduce the size of structs.h
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r14363: Remove credentials.h from the global includes.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13387: Make sure smbcli_parse_unc reports a failure for strings of
James Peach
1
-10
/
+25
2007-10-10
r13255: New CIFS dd client for use in performance testing. The guts of this is
James Peach
1
-7
/
+27
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r12608: Remove some unused #include lines.
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports in
Volker Lendecke
1
-6
/
+2
2007-10-10
r10504: - seperate implementation specific stuff, from the generic composite
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().
Tim Potter
1
-1
/
+1
2007-10-10
r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function
Tim Potter
1
-2
/
+2
2007-10-10
r8777: make sure that the tree connect is a child of the return cli state str...
Andrew Tridgell
1
-8
/
+3
2007-10-10
r7704: - fixed open_nbt_connection() to return NULL when the connection failed
Andrew Tridgell
1
-8
/
+0
2007-10-10
r7633: this patch started as an attempt to make the dcerpc code use a given
Andrew Tridgell
1
-2
/
+3
2007-10-10
r7482: Rename smbcli_send_tconX() to smbcli_tconX() so as not to get it
Tim Potter
1
-2
/
+2
2007-10-10
r7455: Remove some talloc contexts that aren't used.
Tim Potter
1
-11
/
+0
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
1
-12
/
+4
2007-10-10
r5941: Commit this patch much earlier than I would normally prefer, but metze...
Andrew Bartlett
1
-5
/
+0
2007-10-10
r5929: Use cli_credentials for the SMB functions as well.
Jelmer Vernooij
1
-19
/
+7
2007-10-10
r5322: removed a whole bunch of #include lines that minimal_includes.pl
Andrew Tridgell
1
-1
/
+0
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4952: removed a bogus talloc_steal() that was trying to cope with the
Andrew Tridgell
1
-1
/
+0
[next]