summaryrefslogtreecommitdiffstats
path: root/source4/winbind
Commit message (Collapse)AuthorAgeFilesLines
* idmap: Map SIDs to unixids instead of uids/gidsKai Blin2008-03-189-583/+519
| | | | (This used to be commit 73ac7c4a1ce937bddd3c52d048665cd0078c6aaa)
* Remove use of global_loadparm.Jelmer Vernooij2008-02-281-0/+1
| | | | (This used to be commit 3cf3922c806d0e33439073d204b44bf0af3102d5)
* Remove uses of global_loadparm.Jelmer Vernooij2008-02-251-1/+1
| | | | (This used to be commit a16c9a2129ce92e7e1a613b2badd168e42ead436)
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-02-219-18/+1160
|\ | | | | | | (This used to be commit 52a8d06f00ab3900e2186e047902dbcbe3138a01)
| * idmap: Handle SID->gidKai Blin2008-02-212-5/+263
| | | | | | | | (This used to be commit 78d22a28eca4dd89f629dbe75287e9ac3940606b)
| * idmap: Handle SID->uidKai Blin2008-02-212-8/+264
| | | | | | | | (This used to be commit 4037ca6b9cf14219b4a4475399a51db01c655da6)
| * idmap: Handle gid->SID mappingKai Blin2008-02-212-7/+163
| | | | | | | | (This used to be commit 6f2d95030cd7b4b22d1b75d15b76881449eda697)
| * idmap: Handle uid->SID mappingKai Blin2008-02-216-5/+477
| | | | | | | | (This used to be commit 6ac6de8476ba036eb041e054bc37e4503dc2fde8)
* | Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-0/+1
|/ | | | (This used to be commit a1715b1f48ba44bd94844418cc9299649aaf1a5e)
* Remove useless layer of indirection, where every service calledAndrew Bartlett2008-02-041-12/+1
| | | | | | | | task_service_init() manually. Now this is called from service.c for all services. Andrew Bartlett (This used to be commit 9c9a4731cafd0dcf6c8523a7b06759cd4f14e4db)
* Rework service init functions to pass down service name. This isAndrew Bartlett2008-02-041-1/+1
| | | | | | | | needed to change prefork behaviour based on what service is being started. Andrew Bartlett and David Disseldorp (This used to be commit 0d830580e3539c96da3aa6c72fafe6eacd7a74a0)
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-3/+4
| | | | (This used to be commit 18cd08623eaad7d2cd63b82ea5275d4dfd21cf00)
* r26638: libndr: Require explicitly specifying iconv_convenience for ↵Jelmer Vernooij2008-01-011-1/+2
| | | | | | ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3)
* r26435: Remove global_loadparm instance.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 66fd8d480bdfeb1c95da8843da3d18abe3f997e1)
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 1b947fe0e6e16318e5a8127bb4932d6b5d20bcf6)
* r26376: Add context for libcli_resolve.Jelmer Vernooij2007-12-212-3/+3
| | | | (This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc)
* r26355: Eliminate global_loadparm in more places.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 5d589a0d94bd76a9b4c9fc748854e8098ea43c4d)
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit 17637e4490e42db6cdef619286c4d5a0982e9d1a)
* r26333: No more global_loadparm in finddcs.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit 0c91026e587ca74692bc9223a6b5493e35943aee)
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-212-6/+12
| | | | (This used to be commit eeb2251d22b3d6e0379444a73af69d1014692b07)
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-0/+2
| | | | (This used to be commit 6fd0d9d3b75546d08c24c513e05b1843d5777608)
* r26295: Remove use of global_loadparm for net and wb_pam_auth.Jelmer Vernooij2007-12-211-1/+3
| | | | (This used to be commit 47696b42987ea67ae1c6c09a4bec5858e5db4542)
* r26272: Remove global_loadparm in some more places.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 1ab76ecc5311fa863e5d04899b6f110899818f55)
* r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and ↵Jelmer Vernooij2007-12-2111-22/+30
| | | | | | wbsrv_connection. (This used to be commit 7c008664238ed966cb82adf5b25b22157bb50730)
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 2c6b755309fdf685cd0b0564272bf83038574a43)
* r26237: Add loadparm context to the server service interface.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 1386c5c92505a950c65411b8af74d703ce023f95)
* r26235: Avoid global_loadparm.Jelmer Vernooij2007-12-214-8/+10
| | | | (This used to be commit e9039782204389cc827e76da319d5ccf6d33be46)
* r26230: Use task-provided loadparm context in a couple more places, avoid ↵Jelmer Vernooij2007-12-211-4/+4
| | | | | | loadparm context inside ntlm_auth. (This used to be commit 3a946d1ffd7739e40beab673ecb0100c178c2e28)
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib/messaging/ lib/registry/ lib/ldb-samba/ librpc/rpc/ auth/auth_winbind.c auth/gensec/ auth/kerberos/ dsdb/repl/ dsdb/samdb/ dsdb/schema/ torture/ cluster/ctdb/ kdc/ ntvfs/ipc/ torture/rap/ ntvfs/ utils/getntacl.c ntptr/ smb_server/ libcli/wrepl/ wrepl_server/ libcli/cldap/ libcli/dgram/ libcli/ldap/ libcli/raw/ libcli/nbt/ libnet/ winbind/ rpc_server/ metze (This used to be commit 6223c7fddc972687eb577e04fc1c8e0604c35435)
* r25454: Use standard bool types in a couple more places.Jelmer Vernooij2007-10-103-4/+4
| | | | (This used to be commit 9243b551f30c7aa2763115516a6adcfe5bbddc58)
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-102-2/+2
| | | | | | | | 2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context. (This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42)
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-1010-24/+25
| | | | (This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-102-4/+4
| | | | | Jeremy. (This used to be commit 0844dbf597191b3e4d35a696695b229e986daec4)
* r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.hStefan Metzmacher2007-10-108-10/+1
| | | | | metze (This used to be commit 1fc3a37902005a4f127191b9183747ddfb1f59a3)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-1010-2/+10
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r25001: Fix more C++ and other warnings, fix some of the indentation with ↵Jelmer Vernooij2007-10-101-2/+2
| | | | | | ts=4 lines that I accidently added earlier. (This used to be commit 0bcb21ed740fcec0f48ad36bbc2deee2948e8fc7)
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae)
* r24577: Implement basic getpwent.Kai Blin2007-10-103-1/+173
| | | | | | This one still cheats and only returns one winbindd_pw structure per call. Also, doesn't get a new libnet_UserList yet. (This used to be commit e1b93be1e130692a75a2fc4eb5ca8ee425fe1b82)
* r24576: Implement endpwentKai Blin2007-10-101-0/+7
| | | | (This used to be commit ef93a7991d3b4445ba87f964f2f17c33044ba8c4)
* r24575: Implement setpwentKai Blin2007-10-104-2/+188
| | | | (This used to be commit 9bbbedac99278853e30a9f81f594ee3144545268)
* r24574: Fix a warning in wb_samba3_cmd.cKai Blin2007-10-101-1/+1
| | | | (This used to be commit ebdd03ee9e5bf11d1cb85da0ecb66a84f810bbcc)
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-102-8/+8
| | | | | metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5)
* r24556: forgot to commit the winbind/ subdir...sorryStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 184a7cfc36860e16f9483347ae70a053a5823e83)
* r24486: Bump another DEBUG to level 5Kai Blin2007-10-101-1/+1
| | | | (This used to be commit 0454edc9581e0013eee3a369fb77db3408253c6e)
* r24483: Implement backend for wbinfo -u (list users)Kai Blin2007-10-104-1/+248
| | | | (This used to be commit 9fbc8aa15f97ab97f4da801e5d36223a874e912b)
* r24480: Bump another DEBUG down to level 5Kai Blin2007-10-101-1/+1
| | | | (This used to be commit 6e6eac551a42d4d68676d408b31207de7b9d0006)
* r24397: Bump debug level of sid2(u|g)id calls to 5.Kai Blin2007-10-101-3/+3
| | | | (This used to be commit ef9bc55a6b1e90d49d621a1c4bebc80b6c7c2be0)
* r24396: Fix a typo.Kai Blin2007-10-101-3/+3
| | | | | Thanks to metze (metze@samba.org) for catching this one. (This used to be commit abf631822da6221af187498cde9fe068cd91ee43)
* r24395: Add check if talloc_strdup worked.Kai Blin2007-10-101-0/+1
| | | | (This used to be commit 754b9ff696cda6b2df4d569c9a910ab0ca49e13b)
* r24376: Missed this file from the checkin, sorry.Kai Blin2007-10-101-0/+78
| | | | (This used to be commit c81b0980cac901e70e52dfd0eb013ad4d6f15540)