| Commit message (Expand) | Author | Age | Files | Lines |
* | s4:ntvfs subsystems - rework it using concrete enum values | Matthias Dieter Wallnöfer | 2011-06-16 | 1 | -1/+21 |
* | s4:ntvfs subsystem - quiet enum warnings | Matthias Dieter Wallnöfer | 2011-06-09 | 1 | -9/+1 |
* | s4-modules Remove lp_ctx from init functions that no longer need it | Andrew Bartlett | 2011-06-06 | 1 | -1/+1 |
* | s3/s4: merge msleep and smb_msleep | Björn Jacke | 2010-09-16 | 1 | -1/+1 |
* | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 2010-07-16 | 1 | -11/+11 |
* | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 2010-05-18 | 1 | -1/+0 |
* | Change uint_t to unsigned int in source4 | Matt Kraai | 2010-02-02 | 1 | -20/+20 |
* | s4/libcli: rename previously reserved field in SMB2 LOCK struct | Steven Danneman | 2009-11-25 | 1 | -1/+1 |
* | s4-smb: declare root_fid as a file handle | Andrew Tridgell | 2009-10-15 | 1 | -3/+3 |
* | s4:libcliraw: s/private/private_data | Stefan Metzmacher | 2009-02-02 | 1 | -1/+1 |
* | s4:torture: s/private/private_data | Stefan Metzmacher | 2009-02-02 | 1 | -6/+6 |
* | s4:lib/tevent: rename structs | Stefan Metzmacher | 2008-12-29 | 1 | -5/+5 |
* | Remove use of global_loadparm for SMB2 client connections. | Jelmer Vernooij | 2008-11-02 | 1 | -1/+2 |
* | Remove another use of global_loadparm. | Jelmer Vernooij | 2008-11-02 | 1 | -1/+2 |
* | Fix build for make everything. | Jelmer Vernooij | 2008-11-02 | 1 | -0/+2 |
* | Remove another use of global_loadparm. | Jelmer Vernooij | 2008-11-01 | 1 | -1/+3 |
* | Eliminate another instance of global_loadparm. | Jelmer Vernooij | 2008-10-24 | 1 | -1/+2 |
* | Use common util_file code. | Jelmer Vernooij | 2008-10-12 | 1 | -2/+2 |
* | Cope with API changes. | Jelmer Vernooij | 2008-09-30 | 1 | -1/+4 |
* | fixed setpathinfo in gentest to not zero the filename/handle | Andrew Tridgell | 2008-09-24 | 1 | -5/+2 |
* | support NT_STATUS_XX:NT_STATUS_YY syntax in ignore files | Andrew Tridgell | 2008-09-24 | 1 | -1/+15 |
* | test setinfo FULL_EA_INFORMATION in gentest | Andrew Tridgell | 2008-09-23 | 1 | -1/+8 |
* | fixed a memory error in change notify handling in gentest | Andrew Tridgell | 2008-09-23 | 1 | -2/+1 |
* | Use a custom init function for samba4 that sets a samba4 | Simo Sorce | 2008-06-14 | 1 | -1/+1 |
* | handle NULL fields in blob comparison | Andrew Tridgell | 2008-06-06 | 1 | -1/+3 |
* | more updates for new info levels | Andrew Tridgell | 2008-06-02 | 1 | -7/+8 |
* | implemented client side SMB2 signing | Andrew Tridgell | 2008-05-30 | 1 | -3/+4 |
* | merged gentest.c and gentest_smb2.c | Andrew Tridgell | 2008-05-29 | 1 | -476/+1401 |
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 2008-05-28 | 1 | -1/+1 |
|\ |
|
| * | Use new dynconfig.h location. | Jelmer Vernooij | 2008-05-27 | 1 | -1/+1 |
* | | added --skip-cleanup to gentest | Andrew Tridgell | 2008-05-28 | 1 | -0/+7 |
|/ |
|
* | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 2008-04-21 | 1 | -13/+20 |
* | fixed popt handling on 64bit boxes in gentest | Andrew Tridgell | 2008-04-16 | 1 | -7/+7 |
* | fixed some options that could not be overridden on the command line | Andrew Tridgell | 2008-02-15 | 1 | -10/+3 |
* | convert gentest to use popt and the cmdline library | Andrew Tridgell | 2008-02-15 | 1 | -83/+83 |
* | fixed loadparm handling in standalone tests | Andrew Tridgell | 2008-02-15 | 1 | -1/+1 |
* | gentest: Fix a warning. | Kai Blin | 2008-01-11 | 1 | -1/+3 |
* | r26654: libcli/smb_composite: Rather than specifying each of the gazillion op... | Jelmer Vernooij | 2008-01-03 | 1 | -1/+3 |
* | r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,... | Jelmer Vernooij | 2008-01-02 | 1 | -1/+4 |
* | r26409: Pass smb ports along. | Jelmer Vernooij | 2007-12-21 | 1 | -12/+13 |
* | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
* | r26352: Don't make lp_load create a new context. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+2 |
* | r26339: Make loadparm talloc-allocated. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
* | r26275: return loadparm context in lp_load. | Jelmer Vernooij | 2007-12-21 | 1 | -4/+5 |
* | r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu... | Jelmer Vernooij | 2007-12-21 | 1 | -2/+2 |
* | r26226: Avoid more uses of global_loadparm. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
* | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 2007-10-10 | 1 | -117/+117 |
* | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 2007-10-10 | 1 | -1/+2 |
* | r25027: Fix more warnings. | Jelmer Vernooij | 2007-10-10 | 1 | -2/+2 |
* | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 2007-10-10 | 1 | -0/+1 |