Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-24 | build: moved libds/common/flag_mapping.c into a common subsystem | Andrew Tridgell | 1 | -0/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-15 | s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
"samdb_result_uint64" and "samdb_result_string" We have ldb_msg_find_attr_as_* calls which do exactly the same. Therefore this reduces only code redundancies. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -2/+2 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-06-26 | s4:lsa/lsa_lookup.c - use a better type for the "rtype" of the wellknown SIDs | Matthias Dieter Wallnöfer | 1 | -3/+4 | |
To suppress warnings on Solaris 10 | |||||
2010-06-20 | s4:lsa_lookup.c - fix type argument | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-03-06 | s4:lsa RPC - fix up "gendb_*" result codes | Matthias Dieter Wallnöfer | 1 | -23/+24 | |
Make the resultcodes consistent: that means: result < 0 -> NT_STATUS_INTERNAL_DB_CORRUPTION since our DB had a critical error result >= 0 -> depends on the function usage. I tried to let the logic always as it was before. | |||||
2010-03-06 | s4:lsa RPC - Change some counters to be "unsigned" where needed | Matthias Dieter Wallnöfer | 1 | -8/+8 | |
The "count" size specifiers I typed "uint32_t" since they're often returned as an "uint32_t" (consider the IDL file). LDB counters need to be "signed" if they count till a limit of a "gendb*" call or "unsigned" if they count directly the number of objects. | |||||
2009-11-21 | s4:lsa RPC - Fix type of variable "atype" | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
This is an unsigned 32bit integer. | |||||
2009-10-22 | s4-lsa: fixed breakage of lsa server | Andrew Tridgell | 1 | -0/+1 | |
2009-10-22 | s4-lsa: fixed the lsa server to cope with the new tests from gd | Andrew Tridgell | 1 | -12/+33 | |
2009-09-11 | lsa: fill in more unknowns in lsa_LookupSid calls. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2009-07-13 | libds: merge the UF<->ACB flag mapping functions. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 1 | -1/+1 | |
list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | |||||
2008-10-27 | s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl. | Günther Deschner | 1 | -9/+13 | |
Guenther | |||||
2008-10-27 | s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl. | Günther Deschner | 1 | -5/+9 | |
Guenther | |||||
2008-10-03 | updated the LSA and NETLOGON servers with fixes resulting from the AD | Andrew Tridgell | 1 | -8/+24 | |
plugfest in Redmond | |||||
2008-09-30 | fixed a number of places in our LSA server where we should return the | Andrew Tridgell | 1 | -11/+13 | |
sid/name array even when all are unmapped. If we don't fill in the array then the windows client runtime crashes | |||||
2008-09-30 | check call status not rpc fault code when calling to different levels | Andrew Tridgell | 1 | -4/+4 | |
of calls | |||||
2008-09-29 | we need to return NT_STATUS_INVALID_PARAMETER for bad levels in | Andrew Tridgell | 1 | -0/+5 | |
lsalookupnames2 | |||||
2008-09-29 | unmapped SIDs should be rid 0 not rid -1 | Andrew Tridgell | 1 | -1/+4 | |
2008-09-29 | added some more well known SIDs - thanks to the WSPP LSAT test suite | Andrew Tridgell | 1 | -1/+42 | |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 1 | -7/+8 | |
(This used to be commit b4e1ae07a284c044704322446c94351c2decff91) | |||||
2008-04-02 | rpc_server: Remove references to sidmap from the lsa pipe code. | Kai Blin | 1 | -3/+2 | |
(This used to be commit 25cbb1b76720a271984ad5c023e45476094562f1) | |||||
2008-03-13 | Show why a LookupName fails (help debugging) | Andrew Bartlett | 1 | -0/+1 | |
Andrew Bartlett (This used to be commit 9bfc4757887ceabb4c621d62c140515794679250) | |||||
2007-12-21 | r26313: Fix more uses of static loadparm. | Jelmer Vernooij | 1 | -7/+10 | |
(This used to be commit 6fd0d9d3b75546d08c24c513e05b1843d5777608) | |||||
2007-12-21 | r26234: More global_loadparm fixes. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 84892d030de6266fc0f3a699cade960dd5dc37bc) | |||||
2007-10-10 | r25196: Thanks to id10ts on IRC for finding some typos in my well-known names | Andrew Bartlett | 1 | -2/+2 | |
patch. Andrew Bartlett (This used to be commit 99e013207e4a10a97fe3b37eb901bc33805731a9) | |||||
2007-10-10 | r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, with | Andrew Bartlett | 1 | -0/+928 | |
a new torture suite to match. This should fix bug #4954 by Matthias Wallnöfer <mwallnoefer@yahoo.de> Previously we had no knowlege of BUILTIN or well-known names. This code needs expansion to check with winbind for trusted domains. Andrew Bartlett (This used to be commit e6fc0e1f54ad64bdddc88e9ebd0d8d181b6ce26a) |