| Commit message (Expand) | Author | Age | Files | Lines |
* | security descs in spoolss. needs parse_sec.c nttrans.c broken. | Luke Leighton | 2000-05-27 | 1 | -1/+2 |
* | Added the NETDFS pipe to allow remote administration of the msdfs symlinks | Shirish Kalele | 2000-05-18 | 1 | -0/+1 |
* | - use full_name instead of real_name | Andrew Tridgell | 2000-05-04 | 1 | -1/+1 |
* | split the username in the vuser structure into a separate | Andrew Tridgell | 2000-05-02 | 1 | -3/+8 |
* | Ok - this is the *third* implementation of this (third time's the charm :-). | Jeremy Allison | 2000-04-28 | 1 | -13/+0 |
* | Added info level 1005 to netsharegetinfo (is the share a DFS root) | Shirish Kalele | 2000-04-28 | 1 | -0/+1 |
* | Ok - this is more subtle than it looks :-). | Jeremy Allison | 2000-04-27 | 1 | -1/+1 |
* | Fixed subtle unlocking bug when a file is closed. We need to store the | Jeremy Allison | 2000-04-27 | 1 | -0/+1 |
* | Did the rewrite Andrew wanted where all knowledge of POSIX locking is | Jeremy Allison | 2000-04-27 | 1 | -3/+0 |
* | Fixed crash bugs Andrew pointed out with LOCK4 smbtorture | Jeremy Allison | 2000-04-27 | 1 | -1/+1 |
* | Added the hard code :-). | Jeremy Allison | 2000-04-25 | 1 | -0/+12 |
* | Added the code that keeps fd's open across a close if there are other fsp's | Jeremy Allison | 2000-04-24 | 1 | -0/+2 |
* | Now that fsp's are created on successful file open, the structure member | Jeremy Allison | 2000-04-24 | 1 | -1/+0 |
* | added fdprintf() | Andrew Tridgell | 2000-04-16 | 1 | -0/+10 |
* | the fsp needs a jobid in it now | Andrew Tridgell | 2000-04-16 | 1 | -2/+3 |
* | Code to map tdb locks onto POSIX. Mainly placeholder code at the moment, | Jeremy Allison | 2000-04-12 | 1 | -4/+5 |
* | got rid of the file_fd_struct structure completely. | Andrew Tridgell | 2000-04-10 | 1 | -22/+4 |
* | changed all the status code to ERROR_xxx instead of NT_STATUS_xx which are | Jean-François Micouleau | 2000-04-05 | 1 | -0/+3 |
* | include/smb.h: | Jeremy Allison | 2000-03-13 | 1 | -0/+3 |
* | oops ! forgot smb.h in last commit | Jean-François Micouleau | 2000-03-13 | 1 | -0/+1 |
* | Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint... | Jeremy Allison | 2000-03-10 | 1 | -30/+3 |
* | you know, when you do a cvs commit, you _really_ expect it to actually work. | Luke Leighton | 2000-03-10 | 1 | -22/+29 |
* | getprinter level 0: was to short, found most of the fields, undocumented, | Jean-François Micouleau | 2000-03-10 | 1 | -3/+12 |
* | Big update moving the multi-pdu support from 2.0.x into HEAD for JF | Jeremy Allison | 2000-03-09 | 1 | -0/+4 |
* | dded Microsoft Dfs services. | Shirish Kalele | 2000-03-08 | 1 | -0/+1 |
* | client/client.c: | Jeremy Allison | 2000-02-25 | 1 | -0/+12 |
* | Fix for reporting file system attributes correctly. | Jeremy Allison | 2000-02-18 | 1 | -4/+11 |
* | spoolss include definitions | Jean-François Micouleau | 2000-02-07 | 1 | -2/+2 |
* | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 2000-02-04 | 1 | -0/+14 |
* | Busting up of source/include/smb.h into smaller pieces which can be | Tim Potter | 2000-02-03 | 1 | -324/+63 |
* | Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 2000-01-26 | 1 | -0/+5 |
* | First set of speed improvements from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 2000-01-25 | 1 | -0/+75 |
* | made cvs main up-to-date with samba_tng, with addition of process id to | Luke Leighton | 2000-01-21 | 1 | -0/+2 |
* | damn, Solaris already has a "enum lock_type" | Andrew Tridgell | 2000-01-14 | 1 | -1/+1 |
* | added Enosuchshare and a lock_type enum | Andrew Tridgell | 2000-01-13 | 1 | -0/+4 |
* | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 2000-01-03 | 1 | -0/+61 |
* | First cut at unicode sys_xx functions. Now to start moving upwards..... | Jeremy Allison | 1999-12-22 | 1 | -6/+10 |
* | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1999-12-21 | 1 | -0/+16 |
* | first cut at using the tdb code for the connections structure, the | Andrew Tridgell | 1999-12-21 | 1 | -12/+16 |
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -407/+425 |
* | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1999-12-12 | 1 | -1/+1 |
* | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1999-12-12 | 1 | -6/+1 |
* | ABOUT TIME!!!!!!!! | Luke Leighton | 1999-12-08 | 1 | -35/+33 |
* | first version of msrpc agent redirector code. client-side only. | Luke Leighton | 1999-12-05 | 1 | -0/+11 |
* | cool! created higher-order function table for agent redirection. | Luke Leighton | 1999-12-04 | 1 | -0/+3 |
* | jeremy is going to hate me for this. | Luke Leighton | 1999-12-04 | 1 | -0/+6 |
* | argh! you wouldn't believe what i had to do: use the mid (multiplex id) | Luke Leighton | 1999-12-04 | 1 | -0/+2 |
* | starting "connection reuse" system in smb-agent. added version number | Luke Leighton | 1999-12-03 | 1 | -0/+3 |
* | sys_select added one more argument (read, write selectors). | Luke Leighton | 1999-12-01 | 1 | -0/+8 |
* | added \PIPE\browser plus experimental brsinfo command. you wouldn't | Luke Leighton | 1999-11-19 | 1 | -1/+2 |