Age | Commit message (Expand) | Author | Files | Lines |
2008-09-30 | Pass session options around; saves another use of global_loadparm. | Jelmer Vernooij | 1 | -4/+1 |
2008-09-30 | Pass options struct into session initialization functions rather than | Jelmer Vernooij | 1 | -1/+4 |
2008-05-05 | Reorder this function in the file, so it reads bottom-up. | Andrew Bartlett | 1 | -19/+18 |
2008-04-25 | Revert to using the old CIFS connection API. | Andrew Bartlett | 1 | -16/+8 |
2008-04-25 | Make the composite 'connect to server' code useful for security=server | Andrew Bartlett | 1 | -11/+31 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 1 | -5/+3 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -0/+1 |
2008-01-05 | r26674: smb_composite: Avoid use of global_loadparm. | Jelmer Vernooij | 1 | -2/+3 |
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion op... | Jelmer Vernooij | 1 | -5/+2 |
2008-01-03 | r26651: libsmb: Allow specifying signing policy from higher up. | Jelmer Vernooij | 1 | -1/+2 |
2008-01-02 | r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit... | Jelmer Vernooij | 1 | -5/+4 |
2008-01-02 | r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,... | Jelmer Vernooij | 1 | -4/+8 |
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 1 | -2/+1 |
2007-12-21 | r26266: Remove more global_loadparm uses. | Jelmer Vernooij | 1 | -1/+3 |
2007-12-21 | r26236: Remove more uses of global_loadparm or specify loadparm_context expli... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 1 | -3/+6 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -3/+3 |
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 | r19480: - clear the whole session struct (only let the pid untouched) | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r16464: split client and server min/max protocol settings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -0/+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 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r11533: Be a bit less intrusive | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r11532: Enable kerberos session setup for winbind smb connections | Volker Lendecke | 1 | -0/+9 |
2007-10-10 | r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports in | Volker Lendecke | 1 | -35/+7 |
2007-10-10 | r11264: Winbind does not rely on the hostname resolution mechanisms of | Volker Lendecke | 1 | -1/+5 |
2007-10-10 | r11248: Fix anon fallback with spnego | Volker Lendecke | 1 | -0/+5 |
2007-10-10 | r10878: Reply to some comments by tridge and metze: | Volker Lendecke | 1 | -2/+81 |
2007-10-10 | r10677: Add smb_composite_connectmulti: Send out multiple SYN packets at once... | Volker Lendecke | 1 | -8/+36 |
2007-10-10 | r10504: - seperate implementation specific stuff, from the generic composite | Stefan Metzmacher | 1 | -0/+396 |