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
/
service.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-07-15
fixed a call to get_current_groups()
Andrew Tridgell
1
-1
/
+1
2002-07-11
last check in for tonight.
Gerald Carter
1
-1
/
+1
2002-07-04
Fix from Andrew Esh for coredump...
Jeremy Allison
1
-8
/
+11
2002-07-04
Always free_conn() after all the DEBUG()s etc.
Andrew Bartlett
1
-3
/
+3
2002-07-02
Address the string_sub problem by changing len = 0 to mean "no expand".
Jeremy Allison
1
-5
/
+5
2002-06-27
It's fairly obvious that no one has tried to upload a driver
Gerald Carter
1
-0
/
+28
2002-06-16
Further updates to the service.c code. authorise_login() is now a bit simpiler
Andrew Bartlett
1
-3
/
+5
2002-06-15
Rework much of the service.c code:
Andrew Bartlett
1
-100
/
+187
2002-06-14
moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c
Simo Sorce
1
-6
/
+6
2002-05-18
A few things in this commit:
Andrew Bartlett
1
-7
/
+12
2002-04-15
make sure that we leave the tree unused after disconnecting
Andrew Tridgell
1
-0
/
+4
2002-04-14
win2000 does not check the permissions on the share directory on
Andrew Tridgell
1
-3
/
+19
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
-6
/
+2
2002-01-27
Yes, dev is an 'input/output' paramater...
Andrew Bartlett
1
-2
/
+2
2002-01-16
Separate out get_user_home_dir() from get_user_home_service_dir().
Jeremy Allison
1
-2
/
+2
2002-01-16
Roll back PSTRING_SANCTIFY patch; just leave non-controversial type
Martin Pool
1
-16
/
+23
2002-01-14
Removed MAXSTATUS which was set incorrectly - thus causing tdb traversal
Jeremy Allison
1
-10
/
+4
2002-01-11
Make this error match Win2k.
Andrew Bartlett
1
-1
/
+1
2001-11-03
Added NT_USER_TOKEN into server_info to fix extra groups problem.
Jeremy Allison
1
-1
/
+1
2001-10-31
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
1
-6
/
+6
2001-10-29
This commit is number 3 of 4.
Andrew Bartlett
1
-1
/
+1
2001-10-20
add non_root_mode() check
Andrew Tridgell
1
-1
/
+1
2001-10-18
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
1
-28
/
+30
2001-10-18
Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.
Tim Potter
1
-1
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-4
/
+0
2001-09-20
Rearrange the ordering of the checks in make_connection(). The new order has
Andrew Bartlett
1
-37
/
+56
2001-09-19
got rid of bogus write list substitution error messages
Andrew Tridgell
1
-15
/
+18
2001-09-15
Kill off the //server/share%user hack in share level security.
Andrew Bartlett
1
-20
/
+13
2001-09-15
Actually fill in the status for sainity checks
Andrew Bartlett
1
-1
/
+1
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
1
-22
/
+22
2001-08-17
OK, so not freeing these was a mistake. I'll try to be less exuberent next
Andrew Bartlett
1
-0
/
+2
2001-08-17
Move the claim_connection stuff till a little later in the process.
Andrew Bartlett
1
-16
/
+14
2001-08-17
Move admin user check into a helper function.
Andrew Bartlett
1
-18
/
+35
2001-08-17
Move read only check into a helper funcion. Ensure conn->service is set
Andrew Bartlett
1
-40
/
+50
2001-08-17
smbd/auth_server: Doco, we want to use cli_nt_error here soon
Andrew Bartlett
1
-30
/
+43
2001-07-26
better debug messages + fix typo in debug message
Simo Sorce
1
-2
/
+2
2001-07-25
- don't try to print pointers
Andrew Tridgell
1
-2
/
+2
2001-07-24
Convert other parameters (read list, write list, valid users...) to the P_LIS...
Simo Sorce
1
-12
/
+17
2001-07-17
Tidied up calling yield_connection on connection allocation fail.
Jeremy Allison
1
-0
/
+4
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-1
/
+1
2001-07-04
The big character set handling changeover!
Andrew Tridgell
1
-3
/
+0
2001-06-29
Ensured all the system calls in msdfs.c go through the vfs layer.
Jeremy Allison
1
-22
/
+4
2001-06-20
added a close-share smbcontrol message that forcibly closes a share in smbd (...
Andrew Tridgell
1
-0
/
+2
2001-05-12
Now we're doing the substituion in the lp_string code remove the erroneous
Jeremy Allison
1
-5
/
+0
2001-04-13
Merge of Andrew's changes in 2.2.
Jeremy Allison
1
-4
/
+4
2001-04-13
As Andrew suggested, make smbrun return a fd for a deleted file which can then
Jeremy Allison
1
-4
/
+4
2001-04-11
Fix for core dump in security = share code with new share security db.
Jeremy Allison
1
-22
/
+22
2001-04-09
Added set/get SD's on shares. Check before tcon.
Jeremy Allison
1
-0
/
+23
2001-04-06
Fix from Ed Boraas for not core dumping when out of connection structs.
Jeremy Allison
1
-1
/
+0
[next]