Age | Commit message (Expand) | Author | Files | Lines |
2000-04-24 | Now that fsp's are created on successful file open, the structure member | Jeremy Allison | 1 | -1/+0 |
2000-04-16 | added fdprintf() | Andrew Tridgell | 1 | -0/+10 |
2000-04-16 | the fsp needs a jobid in it now | Andrew Tridgell | 1 | -2/+3 |
2000-04-12 | Code to map tdb locks onto POSIX. Mainly placeholder code at the moment, | Jeremy Allison | 1 | -4/+5 |
2000-04-10 | got rid of the file_fd_struct structure completely. | Andrew Tridgell | 1 | -22/+4 |
2000-04-05 | changed all the status code to ERROR_xxx instead of NT_STATUS_xx which are | Jean-François Micouleau | 1 | -0/+3 |
2000-03-13 | include/smb.h: | Jeremy Allison | 1 | -0/+3 |
2000-03-13 | oops ! forgot smb.h in last commit | Jean-François Micouleau | 1 | -0/+1 |
2000-03-10 | Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint... | Jeremy Allison | 1 | -30/+3 |
2000-03-10 | you know, when you do a cvs commit, you _really_ expect it to actually work. | Luke Leighton | 1 | -22/+29 |
2000-03-10 | getprinter level 0: was to short, found most of the fields, undocumented, | Jean-François Micouleau | 1 | -3/+12 |
2000-03-09 | Big update moving the multi-pdu support from 2.0.x into HEAD for JF | Jeremy Allison | 1 | -0/+4 |
2000-03-08 | dded Microsoft Dfs services. | Shirish Kalele | 1 | -0/+1 |
2000-02-25 | client/client.c: | Jeremy Allison | 1 | -0/+12 |
2000-02-18 | Fix for reporting file system attributes correctly. | Jeremy Allison | 1 | -4/+11 |
2000-02-07 | spoolss include definitions | Jean-François Micouleau | 1 | -2/+2 |
2000-02-04 | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 1 | -0/+14 |
2000-02-03 | Busting up of source/include/smb.h into smaller pieces which can be | Tim Potter | 1 | -324/+63 |
2000-01-26 | Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 1 | -0/+5 |
2000-01-25 | First set of speed improvements from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 1 | -0/+75 |
2000-01-21 | made cvs main up-to-date with samba_tng, with addition of process id to | Luke Leighton | 1 | -0/+2 |
2000-01-14 | damn, Solaris already has a "enum lock_type" | Andrew Tridgell | 1 | -1/+1 |
2000-01-13 | added Enosuchshare and a lock_type enum | Andrew Tridgell | 1 | -0/+4 |
2000-01-03 | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 1 | -0/+61 |
1999-12-22 | First cut at unicode sys_xx functions. Now to start moving upwards..... | Jeremy Allison | 1 | -6/+10 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1 | -0/+16 |
1999-12-21 | first cut at using the tdb code for the connections structure, the | Andrew Tridgell | 1 | -12/+16 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -407/+425 |
1999-12-12 | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1 | -1/+1 |
1999-12-12 | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1 | -6/+1 |
1999-12-08 | ABOUT TIME!!!!!!!! | Luke Leighton | 1 | -35/+33 |
1999-12-05 | first version of msrpc agent redirector code. client-side only. | Luke Leighton | 1 | -0/+11 |
1999-12-04 | cool! created higher-order function table for agent redirection. | Luke Leighton | 1 | -0/+3 |
1999-12-04 | jeremy is going to hate me for this. | Luke Leighton | 1 | -0/+6 |
1999-12-04 | argh! you wouldn't believe what i had to do: use the mid (multiplex id) | Luke Leighton | 1 | -0/+2 |
1999-12-03 | starting "connection reuse" system in smb-agent. added version number | Luke Leighton | 1 | -0/+3 |
1999-12-01 | sys_select added one more argument (read, write selectors). | Luke Leighton | 1 | -0/+8 |
1999-11-19 | added \PIPE\browser plus experimental brsinfo command. you wouldn't | Luke Leighton | 1 | -1/+2 |
1999-11-02 | dynamic mem allocation in enum dom groups and enum dom aliases | Luke Leighton | 1 | -0/+1 |
1999-10-07 | - added rudimentary CAP_UNICODE support because i thought it was part of | Luke Leighton | 1 | -12/+14 |
1999-09-15 | #defines for port 445 to SMB_PORT2 | Luke Leighton | 1 | -0/+1 |
1999-07-22 | Moved a whole bunch of macros out of smb.h and into their own #include | Tim Potter | 1 | -122/+3 |
1999-07-12 | Jean-Francois Micouleau's rewritten DFS patch, originally written by | Luke Leighton | 1 | -6/+9 |
1999-06-13 | Hived off debugging code from smb.h and put into debug.h | Tim Potter | 1 | -91/+2 |
1999-05-03 | Changed the RPC api definition now first arg is a pipe_struct | Jean-François Micouleau | 1 | -1/+1 |
1999-04-30 | md5 and hmac_md5 | Luke Leighton | 1 | -0/+3 |
1999-04-27 | rpc_parse/parse_misc.c : defined a new BUFFER5 struct | Jean-François Micouleau | 1 | -0/+2 |
1999-04-23 | Adding scheduler control pipe (\atsvc), client-side routines, and rpcclient | Matthew Chapman | 1 | -0/+1 |
1999-04-20 | Broke out vfs structures to separate header file. | Tim Potter | 1 | -44/+11 |
1999-04-11 | Trying to improve DC location & browsing performance for the average user | Matthew Chapman | 1 | -0/+1 |