summaryrefslogtreecommitdiffstats
path: root/source/passdb/lookup_sid.c
Commit message (Collapse)AuthorAgeFilesLines
* r23052: sync with SAMBA_3_0_25 and start updating release notesGerald Carter2007-05-211-16/+26
|
* r22650: sync up with SMABA_3_0_25 as of svn r22649Gerald Carter2007-05-031-10/+28
|
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-091-12/+12
| | | | | * Set VERSION to 3.0.25rc1 * Update release notes.
* r21889: * Pull from SAMBA-3_0_25 svn r21888Gerald Carter2007-03-201-4/+10
| | | | * Set version to 3.0.25pre2
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-173/+270
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r19581: Merge from SAMBA_3_0_23Gerald Carter2006-11-061-2/+4
|
* r19018: staging for a 3.0.23d on Tuesday (I think we have sufficient changes ↵Gerald Carter2006-10-011-7/+34
| | | | to warrant one)
* r17973: emrge the SID cache fixes for 3.0.23csamba-3.0.23cGerald Carter2006-08-311-0/+10
|
* r17727: Start pulling in changes for 3.0.23cGerald Carter2006-08-231-90/+11
|
* r17437: sync valid users and server signing fixesGerald Carter2006-08-071-0/+69
|
* r16915: grab vl's fix for BUG 3915Gerald Carter2006-07-101-2/+1
|
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-3/+27
| | | | | Bring release tree up to current 3.0 tree (svn merge -r15845:16103 $SVNURL/branches/SAMBA_3_0)
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-5/+24
|
* r13791: Having S-1-1-0 show up in winbind lookupsid does not really make sense.Volker Lendecke2006-03-021-3/+7
| | | | Volker
* r13683: Fix the 'valid users = +users' problem I introduced.Volker Lendecke2006-02-241-0/+19
| | | | Volker
* r13678: Remove unneeded bracesVolker Lendecke2006-02-241-5/+3
|
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2006-02-201-5/+5
| | | | macro which sets the freed pointer to NULL.
* r13316: Let the carnage begin....Gerald Carter2006-02-031-172/+659
| | | | Sync with trunk as off r13315
* r12163: Change lookup_sid and lookup_name to return const char * instead of ↵Volker Lendecke2005-12-101-59/+66
| | | | | | | | char *, use a temporary talloc_ctx for clarity. Volker
* r12051: Merge across the lookup_name and lookup_sid work. Lets see how the ↵Volker Lendecke2005-12-031-92/+307
| | | | | | | | build farm reacts :-) Volker
* r11920: Rename local_lookup_rid to lookup_global_sam_rid, add ↵Volker Lendecke2005-11-261-5/+23
| | | | | | lookup_builtin_rid. Volker
* r11919: The generic mappings in srv_samr_nt.c are only used there -- make themVolker Lendecke2005-11-261-14/+23
| | | | | | | | | static. One long overdue simplification: Change local_lookup_sid to local_lookup_rid its responsible for "our" domain only, in fact it checked for it. Volker
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-10/+18
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r7718: Remove some unused codeVolker Lendecke2005-06-181-39/+0
|
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2005-06-081-2/+40
|
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-2/+2
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r3875: Allow to look up at least or own sid in _lsa_lookup_sids.Günther Deschner2004-11-191-0/+7
| | | | | | | This fixes Bugzilla #1076 and Exchange 5.5 SP4 can then be finally installed on NT4 in a samba-controlled domain. Guenther
* r3628: A typo and a compile-warning.Günther Deschner2004-11-081-1/+1
| | | | Guenther
* r936: Fix a rather weird error that crippled my site, when we upgraded toAndrew Bartlett2004-05-281-7/+4
| | | | | | | | | | | | | | | | | | | | Samba 3.0.4. If we fail a query for the members of the 'administrators' group (and we may well just have the IDL wrong), this destroys later parts of the domain logon process. For reasons I can't understand, the client-side 'heck, what happened' bailout causes the connection to the DC to be dropped, and causes the mandetory profile not to be loaded. (This also only occours after a reboot) Return the members of 'administrators', and it all works fine. The reason we hit this is because we run winbindd (to support pam_winbind) on our DC, and the winbindd lookup in sid_to_gid was messing things up. As we don't care what type of thing this is, provided it exists in the group mapping db, we should not bother winbindd here. Andrew Bartlett
* r4: merge in the SAMBA_3_0 branch from cvsCVS Import User2004-04-041-38/+0
| | | | | | | | to checkout try this: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_3_0 samba-3_0-work metze
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+529
metze