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
/
uid.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-12-04
added a boolean to the group mapping functions to specify if we need or
Jean-François Micouleau
1
-1
/
+1
2001-12-04
Moved name_is_local to the correct place. Ooops.
Jeremy Allison
1
-10
/
+0
2001-12-04
Tidyup of lib/username. Add name_is_local fn to determine if name is
Jeremy Allison
1
-0
/
+10
2001-11-28
space -> tab.
Jeremy Allison
1
-24
/
+20
2001-11-26
Another merge from appliance-head: in [ug]id_to_sid don't call the
Tim Potter
1
-14
/
+30
2001-11-09
This change updates lp_guestaccount() to be a *global* paramater, rather than
Andrew Bartlett
1
-1
/
+1
2001-11-08
Fixed incorrect debug message. )-:
Tim Potter
1
-1
/
+1
2001-11-03
Added NT_USER_TOKEN into server_info to fix extra groups problem.
Jeremy Allison
1
-1
/
+70
2001-10-29
This commit is number 3 of 4.
Andrew Bartlett
1
-1
/
+1
2001-10-19
client : Fixed error return.
Jeremy Allison
1
-1
/
+1
2001-10-18
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
1
-20
/
+122
2001-10-12
fixed compiler warning.
Tim Potter
1
-1
/
+1
2001-10-09
Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XX
Jeremy Allison
1
-14
/
+16
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-07-28
Fix invalid uid being used after logoff. Thanks to Nigel Williams
Jeremy Allison
1
-2
/
+1
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-1
/
+1
2001-04-15
Fixed potential bug in "become_guest" pointed out by elrond. Get_Pwnam()
Jeremy Allison
1
-6
/
+13
2001-03-20
Fix for crash when doing name lookup with a quoted string. Part of
Jeremy Allison
1
-2
/
+1
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-4
/
+0
2001-02-16
Excise snprintf -> slprintf.
Jeremy Allison
1
-3
/
+12
2001-01-11
rpc_server/srv_samr.c:
Jeremy Allison
1
-1
/
+1
2000-12-12
Removed the special casing of SIDs in se_access_check. This is now done (corr...
Jeremy Allison
1
-1
/
+6
2000-11-14
Merge from appliance head of JR's changes for driver versioning.
Jeremy Allison
1
-13
/
+37
2000-11-13
Large commit which restructures the local password storage API.
Gerald Carter
1
-1
/
+1
2000-11-04
Fix for admin user being ignored.
Jeremy Allison
1
-0
/
+1
2000-10-13
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
1
-0
/
+226
2000-08-09
Fixed memory leak with NT tokens.
Jeremy Allison
1
-2
/
+20
2000-08-04
Fixed up the user/group contexts when using authenticated pipes.
Jeremy Allison
1
-2
/
+1
2000-08-03
Added an NT_USER_TOKEN structure that is copied/passed around associated
Jeremy Allison
1
-3
/
+5
2000-08-02
Started to canonicalize our handling of uid -> sid code in order to
Jeremy Allison
1
-10
/
+13
2000-07-06
Moved authenticated pipe user details into a current_user struct.
Tim Potter
1
-1
/
+1
2000-07-03
Some more sec_ctx changes. Modified some fields in the pipe_struct
Tim Potter
1
-1
/
+2
2000-06-23
Added return for become_authenticated_pipe_user() function.
Tim Potter
1
-0
/
+2
2000-06-23
Moved some static functions to sec_ctx.c
Tim Potter
1
-222
/
+30
2000-05-10
more merging voodoo
Andrew Tridgell
1
-0
/
+4
2000-05-02
split the username in the vuser structure into a separate
Andrew Tridgell
1
-1
/
+1
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-273
/
+161
1999-12-12
delineation between smb and msrpc more marked. smbd now constructs
Luke Leighton
1
-9
/
+115
1999-06-13
Moved code that changes the pw_passwd entry (i.e shadow password and
Tim Potter
1
-1
/
+1
1999-04-01
Ken McDonell from SGI was interested in adding some profiling
Andrew Tridgell
1
-0
/
+4
1998-11-25
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
1
-5
/
+5
1998-11-12
extracted the password change code from smbpasswd and used it in swat
Andrew Tridgell
1
-0
/
+2
1998-09-29
Got very strict about the differences and uses of
Jeremy Allison
1
-19
/
+19
1998-08-17
moved connection_struct handling code into smbd/conn.c and changed it
Andrew Tridgell
1
-1
/
+1
1998-08-15
configure: Changes for extra headers.
Jeremy Allison
1
-4
/
+4
1998-08-14
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1
-225
/
+78
1998-08-04
nttrans.c: Fix change_notify. Queue processing code wasn't changing to
Jeremy Allison
1
-1
/
+12
1998-07-31
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
1
-2
/
+1
1998-07-29
get rid of the runtime test for broken getgroups() and add a compile
Andrew Tridgell
1
-2
/
+0
1998-07-29
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1
-204
/
+75
[next]