Age | Commit message (Expand) | Author | Files | Lines |
2002-11-02 | Display pipe name in rpc bind failure debug. | Tim Potter | 1 | -1/+2 |
2002-11-01 | Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuff | Tim Potter | 1 | -4/+3 |
2002-10-21 | Fix a silly memset typo. | Tim Potter | 1 | -2/+2 |
2002-10-21 | Zero tallocated memory in decode_printer_info, decode_driver_info, | Tim Potter | 1 | -0/+10 |
2002-10-17 | Do a SMB_ASSERT() in cli_nt_session_open() when the pipe index is out | Tim Potter | 1 | -2/+3 |
2002-10-08 | merge from APP_HEAD | Gerald Carter | 1 | -0/+16 |
2002-10-04 | merge native_mode flag in winbindd_domain struct from app-head | Gerald Carter | 1 | -31/+11 |
2002-10-04 | merge of working dsrolegetprimdominfo() client code from APP_HEAD | Gerald Carter | 2 | -1/+64 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 2 | -30/+79 |
2002-09-10 | change notify merge from APP_HEAD | Gerald Carter | 1 | -0/+3 |
2002-09-09 | Return WERR_UNKNOWN_LEVEL for unknown info levels. | Tim Potter | 1 | -3/+12 |
2002-09-09 | Return WERR_UNKNOWN_LEVEL for getprinterdriver level 6 as we don't | Tim Potter | 1 | -0/+3 |
2002-09-06 | cli_spoolss_enumprinterdrivers: | Tim Potter | 1 | -0/+4 |
2002-09-03 | Conver cli_spoolss routines to use REGISTRY_VALUE and REGVAL_CTR code. Nice ... | Tim Potter | 1 | -67/+34 |
2002-09-03 | Change JOB_INFO_CTR to return a pointer to an array rather than array of poin... | Tim Potter | 1 | -4/+47 |
2002-09-03 | Return data from enumprinterdataex by deep copying on passed in tdb context. | Tim Potter | 1 | -1/+17 |
2002-09-02 | Implemented some more client side spoolss functions: | Tim Potter | 1 | -1/+162 |
2002-08-30 | added cli_net_auth_3 client code. | Jean-François Micouleau | 1 | -13/+96 |
2002-08-27 | Don't try to convert enumprinters name to a unc name. | Tim Potter | 1 | -11/+1 |
2002-08-27 | Pass the object name down to the enum_printers rpc. By default this is the | Tim Potter | 1 | -2/+8 |
2002-08-23 | Moved calculation of secure channel type into a new function. | Tim Potter | 1 | -0/+18 |
2002-08-22 | added a 'net rpc samdump' command for dumping the whole sam via | Andrew Tridgell | 1 | -13/+12 |
2002-08-20 | The "max data count" value in SMB transacts indicates how much the other end can | Shirish Kalele | 1 | -1/+1 |
2002-08-12 | Add lsa 0x2e (queryinfo2) client side | Jim McDonough | 1 | -0/+86 |
2002-08-12 | Add client side support for samr connect4 (0x3e). Seems to have one | Jim McDonough | 1 | -0/+47 |
2002-08-08 | Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD. | Tim Potter | 1 | -0/+44 |
2002-08-05 | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 1 | -2/+3 |
2002-08-02 | Moved rpc client routines from libsmb back to rpc_client where they belong. | Tim Potter | 10 | -3467/+5931 |
2002-06-28 | Proper merge of all the working printing stuff from APPLIANCE_HEAD. | Jeremy Allison | 1 | -451/+0 |
2002-06-18 | more debug classess activated | Simo Sorce | 8 | -0/+25 |
2002-06-03 | Add user name to netsessenum RPC to stop 1783 messages | Jim McDonough | 1 | -5/+6 |
2002-06-01 | More cleanup work preparing for SMB signing. | Jeremy Allison | 1 | -1/+1 |
2002-05-29 | Cleaned up srvsvc constants a bit. | Tim Potter | 1 | -8/+8 |
2002-05-18 | Remove unused files. | Andrew Bartlett | 3 | -800/+0 |
2002-04-11 | WERROR merge from SAMBA_2_2 | Gerald Carter | 1 | -34/+18 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 7 | -51/+51 |
2002-03-15 | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 1 | -80/+251 |
2002-02-13 | merge from 2.2 | Gerald Carter | 1 | -2/+2 |
2002-01-30 | Removed version number from file header. | Tim Potter | 11 | -22/+11 |
2002-01-02 | Add prs_dump_before to dump everything from the start of the prs | Martin Pool | 1 | -1/+1 |
2002-01-02 | Also capture received data | Martin Pool | 1 | -0/+5 |
2002-01-02 | struct cli_state remembers the pipe name that it's talking to, if any, | Martin Pool | 1 | -3/+22 |
2002-01-01 | A farily large commit: | Andrew Bartlett | 1 | -152/+0 |
2001-12-08 | added internal sasl/gssapi code. This means we are no longer dependent on cyr... | Andrew Tridgell | 1 | -1/+1 |
2001-12-05 | OK. Smbpasswd -j is DEAD. | Andrew Bartlett | 3 | -232/+43 |
2001-11-29 | I think the lookup_pdc_name() should be called lookup_dc_name() and the | Tim Potter | 1 | -1/+1 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 1 | -4/+5 |
2001-11-16 | I *love* removing code :-). Removed 4 files that weren't being used. | Jeremy Allison | 5 | -1979/+10 |
2001-11-05 | Removed duplicate debug. | Tim Potter | 1 | -2/+0 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 3 | -14/+11 |