Age | Commit message (Expand) | Author | Files | Lines |
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -2/+0 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -1/+1 |
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -1/+3 |
2008-11-02 | Remove another use of global_loadparm. | Jelmer Vernooij | 1 | -0/+2 |
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 | -1/+3 |
2008-10-24 | Just hardcode workgroup to empty string, to avoid use of | Jelmer Vernooij | 1 | -4/+3 |
2008-09-30 | Pass session options around; saves another use of global_loadparm. | Jelmer Vernooij | 1 | -1/+3 |
2008-04-24 | Add comment explaining why io.in.workgroup isn't important. | Andrew Bartlett | 1 | -0/+5 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -3/+4 |
2008-02-14 | Convert SMB and SMB2 code to use a common buffer handling structure | Andrew Tridgell | 1 | -3/+3 |
2008-01-06 | r26676: libcli: Fill in lp_workgroup() again, should fix my breakage of cifsd... | Jelmer Vernooij | 1 | -0/+1 |
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion op... | Jelmer Vernooij | 1 | -9/+3 |
2008-01-03 | r26651: libsmb: Allow specifying signing policy from higher up. | Jelmer Vernooij | 1 | -2/+1 |
2008-01-02 | r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit... | Jelmer Vernooij | 1 | -0/+8 |
2008-01-02 | r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,... | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r15741: move smb2 request structures into the main smb request structs | Stefan Metzmacher | 1 | -0/+7 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r11466: Clear up some memory leaks in smbclient. | Andrew Bartlett | 1 | -2/+6 |
2007-10-10 | r10878: Reply to some comments by tridge and metze: | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r10504: - seperate implementation specific stuff, from the generic composite | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r9479: More fixes for explicit ignoring of returned result to fix Coverity wa... | Alexander Bokovoy | 1 | -1/+1 |
2007-10-10 | r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function | Tim Potter | 1 | -8/+8 |
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 | r6028: A MAJOR update to intergrate the new credentails system fully with | Andrew Bartlett | 1 | -5/+2 |
2007-10-10 | r5941: Commit this patch much earlier than I would normally prefer, but metze... | Andrew Bartlett | 1 | -6/+2 |
2007-10-10 | r5929: Use cli_credentials for the SMB functions as well. | Jelmer Vernooij | 1 | -6/+5 |
2007-10-10 | r5371: on port 139 the called name needs to be in uppercase | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r4951: some of the code dealing with libcli was getting too complex trying to | Andrew Tridgell | 1 | -3/+9 |
2007-10-10 | r4810: fixed anonymous connections with smbclient. Thanks to jbm for pointing... | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r4777: added a smb_composite_sesssetup() async composite function. This | Andrew Tridgell | 1 | -143/+4 |
2007-10-10 | r4769: added a smb_composite_connect() function that provides a simple async | Andrew Tridgell | 1 | -0/+34 |
2007-10-10 | r4758: - added async support to the session request code | Andrew Tridgell | 1 | -6/+8 |
2007-10-10 | r4726: - use the name tcon and tid instead of conn and cnum | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r4356: Allow anonymous connections to use NTLMSSP. The silly bugs that | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r4063: - change char * -> uint8_t in struct request_buffer | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r2710: continue with the new style of providing a parent context whenever | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r2680: switched the libcli/raw/ code over to use talloc_reference(), which si... | Andrew Tridgell | 1 | -17/+5 |
2007-10-10 | r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count() | Andrew Tridgell | 1 | -21/+17 |
2007-10-10 | r2655: fixed an error in the shutdown of the sock->transport->session->tree | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r2654: fixed some more server memory leaks. We are now down to a single leak | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r2247: talloc_destroy -> talloc_free | Tim Potter | 1 | -4/+4 |
2007-10-10 | r1985: take advantage of the new talloc in a few more places | Andrew Tridgell | 1 | -10/+5 |
2007-10-10 | r1983: a completely new implementation of talloc | Andrew Tridgell | 1 | -1/+1 |