Age | Commit message (Expand) | Author | Files | Lines |
2000-04-04 | Change to vfs API. POSIX states fsync should return an int, not a void. | Jeremy Allison | 2 | -2/+2 |
2000-04-04 | Removed unused parameter vuid from rpc_server api_* calls. For the very few | Tim Potter | 1 | -1/+1 |
2000-03-29 | Added check for LL suffix to long long ints needed by AIX 4.3.x compiler | Jeremy Allison | 1 | -0/+1 |
2000-03-29 | rewrote getprinterdriver level 3, now correctly handle the dependent | Jean-François Micouleau | 2 | -10/+12 |
2000-03-27 | changed the definition of dos_PutUniCode | Andrew Tridgell | 1 | -1/+1 |
2000-03-27 | the final part of the nmbd merge between head and tng - this gets the | Andrew Tridgell | 2 | -343/+344 |
2000-03-27 | moved nmblib-specific code from util.c to nmblib.c. | Luke Leighton | 1 | -344/+343 |
2000-03-22 | Correctly convert from little-endian UNICODE to dos_codepage when doing | Jeremy Allison | 1 | -16/+18 |
2000-03-22 | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 3 | -0/+14 |
2000-03-16 | Fixes to add "paranoid" option to popen. Checks some basic things. | Jeremy Allison | 1 | -1/+1 |
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 | 3 | -0/+14 |
2000-03-13 | parse correctly getprinterdriver2 | Jean-François Micouleau | 2 | -6/+8 |
2000-03-10 | Cleaned up unused variables, returns from non-void functions etc. | Shirish Kalele | 1 | -5/+1 |
2000-03-10 | Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint... | Jeremy Allison | 3 | -33/+22 |
2000-03-10 | you know, when you do a cvs commit, you _really_ expect it to actually work. | Luke Leighton | 2 | -24/+34 |
2000-03-10 | getprinter level 0: was to short, found most of the fields, undocumented, | Jean-François Micouleau | 5 | -52/+82 |
2000-03-10 | indent went wrong. grr. | Luke Leighton | 1 | -226/+357 |
2000-03-09 | Big update moving the multi-pdu support from 2.0.x into HEAD for JF | Jeremy Allison | 6 | -49/+115 |
2000-03-08 | dded Microsoft Dfs services. | Shirish Kalele | 6 | -1/+84 |
2000-03-07 | Enumprinters level 1: reply *exactly* like an NT server | Jean-François Micouleau | 1 | -0/+1 |
2000-03-07 | fixed enumprinterdata. | Jean-François Micouleau | 1 | -1/+8 |
2000-03-06 | changed prs_unistr to parse empty and non-empty strings the same way. | Jean-François Micouleau | 2 | -15/+18 |
2000-02-29 | Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU on | Jeremy Allison | 2 | -0/+11 |
2000-02-29 | Fixes for strange Win2K attempts to auto-inherit ACLs. | Jeremy Allison | 1 | -0/+11 |
2000-02-26 | added enumprintprocessordatatypes | Jean-François Micouleau | 2 | -352/+360 |
2000-02-26 | rewrote enumprinterdata. still a bug in it but reproducing it hard and | Jean-François Micouleau | 2 | -360/+354 |
2000-02-25 | client/client.c: | Jeremy Allison | 2 | -3/+16 |
2000-02-24 | converted a couple of bzero() to memset() | Jean-François Micouleau | 2 | -57/+85 |
2000-02-23 | lib/system.c: Fixed gcc warnings. | Jeremy Allison | 2 | -15/+53 |
2000-02-21 | more rewrite ... | Jean-François Micouleau | 2 | -99/+72 |
2000-02-18 | Fix for reporting file system attributes correctly. | Jeremy Allison | 1 | -4/+11 |
2000-02-16 | Make proto. | Jeremy Allison | 1 | -0/+1 |
2000-02-15 | Added replacement functions sys_popen and sys_pclose. These are based | Jeremy Allison | 3 | -343/+350 |
2000-02-15 | fix the reply of rpc_alter_context | Jean-François Micouleau | 2 | -444/+437 |
2000-02-07 | make proto ... | Jean-François Micouleau | 1 | -340/+675 |
2000-02-07 | spoolss include definitions | Jean-François Micouleau | 5 | -15/+35 |
2000-02-07 | First commit of the spoolss code to the HEAD branch. | Jean-François Micouleau | 2 | -0/+1678 |
2000-02-07 | Added check for SGI IRIX brokenness with semaphores when using gcc. | Jeremy Allison | 2 | -4/+20 |
2000-02-07 | Fixed compile warning in locking.c:traverse_fn() | Tim Potter | 1 | -340/+340 |
2000-02-04 | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 2 | -345/+357 |
2000-02-03 | make proto | Tim Potter | 1 | -332/+373 |
2000-02-03 | Busting up of source/include/smb.h into smaller pieces which can be | Tim Potter | 6 | -349/+608 |
2000-01-29 | Wrapped popen calls in HAVE_POPEN - needed if we are to add the | Jeremy Allison | 1 | -0/+3 |
2000-01-26 | Added hash-based stat cache code from Ying Chen. | Jeremy Allison | 3 | -0/+86 |
2000-01-26 | Second set of inline optimisation fixes from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 2 | -1/+5 |
2000-01-25 | First set of speed improvements from Ying Chen <ying@almaden.ibm.com>. | Jeremy Allison | 2 | -13/+75 |
2000-01-21 | made cvs main up-to-date with samba_tng, with addition of process id to | Luke Leighton | 3 | -1/+9 |
2000-01-17 | SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code. | Luke Leighton | 1 | -1/+0 |
2000-01-16 | proto update | Andrew Tridgell | 1 | -2/+4 |