Age | Commit message (Expand) | Author | Files | Lines |
2001-10-12 | Some old stuff hanging around since the CIFS conference. Big cleanup of | Tim Potter | 1 | -1/+0 |
2001-10-11 | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 1 | -0/+8 |
2001-10-05 | Move CLI_POLICY_HND to be internal to winbindd. | Tim Potter | 1 | -9/+0 |
2001-09-18 | Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(str... | Jeremy Allison | 1 | -1/+4 |
2001-09-16 | Start pushing the NTSTATUS stuff out to the wire for session setups. | Andrew Bartlett | 1 | -0/+1 |
2001-09-06 | Annotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN constant. | Tim Potter | 1 | -1/+3 |
2001-09-04 | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 1 | -2/+2 |
2001-09-03 | the next step in our error code handling change | Andrew Tridgell | 1 | -1/+19 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -2/+2 |
2001-08-27 | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 1 | -0/+11 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 1 | -2/+2 |
2001-08-13 | Moved across definition of dos error types from smb.h to doserr.h | Tim Potter | 1 | -4/+0 |
2001-08-10 | Moved dos error codes from smb.h into new file doserr.h | Tim Potter | 1 | -113/+1 |
2001-07-22 | changed the iconv interface to go via ucs2 for all conversions. This | Andrew Tridgell | 1 | -6/+4 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -6/+28 |
2001-06-30 | Ensure we return correct error on trying to unlock a region not locked. | Jeremy Allison | 1 | -0/+1 |
2001-06-23 | Added other_safe_chars to alpha_strcpy(). Needs testing but is a better | Jeremy Allison | 1 | -0/+2 |
2001-06-21 | Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does | Andrew Tridgell | 1 | -1/+1 |
2001-06-20 | initial support for paramter type P_LIST | Simo Sorce | 1 | -1/+2 |
2001-06-08 | Extra stuff for large readwrite support. | Jeremy Allison | 1 | -1/+2 |
2001-05-24 | Fixup the large_writex problem (a large_writex can send a full 64k of data, | Jeremy Allison | 1 | -0/+1 |
2001-05-23 | This is *very* cool. I'm pretty convinced we can just set the | Jeremy Allison | 1 | -0/+1 |
2001-05-18 | Use canonical mappings for file controls. Fixes W2KSP2 profile problems (I | Jeremy Allison | 1 | -0/+11 |
2001-05-18 | merge from 2.2 (deleteprinterdriver RPC) | Gerald Carter | 1 | -0/+1 |
2001-05-07 | Preliminary merge of winbind into HEAD. Note that this compiles and links | Tim Potter | 1 | -0/+8 |
2001-05-04 | Big cleanup of passdb and backends. | Jean-François Micouleau | 1 | -22/+19 |
2001-04-28 | - added test for vasprintf | Andrew Tridgell | 1 | -20/+0 |
2001-04-25 | converted the passdb smbpasswd implementation to using talloc | Gerald Carter | 1 | -2/+2 |
2001-04-18 | merge from 2.2 | Andrew Tridgell | 1 | -0/+2 |
2001-04-13 | Updated Major/Minor version to 4.50 - see notes. | John Terpstra | 1 | -10/+14 |
2001-03-30 | This is a big, rather ugly patch. Whilst investigating the files not truncated | Jeremy Allison | 1 | -1/+19 |
2001-03-11 | Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct | Jeremy Allison | 1 | -45/+0 |
2001-03-11 | Sync include files between 2.2 and HEAD except for acoount info. | Jeremy Allison | 1 | -4/+4 |
2001-03-11 | Remove "BYTE" - we already have uint8 - don't need more conflicts with | Jeremy Allison | 1 | -2/+0 |
2001-03-10 | to use the same macros in the client and server rename the CLISTR_ | Andrew Tridgell | 1 | -0/+8 |
2001-03-05 | smb.h: add one error code for no such printer job | Richard Sharpe | 1 | -0/+1 |
2001-02-23 | include/rpc_spoolss.h: Added JOB_STATUS_XXX defines. | Jeremy Allison | 1 | -1/+4 |
2001-01-23 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -0/+1 |
2000-12-20 | implemented a much nicer name_status() interface. It now returns a | Andrew Tridgell | 1 | -0/+10 |
2000-12-06 | Cause smbd to use the new posix_acls code, not the old unix_acls code. | Jeremy Allison | 1 | -0/+1 |
2000-12-04 | pass the desired access into cli_nt_create() | Andrew Tridgell | 1 | -0/+3 |
2000-11-28 | include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ... | Jeremy Allison | 1 | -1/+3 |
2000-11-21 | Another large patch for the passdb rewrite. | Gerald Carter | 1 | -65/+3 |
2000-11-16 | Fix from Jim McDonough @ IBM for OS/2 clients. | Jeremy Allison | 1 | -0/+1 |
2000-11-14 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -1/+6 |
2000-11-13 | Large commit which restructures the local password storage API. | Gerald Carter | 1 | -54/+48 |
2000-10-11 | Fix for growing printing.tdb by adding check on job creation. | Jeremy Allison | 1 | -0/+1 |
2000-10-07 | Integrated support for NT and OS/2 lpq parsing. Code from | Jeremy Allison | 1 | -1/+1 |
2000-10-06 | Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se> | Jeremy Allison | 1 | -2/+2 |
2000-10-06 | Herb's warning fixes. Also the POSIX locking fix. | Jeremy Allison | 1 | -7/+0 |