Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-03-26 | Patch from Massimo Sivilotti <mass@tanner.com> to log remote machine/ip on | Jeremy Allison | 1 | -1/+2 |
2001-03-13 | Added ADMIN$ share as alias for IPC$ except no guest connect. AS/U wants | Jeremy Allison | 1 | -3/+3 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -4/+0 |
2001-01-24 | smbd/process.c: & type with 0xff for paranioa sake... | Jeremy Allison | 1 | -30/+42 |
2001-01-23 | only add the service name and client machine name to list of users names | Gerald Carter | 1 | -2/+5 |
2001-01-23 | include/vfs.h: | Jeremy Allison | 1 | -6/+26 |
2001-01-17 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -1/+1 |
2001-01-04 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -1/+1 |
2000-12-12 | Compile fix for new arg to create_nt_token() | Tim Potter | 1 | -1/+3 |
2000-11-17 | we don't need the separate lp_status() connection records any more | Andrew Tridgell | 1 | -12/+0 |
2000-11-17 | fixed the problem with messages not getting through | Andrew Tridgell | 1 | -33/+27 |
2000-11-06 | Added a VFS version return to init call. Allows smbd to fail an init if | Jeremy Allison | 1 | -0/+2 |
2000-10-13 | Fix to allow smbd to call winbindd if it is running for all group enumeration, | Jeremy Allison | 1 | -10/+6 |
2000-10-11 | Don't initialise groups twice. | Tim Potter | 1 | -1/+0 |
2000-10-06 | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 1 | -42/+2 |
2000-09-27 | Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them | Jeremy Allison | 1 | -5/+5 |
2000-08-31 | fixed "admin users" option with new security code | Andrew Tridgell | 1 | -0/+5 |
2000-08-28 | Merge from appliance branch. | Tim Potter | 1 | -0/+1 |
2000-08-03 | Added an NT_USER_TOKEN structure that is copied/passed around associated | Jeremy Allison | 1 | -65/+73 |
2000-08-02 | Started to canonicalize our handling of uid -> sid code in order to | Jeremy Allison | 1 | -2/+2 |
2000-07-25 | Fix for mounting a printer as a share. Not that there's anything | Tim Potter | 1 | -0/+5 |
2000-05-23 | Fixed bug where file access was allowed on IPC$ share. | Jeremy Allison | 1 | -2/+2 |
2000-05-12 | added spool_io_printer_driver_info_level_6() | Andrew Tridgell | 1 | -1/+1 |
2000-05-10 | - changed smb_getpwnam() to use winbind style usernames | Andrew Tridgell | 1 | -1/+1 |
2000-05-10 | more merging voodoo | Andrew Tridgell | 1 | -0/+4 |
2000-05-04 | a minimal change to get appliance mode to work with winbindd | Andrew Tridgell | 1 | -2/+2 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -1/+1 |
2000-04-28 | Moved deletion of vfs handle into smbd/conn.c as it was being done too | Jeremy Allison | 1 | -16/+0 |