1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00
Commit Graph

204 Commits

Author SHA1 Message Date
Kai Blin
73ac7c4a1c idmap: Map SIDs to unixids instead of uids/gids 2008-03-18 10:55:31 +01:00
Jelmer Vernooij
3cf3922c80 Remove use of global_loadparm. 2008-02-28 21:02:49 +01:00
Jelmer Vernooij
a16c9a2129 Remove uses of global_loadparm. 2008-02-25 12:51:55 +01:00
Jelmer Vernooij
52a8d06f00 Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial 2008-02-21 16:11:13 +01:00
Jelmer Vernooij
a1715b1f48 Remove more uses of global_loadparm. 2008-02-21 15:45:32 +01:00
Kai Blin
78d22a28ec idmap: Handle SID->gid 2008-02-21 11:22:15 +01:00
Kai Blin
4037ca6b9c idmap: Handle SID->uid 2008-02-21 11:22:10 +01:00
Kai Blin
6f2d95030c idmap: Handle gid->SID mapping 2008-02-21 11:22:06 +01:00
Kai Blin
6ac6de8476 idmap: Handle uid->SID mapping 2008-02-21 11:21:59 +01:00
Andrew Bartlett
9c9a4731ca Remove useless layer of indirection, where every service called
task_service_init() manually.  Now this is called from service.c for
all services.

Andrew Bartlett
2008-02-04 21:58:29 +11:00
Andrew Bartlett
0d830580e3 Rework service init functions to pass down service name. This is
needed to change prefork behaviour based on what service is being
started.

Andrew Bartlett and David Disseldorp
2008-02-04 17:48:51 +11:00
Jelmer Vernooij
18cd08623e r26672: Janitorial: Remove uses of global_loadparm. 2008-01-05 13:06:03 -06:00
Jelmer Vernooij
61ad78ac98 r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struct_push_blob(). 2008-01-01 16:12:11 -06:00
Jelmer Vernooij
66fd8d480b r26435: Remove global_loadparm instance. 2007-12-21 05:50:04 +01:00
Jelmer Vernooij
1b947fe0e6 r26430: require explicit specification of loadparm context. 2007-12-21 05:49:58 +01:00
Jelmer Vernooij
459e1466a4 r26376: Add context for libcli_resolve. 2007-12-21 05:49:12 +01:00
Jelmer Vernooij
5d589a0d94 r26355: Eliminate global_loadparm in more places. 2007-12-21 05:49:01 +01:00
Jelmer Vernooij
17637e4490 r26353: Remove use of global_loadparm. 2007-12-21 05:48:57 +01:00
Jelmer Vernooij
0c91026e58 r26333: No more global_loadparm in finddcs. 2007-12-21 05:48:45 +01:00
Jelmer Vernooij
eeb2251d22 r26327: Explicit loadparm_context for RPC client functions. 2007-12-21 05:48:41 +01:00
Jelmer Vernooij
6fd0d9d3b7 r26313: Fix more uses of static loadparm. 2007-12-21 05:48:25 +01:00
Jelmer Vernooij
47696b4298 r26295: Remove use of global_loadparm for net and wb_pam_auth. 2007-12-21 05:48:12 +01:00
Jelmer Vernooij
1ab76ecc53 r26272: Remove global_loadparm in some more places. 2007-12-21 05:47:55 +01:00
Jelmer Vernooij
7c00866423 r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsrv_connection. 2007-12-21 05:47:47 +01:00
Jelmer Vernooij
2c6b755309 r26250: Avoid global_loadparm in a couple more places. 2007-12-21 05:47:28 +01:00
Jelmer Vernooij
1386c5c925 r26237: Add loadparm context to the server service interface. 2007-12-21 05:47:15 +01:00
Jelmer Vernooij
e903978220 r26235: Avoid global_loadparm. 2007-12-21 05:47:13 +01:00
Jelmer Vernooij
3a946d1ffd r26230: Use task-provided loadparm context in a couple more places, avoid loadparm context inside ntlm_auth. 2007-12-21 05:47:07 +01:00
Stefan Metzmacher
6223c7fddc r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
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
2007-12-21 05:45:02 +01:00
Jelmer Vernooij
9243b551f3 r25454: Use standard bool types in a couple more places. 2007-10-10 15:07:38 -05:00
Jelmer Vernooij
3468952e77 r25446: Merge some changes I made on the way home from SFO:
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.
2007-10-10 15:07:34 -05:00
Jelmer Vernooij
3fcc960839 r25398: Parse loadparm context to all lp_*() functions. 2007-10-10 15:07:25 -05:00
Jeremy Allison
0844dbf597 r25175: Change to talloc_asprintf_append_buffer().
Jeremy.
2007-10-10 15:06:46 -05:00
Stefan Metzmacher
1fc3a37902 r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.h
metze
2007-10-10 15:06:44 -05:00
Jelmer Vernooij
abe8349f9b r25026: Move param/param.h out of includes.h 2007-10-10 15:05:38 -05:00
Jelmer Vernooij
0bcb21ed74 r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines that I accidently added earlier. 2007-10-10 15:05:28 -05:00
Jelmer Vernooij
1ce32673d9 r24712: No longer expose the 'BOOL' data type in any interfaces. 2007-10-10 15:02:54 -05:00
Kai Blin
e1b93be1e1 r24577: Implement basic getpwent.
This one still cheats and only returns one winbindd_pw structure per call.
Also, doesn't get a new libnet_UserList yet.
2007-10-10 15:02:19 -05:00
Kai Blin
ef93a7991d r24576: Implement endpwent 2007-10-10 15:02:19 -05:00
Kai Blin
9bbbedac99 r24575: Implement setpwent 2007-10-10 15:02:18 -05:00
Kai Blin
ebdd03ee9e r24574: Fix a warning in wb_samba3_cmd.c 2007-10-10 15:02:18 -05:00
Stefan Metzmacher
84651aee81 r24557: rename 'dcerpc_table_' -> 'ndr_table_'
metze
2007-10-10 15:02:15 -05:00
Stefan Metzmacher
184a7cfc36 r24556: forgot to commit the winbind/ subdir...sorry
metze
2007-10-10 15:02:14 -05:00
Kai Blin
0454edc958 r24486: Bump another DEBUG to level 5 2007-10-10 15:01:58 -05:00
Kai Blin
9fbc8aa15f r24483: Implement backend for wbinfo -u (list users) 2007-10-10 15:01:57 -05:00
Kai Blin
6e6eac551a r24480: Bump another DEBUG down to level 5 2007-10-10 15:01:56 -05:00
Kai Blin
ef9bc55a6b r24397: Bump debug level of sid2(u|g)id calls to 5. 2007-10-10 15:01:50 -05:00
Kai Blin
abf631822d r24396: Fix a typo.
Thanks to metze (metze@samba.org) for catching this one.
2007-10-10 15:01:50 -05:00
Kai Blin
754b9ff696 r24395: Add check if talloc_strdup worked. 2007-10-10 15:01:49 -05:00
Kai Blin
c81b0980ca r24376: Missed this file from the checkin, sorry. 2007-10-10 15:01:49 -05:00