index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
service.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
2001-10-31
1
-6
/
+6
*
This commit is number 3 of 4.
Andrew Bartlett
2001-10-29
1
-1
/
+1
*
add non_root_mode() check
Andrew Tridgell
2001-10-20
1
-1
/
+1
*
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
2001-10-18
1
-28
/
+30
*
Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.
Tim Potter
2001-10-18
1
-1
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-4
/
+0
*
Rearrange the ordering of the checks in make_connection(). The new order has
Andrew Bartlett
2001-09-20
1
-37
/
+56
*
got rid of bogus write list substitution error messages
Andrew Tridgell
2001-09-19
1
-15
/
+18
*
Kill off the //server/share%user hack in share level security.
Andrew Bartlett
2001-09-15
1
-20
/
+13
*
Actually fill in the status for sainity checks
Andrew Bartlett
2001-09-15
1
-1
/
+1
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-22
/
+22
*
OK, so not freeing these was a mistake. I'll try to be less exuberent next
Andrew Bartlett
2001-08-17
1
-0
/
+2
*
Move the claim_connection stuff till a little later in the process.
Andrew Bartlett
2001-08-17
1
-16
/
+14
*
Move admin user check into a helper function.
Andrew Bartlett
2001-08-17
1
-18
/
+35
*
Move read only check into a helper funcion. Ensure conn->service is set
Andrew Bartlett
2001-08-17
1
-40
/
+50
*
smbd/auth_server: Doco, we want to use cli_nt_error here soon
Andrew Bartlett
2001-08-17
1
-30
/
+43
*
better debug messages + fix typo in debug message
Simo Sorce
2001-07-26
1
-2
/
+2
*
- don't try to print pointers
Andrew Tridgell
2001-07-25
1
-2
/
+2
*
Convert other parameters (read list, write list, valid users...) to the P_LIS...
Simo Sorce
2001-07-24
1
-12
/
+17
*
Tidied up calling yield_connection on connection allocation fail.
Jeremy Allison
2001-07-17
1
-0
/
+4
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-1
/
+1
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-3
/
+0
*
Ensured all the system calls in msdfs.c go through the vfs layer.
Jeremy Allison
2001-06-29
1
-22
/
+4
*
added a close-share smbcontrol message that forcibly closes a share in smbd (...
Andrew Tridgell
2001-06-20
1
-0
/
+2
*
Now we're doing the substituion in the lp_string code remove the erroneous
Jeremy Allison
2001-05-12
1
-5
/
+0
*
Merge of Andrew's changes in 2.2.
Jeremy Allison
2001-04-13
1
-4
/
+4
*
As Andrew suggested, make smbrun return a fd for a deleted file which can then
Jeremy Allison
2001-04-13
1
-4
/
+4
*
Fix for core dump in security = share code with new share security db.
Jeremy Allison
2001-04-11
1
-22
/
+22
*
Added set/get SD's on shares. Check before tcon.
Jeremy Allison
2001-04-09
1
-0
/
+23
*
Fix from Ed Boraas for not core dumping when out of connection structs.
Jeremy Allison
2001-04-06
1
-1
/
+0
*
Patch from Massimo Sivilotti <mass@tanner.com> to log remote machine/ip on
Jeremy Allison
2001-03-26
1
-1
/
+2
*
Added ADMIN$ share as alias for IPC$ except no guest connect. AS/U wants
Jeremy Allison
2001-03-13
1
-3
/
+3
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-4
/
+0
*
smbd/process.c: & type with 0xff for paranioa sake...
Jeremy Allison
2001-01-24
1
-30
/
+42
*
only add the service name and client machine name to list of users names
Gerald Carter
2001-01-23
1
-2
/
+5
*
include/vfs.h:
Jeremy Allison
2001-01-23
1
-6
/
+26
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-17
1
-1
/
+1
*
Changes from APPLIANCE_HEAD:
David O'Neill
2001-01-04
1
-1
/
+1
*
Compile fix for new arg to create_nt_token()
Tim Potter
2000-12-12
1
-1
/
+3
*
we don't need the separate lp_status() connection records any more
Andrew Tridgell
2000-11-17
1
-12
/
+0
*
fixed the problem with messages not getting through
Andrew Tridgell
2000-11-17
1
-33
/
+27
*
Added a VFS version return to init call. Allows smbd to fail an init if
Jeremy Allison
2000-11-06
1
-0
/
+2
*
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
2000-10-13
1
-10
/
+6
*
Don't initialise groups twice.
Tim Potter
2000-10-11
1
-1
/
+0
*
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
2000-10-06
1
-42
/
+2
*
Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
Jeremy Allison
2000-09-27
1
-5
/
+5
*
fixed "admin users" option with new security code
Andrew Tridgell
2000-08-31
1
-0
/
+5
*
Merge from appliance branch.
Tim Potter
2000-08-28
1
-0
/
+1
*
Added an NT_USER_TOKEN structure that is copied/passed around associated
Jeremy Allison
2000-08-03
1
-65
/
+73
*
Started to canonicalize our handling of uid -> sid code in order to
Jeremy Allison
2000-08-02
1
-2
/
+2
[next]