Age | Commit message (Expand) | Author | Files | Lines |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -18/+18 |
2008-04-14 | show what type of idmapping has failed | Andrew Tridgell | 1 | -2/+2 |
2008-04-11 | Fixed a crash bug in unixuid module on failed ID mapping | Andrew Tridgell | 2 | -12/+8 |
2008-04-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 4 | -91/+148 |
2008-04-02 | idmap: Also store sid type in the idmap db | Kai Blin | 1 | -71/+74 |
2008-04-02 | wbclient: Add an async winbind client library. | Kai Blin | 2 | -18/+72 |
2008-04-02 | winbind: Bump down the debuglevel. | Kai Blin | 1 | -2/+2 |
2008-03-28 | Merge v4.0-test | Jelmer Vernooij | 9 | -583/+519 |
2008-03-18 | idmap: Map SIDs to unixids instead of uids/gids | Kai Blin | 9 | -583/+519 |
2008-03-08 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-03 | Move object file lists to the Makefile. | Jelmer Vernooij | 1 | -18/+18 |
2008-02-28 | Remove use of global_loadparm. | Jelmer Vernooij | 1 | -0/+1 |
2008-02-25 | Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-21 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 9 | -18/+1160 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -0/+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 | 6 | -5/+477 |
2008-02-04 | Remove useless layer of indirection, where every service called | Andrew Bartlett | 1 | -12/+1 |
2008-02-04 | Rework service init functions to pass down service name. This is | Andrew Bartlett | 1 | -1/+1 |
2008-01-05 | r26672: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -3/+4 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26435: Remove global_loadparm instance. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26430: require explicit specification of loadparm context. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 2 | -3/+3 |
2007-12-21 | r26355: Eliminate global_loadparm in more places. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26353: Remove use of global_loadparm. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26333: No more global_loadparm in finddcs. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 2 | -6/+12 |
2007-12-21 | r26313: Fix more uses of static loadparm. | Jelmer Vernooij | 1 | -0/+2 |
2007-12-21 | r26295: Remove use of global_loadparm for net and wb_pam_auth. | Jelmer Vernooij | 1 | -1/+3 |
2007-12-21 | r26272: Remove global_loadparm in some more places. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr... | Jelmer Vernooij | 11 | -22/+30 |
2007-12-21 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26237: Add loadparm context to the server service interface. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26235: Avoid global_loadparm. | Jelmer Vernooij | 4 | -8/+10 |
2007-12-21 | r26230: Use task-provided loadparm context in a couple more places, avoid loa... | Jelmer Vernooij | 1 | -4/+4 |
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 1 | -2/+6 |
2007-10-10 | r25454: Use standard bool types in a couple more places. | Jelmer Vernooij | 3 | -4/+4 |
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 2 | -2/+2 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 10 | -24/+25 |
2007-10-10 | r25175: Change to talloc_asprintf_append_buffer(). | Jeremy Allison | 2 | -4/+4 |
2007-10-10 | r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.h | Stefan Metzmacher | 8 | -10/+1 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 10 | -2/+10 |
2007-10-10 | r25001: Fix more C++ and other warnings, fix some of the indentation with ts=... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r24577: Implement basic getpwent. | Kai Blin | 3 | -1/+173 |
2007-10-10 | r24576: Implement endpwent | Kai Blin | 1 | -0/+7 |
2007-10-10 | r24575: Implement setpwent | Kai Blin | 4 | -2/+188 |