Age | Commit message (Expand) | Author | Files | Lines |
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion op... | Jelmer Vernooij | 1 | -7/+1 |
2008-01-03 | r26651: libsmb: Allow specifying signing policy from higher up. | Jelmer Vernooij | 1 | -0/+1 |
2008-01-02 | r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit... | Jelmer Vernooij | 1 | -0/+6 |
2008-01-02 | r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,... | Jelmer Vernooij | 1 | -1/+4 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 3 | -4/+6 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 3 | -5/+5 |
2007-12-24 | r26580: Include sentinel in build.h, in case the list is empty. | Jelmer Vernooij | 2 | -2/+2 |
2007-12-24 | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 2 | -2/+2 |
2007-12-21 | r26443: Remove global_loadparm instances. | Jelmer Vernooij | 2 | -3/+3 |
2007-12-21 | r26440: Remove more uses of global_loadparm. | Jelmer Vernooij | 3 | -2/+4 |
2007-12-21 | r26432: Require ndr_pull users to specify iconv_convenience. | Jelmer Vernooij | 1 | -2/+2 |
2007-12-21 | r26431: Require ndr_push creators to specify a iconv_convenience context. | Jelmer Vernooij | 3 | -6/+8 |
2007-12-21 | r26430: require explicit specification of loadparm context. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 5 | -12/+15 |
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26403: Make sure ntvfs is only initialized once. | Jelmer Vernooij | 1 | -1/+7 |
2007-12-21 | r26382: Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 6 | -5/+9 |
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 9 | -10/+13 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 5 | -11/+11 |
2007-12-21 | r26296: Store loadparm context in DCE/RPC server context. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts u... | Jelmer Vernooij | 3 | -4/+6 |
2007-12-21 | r26136: Attempt to fix dependencies for auth. | Jelmer Vernooij | 1 | -1/+0 |
2007-12-21 | r26053: IPC_RAP: don't use ndr_pull_save anymore | Stefan Metzmacher | 1 | -6/+6 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 5 | -5/+5 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 4 | -75/+128 |
2007-12-21 | r25839: use nss_wrapper code in samba4 if | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 30 | -219/+219 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 4 | -5/+5 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 2 | -4/+4 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 4 | -5/+5 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 8 | -0/+8 |
2007-10-10 | r24816: Move the rest of the contents of core.h to more appropriate places. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 3 | -11/+11 |
2007-10-10 | r24646: fixed the handling of case insensitive paths with wildcards | Andrew Tridgell | 1 | -1/+33 |
2007-10-10 | r24642: prevent recursion with fetch_locked | Andrew Tridgell | 1 | -10/+22 |
2007-10-10 | r24641: fixed several memory leaks in the brlock code | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r24284: change brlock_tdb.c to use the dbwrap API. This actually makes the | Andrew Tridgell | 3 | -100/+67 |
2007-10-10 | r24075: As suggested by metze, match the behaviour of ntvfs_posix, and remove | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 59 | -177/+118 |
2007-10-10 | r23698: fixed notify:backend so it actually works again | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r23697: use the file perm options in the posix backend | Andrew Tridgell | 3 | -10/+36 |
2007-10-10 | r23136: Set the event context onto the credentials in more places. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r23067: use 'const union smb_search_data *file' also in the server code to ge... | Stefan Metzmacher | 9 | -27/+27 |
2007-10-10 | r23064: Clarify comment and indent | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r23017: fixed the warning we have been getting for a long time: | Andrew Tridgell | 2 | -0/+15 |
2007-10-10 | r22913: try to work arround the unaligned memory access bug on Tru64 | Stefan Metzmacher | 1 | -2/+8 |
2007-10-10 | r22882: It seems entirly reasonable to follow metze's suggestion and check for | Andrew Bartlett | 1 | -5/+4 |
2007-10-10 | r22874: Expand the RPC-QFILEINFO-IPC test, and add a server implementation to... | Andrew Bartlett | 1 | -1/+41 |