| Commit message (Expand) | Author | Age | Files | Lines |
* | trying to track down sys_setgroups() problem: an unbecome_root() was | Luke Leighton | 2000-04-09 | 1 | -1/+0 |
* | gets really interesting. it's dog-slow (at debug level 100), but | Luke Leighton | 2000-04-09 | 1 | -2/+3 |
* | This one isn't as big, as it looks. | Elrond | 2000-04-04 | 3 | -1/+3 |
* | Okay, | Elrond | 2000-04-04 | 1 | -0/+17 |
* | more merge of cvs main printing into tng. | Luke Leighton | 2000-04-04 | 2 | -21/+25 |
* | tracking down dce/rpc alt-context and bind issues. | Luke Leighton | 2000-04-03 | 1 | -9/+12 |
* | merge from cvs main of jean-francois' spoolss work. | Luke Leighton | 2000-04-03 | 1 | -2/+17 |
* | removed rpcsrv_struct* argument from server-marshalling routines. | Luke Leighton | 2000-04-03 | 14 | -582/+779 |
* | merge of smbd and related files, from cvs main. | Luke Leighton | 2000-04-03 | 5 | -302/+349 |
* | Use SMB_ASSERT when checking cli_auth_fns functions are non-NULL. | Tim Potter | 2000-03-30 | 1 | -8/+14 |
* | Check cli_auth_fns functions are non-NULL before calling them. | Tim Potter | 2000-03-30 | 1 | -5/+8 |
* | _net_sam_logon: more preparing to get rid of DOM_LOG_INFO etc. | Luke Leighton | 2000-03-28 | 1 | -1/+5 |
* | _net_srv_pwset - working towards removal of DOM_LOG_INFO etc. | Luke Leighton | 2000-03-28 | 1 | -1/+5 |
* | more working towards removing DOM_LOG_INFO etc. also, pid is 32-bit not | Luke Leighton | 2000-03-28 | 1 | -1/+5 |
* | _net_auth2 - working towards removing some of the legacy structures | Luke Leighton | 2000-03-28 | 1 | -21/+23 |
* | net sam sync back to style suggested by sander, originally, passing | Luke Leighton | 2000-03-28 | 1 | -41/+5 |
* | share info issues. started to add parsing for srv_net_share_add | Luke Leighton | 2000-03-22 | 1 | -54/+75 |
* | - arranged setresuid/setresgid etc detection. this is horrible, because | Luke Leighton | 2000-03-21 | 1 | -1/+5 |
* | From Elrond@Wunder-Nett.org Sun Mar 19 06:35:04 2000 | Luke Leighton | 2000-03-18 | 1 | -2/+2 |
* | parameters were being passed across incorrectly in samr_chgpasswd_user | Luke Leighton | 2000-03-18 | 1 | -2/+2 |
* | From Elrond@Wunder-Nett.org Sat Mar 18 04:49:11 2000 | Luke Leighton | 2000-03-17 | 1 | -0/+24 |
* | From Elrond@Wunder-Nett.org Fri Mar 17 08:34:21 2000 | Luke Leighton | 2000-03-16 | 1 | -1/+3 |
* | From Elrond@Wunder-Nett.org Mon Mar 13 10:35:03 2000 | Luke Leighton | 2000-03-13 | 1 | -3/+3 |
* | use write_socket() not a direct write() | Luke Leighton | 2000-03-10 | 1 | -2/+2 |
* | #include missing in srv_spoolss.c | Luke Leighton | 2000-03-08 | 1 | -0/+1 |
* | - acb_info is a 32-bit field in samr stuff (oops!!) sun cascade with | Luke Leighton | 2000-03-08 | 1 | -1/+2 |
* | yet another stage in net user info level 2. server-side and client-side | Luke Leighton | 2000-03-08 | 1 | -110/+81 |
* | patch from jf who was having difficulty doing cvs commits on TNG. | Luke Leighton | 2000-03-07 | 1 | -456/+537 |
* | attempting to get samr_set_userinfo2 info level 0x12 working. | Luke Leighton | 2000-03-07 | 1 | -10/+1 |
* | solving issue of cascade joining domain. it's decided that the | Luke Leighton | 2000-03-07 | 1 | -1/+2 |
* | patch from elrond for libtool hack | Luke Leighton | 2000-03-06 | 1 | -0/+14 |
* | had to create a table referencing the incoming DCE/RPC context_id to an | Luke Leighton | 2000-03-06 | 4 | -10/+17 |
* | ok, got bigendian byte order requests working. | Luke Leighton | 2000-03-06 | 1 | -0/+5 |
* | DCE/RPC header - pack type tests | Luke Leighton | 2000-02-28 | 3 | -140/+155 |
* | From Elrond@Wunder-Nett.org Tue Feb 29 05:53:10 2000 | Luke Leighton | 2000-02-28 | 1 | -6/+4 |
* | adding pack_type data representation. tested as-was (i.e. not against | Luke Leighton | 2000-02-28 | 1 | -0/+1 |
* | added bind nack to server-side. | Luke Leighton | 2000-02-27 | 2 | -135/+219 |
* | testing password change showed up some bugs in NTLMSSP calcs, plus one in | Luke Leighton | 2000-02-27 | 1 | -29/+38 |
* | From Elrond@Wunder-Nett.org Thu Feb 24 08:11:57 2000 | Luke Leighton | 2000-02-23 | 1 | -4/+11 |
* | patch from elrond for rpcclient shareinfo command (netr_share_info) at | Luke Leighton | 2000-02-21 | 1 | -18/+38 |
* | patch for _reg_query_info() conversion. | Luke Leighton | 2000-02-16 | 1 | -40/+16 |
* | added a stub for what i *think* is SamrRemoveForiegnMemberFromDomain, but | Luke Leighton | 2000-02-16 | 1 | -3/+16 |
* | added stub _samr_delete_dom_user to server-side samr daemons. | Luke Leighton | 2000-02-16 | 1 | -0/+22 |
* | From Elrond@Wunder-Nett.org Tue Feb 15 07:53:25 2000 | Luke Leighton | 2000-02-14 | 1 | -5/+10 |
* | hooray, i think i finally have it. couple of bugs (like forgetting to | Luke Leighton | 2000-02-13 | 1 | -115/+141 |
* | ok. this introduces the following structures: | Luke Leighton | 2000-02-13 | 1 | -12/+6 |
* | patch from lars (clean-up) | Luke Leighton | 2000-02-12 | 1 | -6/+4 |
* | this one serious-attitude bug-fix. | Luke Leighton | 2000-02-12 | 1 | -66/+71 |
* | renamed msrpc_state to msrpc_local. | Luke Leighton | 2000-02-12 | 1 | -1/+1 |
* | lars kneschke's _reg_open_entry() conversion. you missed NT_STATUS_NOPROBLEMO | Luke Leighton | 2000-02-12 | 1 | -52/+15 |