1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00
Commit Graph

193 Commits

Author SHA1 Message Date
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
Kai Blin
760973856f r24375: Implement backend for wbinfo --uid-infp (getpwuid) 2007-10-10 15:01:48 -05:00
Kai Blin
e928e56219 r24373: Implement backend for wbinfo -G (gid2sid) 2007-10-10 15:01:47 -05:00
Kai Blin
a18cf553cf r24372: Implement backend for wbinfo -U 2007-10-10 15:01:47 -05:00
Kai Blin
a8893b3078 r24371: Actually add the glue to make wbinfo -S and wbinfo -Y work 2007-10-10 15:01:46 -05:00
Kai Blin
3b8d8fb2c1 r24370: Implement wbinfo -i backend (getpwnam) 2007-10-10 15:01:46 -05:00
Kai Blin
4305fab4a2 r24369: Don't use goto in wb_name2domain, fix wb_samba3_split_names call.
Missed this one on my previous name2domain cleanup patch.
2007-10-10 15:01:45 -05:00
Kai Blin
599416ca31 r24366: Implemet backend for wbinfo -Y, sid2gid 2007-10-10 15:01:45 -05:00
Kai Blin
682e7124fb r24365: Implemet backend for wbinfo -S, sid2uid 2007-10-10 15:01:44 -05:00
Kai Blin
95783210d2 r24364: Remove sync call from name2domain, bump debug level to 5 2007-10-10 15:01:44 -05:00
Kai Blin
6b92b816fc r24157: Merge from kai/samba4-gsoc.git;h=728deba680f8cf85cab168a6278a2cf657f65fdb
Make WBSRV_SAMBA3_SET_STRING use safe_strcpy instead of strncpy.
2007-10-10 15:01:28 -05:00
Andrew Bartlett
078671d501 r24127: Set the Domain SID into the libnet context, and have libnet_UserInfo
return full SIDs for the user SID and primary group sid.

This should help kai with his getpwnam work in winbind.

Andrew Bartlett
2007-10-10 15:01:27 -05:00