Age | Commit message (Expand) | Author | Files | Lines |
2002-11-19 | Merge from appliance: | Tim Potter | 1 | -6/+16 |
2002-11-19 | Merge from appliance: | Tim Potter | 1 | -6/+16 |
2002-11-15 | A cool idea from mbp: create a big shared library of all Samba objects | Tim Potter | 1 | -4/+3 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2 | -24/+17 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2 | -24/+17 |
2002-11-08 | Sync with HEAD to get enumprinterkey api. | Jim McDonough | 1 | -0/+100 |
2002-11-07 | Merge Jim's new rpc client code to 3.0. | Jeremy Allison | 1 | -110/+145 |
2002-11-07 | What is wrong with you, Jim? Check in the final version, not an interim one... | Jim McDonough | 1 | -139/+17 |
2002-11-07 | Allow multiple fragment RPC's to be sent. | Jim McDonough | 1 | -18/+175 |
2002-11-07 | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 1 | -2/+2 |
2002-11-07 | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 1 | -2/+2 |
2002-11-06 | Client side functions for enumprinterkey. | Tim Potter | 1 | -0/+100 |
2002-11-02 | Display pipe name in rpc bind failure debug. | Tim Potter | 1 | -1/+2 |
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-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 | 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-21 | Zero tallocated memory in decode_printer_info, decode_driver_info, | Tim Potter | 1 | -0/+10 |
2002-10-17 | Merge of SMB_ASSERT. | Tim Potter | 1 | -2/+3 |
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 of winbindd's domain local group fix | Gerald Carter | 1 | -0/+16 |
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 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 | 1 | -1/+1 |
2002-10-04 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 1 | -0/+63 |
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-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 2 | -30/+79 |
2002-09-26 | remove files not in HEAD | Gerald Carter | 3 | -1142/+0 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 4 | -69/+371 |
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-17 | Sync 3.0 branch with HEAD | Jelmer Vernooij | 7 | -3379/+4415 |
2002-08-17 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 2 | -0/+1501 |
2002-08-12 | Add lsa 0x2e (queryinfo2) client side | Jim McDonough | 1 | -0/+86 |