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