Age | Commit message (Expand) | Author | Files | Lines |
2008-02-25 | pvfs_unlink: pass down a struct pvfs_filename to pvfs_unlink_one() | Stefan Metzmacher | 1 | -16/+14 |
2008-02-25 | pvfs_open: unify talloc behavior in pvfs_can_delete/rename/stat() | Stefan Metzmacher | 1 | -4/+12 |
2008-02-25 | pvfs: handle SHARING_VIOLATION and OPLOCK_NOT_GRANTED in pvfs_can_delete/rena... | Stefan Metzmacher | 1 | -2/+26 |
2008-02-25 | pvfs: pass NULL to pvfs_can_*() when no odb_lock is needed by the caller | Stefan Metzmacher | 3 | -12/+9 |
2008-02-25 | pvfs_wait: use struct pvfs_wait * instead of void * | Stefan Metzmacher | 5 | -11/+15 |
2008-02-25 | pvfs_wait: 'private' -> 'private_data' and use talloc_get_type() | Stefan Metzmacher | 1 | -11/+16 |
2008-02-25 | RAW-OPLOCK: remove unused var | Stefan Metzmacher | 1 | -2/+1 |
2008-02-25 | RAW-OPLOCK: fix typo (send oplock releases on the correct connection) | Stefan Metzmacher | 1 | -1/+1 |
2008-02-25 | selftest: we pass the BASE-DEFER_OPEN test | Stefan Metzmacher | 2 | -4/+3 |
2008-02-25 | BASE-DEFER_OPEN: add torture:sharedelays option to run this test faster | Stefan Metzmacher | 1 | -5/+13 |
2008-02-23 | Respect the return value of asprintf | Volker Lendecke | 1 | -2/+1 |
2008-02-22 | libreplace: don't use socketwrapper for getifaddrs() implementations. | Michael Adam | 1 | -0/+2 |
2008-02-22 | Happy New Year 2008! :-) | Stefan Metzmacher | 1 | -1/+1 |
2008-02-22 | libreplace: Fix comment originating from old samba source. | Michael Adam | 1 | -1/+1 |
2008-02-22 | libreplace: fix creation of conftest files for getifaddrs tests. | Michael Adam | 1 | -4/+11 |
2008-02-22 | Fix linked list of ifaddrs in implementations of rep_getifaddrs. | Michael Adam | 1 | -3/+3 |
2008-02-22 | Add missing initalizations of lastif in rep_getifaddr implementations. | Michael Adam | 1 | -3/+6 |
2008-02-21 | Remove another global_loadparm instance. | Jelmer Vernooij | 3 | -13/+15 |
2008-02-21 | libreplace: fix compile errors in getifaddrs.c | Michael Adam | 1 | -6/+3 |
2008-02-21 | Introduce mprLpCtx() similar to mprMemCtx() for loadparm_context used by | Jelmer Vernooij | 14 | -36/+45 |
2008-02-21 | Try and fix getifaddrs check on irix: dont't try to include config.h | Michael Adam | 1 | -0/+3 |
2008-02-21 | Fix the build. | Jelmer Vernooij | 2 | -2/+4 |
2008-02-21 | Remove yet more global_loadparm instances. | Jelmer Vernooij | 5 | -9/+19 |
2008-02-21 | Remove more global_loadparm instance.s | Jelmer Vernooij | 13 | -28/+38 |
2008-02-21 | Remove yet more uses of global_loadparm. | Jelmer Vernooij | 33 | -72/+127 |
2008-02-21 | Cache iconv_convenience. | Jelmer Vernooij | 1 | -12/+22 |
2008-02-21 | torture/t_strcmp.c: Remove obsolete file - proper testing is now done in the ... | Jelmer Vernooij | 1 | -20/+0 |
2008-02-21 | More share_init to more apprioriate place. | Jelmer Vernooij | 2 | -2/+1 |
2008-02-21 | Remove more global_loadparm uses. | Jelmer Vernooij | 4 | -8/+16 |
2008-02-21 | Clarify comments. | Jelmer Vernooij | 3 | -3/+3 |
2008-02-21 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 19 | -23/+1215 |
2008-02-21 | Remove extra whitespace, use public variable in IDL. | Jelmer Vernooij | 2 | -2/+2 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 8 | -25/+40 |
2008-02-21 | selftest: fix --socket-wrapper-pcap | Stefan Metzmacher | 1 | -1/+1 |
2008-02-21 | ldb_sqlite: fix the build | Stefan Metzmacher | 2 | -2/+1 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 12 | -12/+17 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 4 | -19/+31 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 7 | -24/+27 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 12 | -23/+33 |
2008-02-21 | Avoid use of global_loadparm. | Jelmer Vernooij | 9 | -33/+70 |
2008-02-21 | srvsvc.idl: don't use STR_LEN4 anymore | Stefan Metzmacher | 1 | -1/+10 |
2008-02-21 | samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfo | Stefan Metzmacher | 1 | -1/+1 |
2008-02-21 | idmap: Handle SID->gid | Kai Blin | 2 | -5/+263 |
2008-02-21 | idmap: Handle SID->uid | Kai Blin | 2 | -8/+264 |
2008-02-21 | idmap: Handle gid->SID mapping | Kai Blin | 2 | -7/+163 |
2008-02-21 | idmap: Handle uid->SID mapping | Kai Blin | 10 | -5/+511 |
2008-02-21 | loadparm: Add configuration settings for idmap. | Kai Blin | 1 | -0/+8 |
2008-02-21 | Make setup/provision the name of the python provision script now that that is... | Jelmer Vernooij | 5 | -373/+373 |
2008-02-21 | Remove kinit with pkinit failure from known failures list again. | Jelmer Vernooij | 1 | -1/+0 |
2008-02-21 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 3 | -8/+19 |