index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
sec_ctx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23398: Support membership of >16 groups on Darwin by making sure we opt in t...
James Peach
1
-0
/
+49
2007-10-10
r23393: Support BSD group semantics by making sure that the effective GID is ...
James Peach
1
-1
/
+1
2007-10-10
r23391: Second part of the patch for Apple.
Jeremy Allison
1
-14
/
+22
2007-10-10
r23390: First part of the patch to make Apple's life easier.
Jeremy Allison
1
-6
/
+6
2007-10-10
r17348: Some C++ warnings
Volker Lendecke
1
-1
/
+2
2007-10-10
r16582: Fix Klocwork #1997 and all generic class of problems
Jeremy Allison
1
-3
/
+19
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-3
/
+3
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-51
/
+7
2007-10-10
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
1
-43
/
+40
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-2
/
+2
2003-08-09
fix for BUG #267 (problem with supplementary groups).
Gerald Carter
1
-1
/
+1
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-11
/
+2
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-12
/
+27
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-27
Some more 'winbind default domain' support patches from Alexander Bokovoy
Andrew Bartlett
1
-1
/
+1
2001-11-03
Added NT_USER_TOKEN into server_info to fix extra groups problem.
Jeremy Allison
1
-40
/
+0
2001-10-29
Fixed confusing debug message - it was always printing uid 0 instead of the
Tim Potter
1
-1
/
+1
2001-10-18
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
1
-4
/
+0
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-1
/
+0
2001-09-19
don't try to initgroups in non root mode
Andrew Tridgell
1
-0
/
+4
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-9
/
+7
2001-07-25
Excellent patch from Anselm Kruis <A.Kruis@science-computing.de> to fix
Jeremy Allison
1
-1
/
+1
2001-06-26
Remove warning about trapdoor systems for non-root mode.
Andrew Bartlett
1
-0
/
+4
2001-04-28
rpcclient/rpcclient.c: Non-void return in void function.
Jeremy Allison
1
-1
/
+3
2001-04-27
Tidy up args to DEBUG Statements - found by gcc on Solaris.
Jeremy Allison
1
-5
/
+7
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-2
/
+0
2001-01-04
Changes from APPLIANCE_HEAD:
David O'Neill
1
-1
/
+13
2000-12-08
Added OLD_NTDOMAIN to remove warnings about undefined functions.
Jeremy Allison
1
-0
/
+2
2000-11-14
Merge from appliance head of JR's changes for driver versioning.
Jeremy Allison
1
-1
/
+1
2000-10-28
David Lee's utmp patch (finally). Thanks David !
Jeremy Allison
1
-1
/
+1
2000-10-26
Sorry JF - no billable hours :-). I fixed the "stream of events" problem
Jeremy Allison
1
-2
/
+0
2000-10-12
use macros for incrementing profile counters
Herb Lewis
1
-3
/
+1
2000-10-05
Added uid and gid to push_sec_ctx() debug.
Tim Potter
1
-2
/
+3
2000-08-28
Oops - missed a file.
Tim Potter
1
-0
/
+42
2000-08-09
Fixed memory leak with NT tokens.
Jeremy Allison
1
-5
/
+12
2000-08-03
Added an NT_USER_TOKEN structure that is copied/passed around associated
Jeremy Allison
1
-13
/
+85
2000-08-02
Started to canonicalize our handling of uid -> sid code in order to
Jeremy Allison
1
-7
/
+27
2000-06-23
Fix a malloc of zero problem.
Jeremy Allison
1
-38
/
+49
2000-06-23
lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@...
Jeremy Allison
1
-1
/
+5
2000-06-23
I've been working on refactoring some of the mess that is the become_user()
Tim Potter
1
-0
/
+295