Age | Commit message (Expand) | Author | Files | Lines |
2001-03-13 | Fixed reading of strings from big-endian RPC clients. | Jeremy Allison | 6 | -18/+18 |
2001-03-13 | Ensure we never return passwords from a user query. | Jeremy Allison | 1 | -13/+62 |
2001-03-13 | Ensure we return the correct names/sids on query info. AS/U showed us what | Jeremy Allison | 1 | -3/+20 |
2001-03-12 | Ok - we're now sending back policy handles to bigendian AS/U correctly. | Jeremy Allison | 1 | -1/+10 |
2001-03-12 | Looks like AS/U doesn't set the FIRST flag in a BIND packet. | Jeremy Allison | 1 | -1/+5 |
2001-03-11 | Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct | Jeremy Allison | 1 | -38/+48 |
2001-03-11 | Ensure we're checking for the "FIRST" flag in other types of PDU than "REQUEST" | Jeremy Allison | 1 | -4/+6 |
2001-03-11 | Remove "BYTE" - we already have uint8 - don't need more conflicts with | Jeremy Allison | 2 | -4/+4 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 18 | -3708/+1465 |
2001-03-10 | Notused. | Jeremy Allison | 1 | -708/+0 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 2 | -19/+55 |
2001-03-08 | Fix for AS/U not liking it's own assoc_gid. | Jeremy Allison | 1 | -1/+1 |
2001-03-07 | Sync up handle creation with 2.2 branch. We can now join AS/U domains and | Jeremy Allison | 5 | -43/+32 |
2001-03-03 | Fixed up overrun read when marshelling SYSTEMTIME struct. This was a subtle o... | Jeremy Allison | 1 | -2/+4 |
2001-03-03 | Roll back to using malloc/realloc on some of spoolss in head. | Jeremy Allison | 3 | -59/+62 |
2001-03-02 | Arrgggh. Returning the SPOOL_INFO stuff requires that the realloced | Jeremy Allison | 1 | -23/+36 |
2001-03-02 | Move to talloc controlled NT forms. | Jeremy Allison | 1 | -26/+9 |
2001-03-01 | Don't return stack structures... | Jeremy Allison | 1 | -12/+18 |
2001-03-01 | Fix memory leaks introduced in restructure. | Jeremy Allison | 1 | -15/+13 |
2001-03-01 | When opening a printserver use a global snum of -1. | Jeremy Allison | 1 | -2/+2 |
2001-03-01 | rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring. | Jeremy Allison | 1 | -4/+7 |
2001-03-01 | Remove unused code. | Jeremy Allison | 1 | -3/+3 |
2001-03-01 | Ensure that SPOOL_NOTIFY_OPTION structs are safely copied out of the talloc | Jeremy Allison | 1 | -14/+62 |
2001-02-28 | Finished converion of spoolss code to canonical format. Now to work on the | Jeremy Allison | 2 | -114/+200 |
2001-02-28 | Fix for stack return from "Jim McDonough" <jmcdough@hotmail.com>. | Jeremy Allison | 1 | -3/+8 |
2001-02-28 | More converted to canonical format. Home now - do the rest tomorrow... | Jeremy Allison | 2 | -75/+113 |
2001-02-28 | Converted more to canonical format... save as I go., | Jeremy Allison | 2 | -26/+40 |
2001-02-28 | Ooops - forgot to check the rpcclient and smbcacls compile with the new | Jeremy Allison | 2 | -9/+17 |
2001-02-28 | Partial conversion of SPOOLSS code to canonical format. More to follow. | Jeremy Allison | 2 | -54/+98 |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 2 | -145/+27 |
2001-02-27 | Don't marshal data from a stack frame..... | Jeremy Allison | 1 | -8/+14 |
2001-02-27 | Added total memory allocated counter to talloc, so we can tell if a talloc | Jeremy Allison | 1 | -12/+24 |
2001-02-27 | Hmmm. I thought I'd added these files to CVS head..... | Jeremy Allison | 3 | -0/+3673 |
2001-02-27 | Separated dfs pipe into implementation and interface modules. | Jeremy Allison | 1 | -337/+60 |
2001-02-27 | Implementation module for netlog pipe. Can't be easily integrated into | Jeremy Allison | 1 | -0/+663 |
2001-02-26 | Split srvsvc pipe into interface and implementation modules. | Jeremy Allison | 1 | -978/+95 |
2001-02-26 | Split wks pipe into interface and implementation modules. | Jeremy Allison | 2 | -53/+88 |
2001-02-26 | Separated lsa code into interface and implementation. | Jeremy Allison | 2 | -515/+60 |
2001-02-26 | Added implementation file for lsa. | Jeremy Allison | 1 | -0/+475 |
2001-02-26 | Started conversion of lsa server code to canonical format (as srv_reg and | Jeremy Allison | 1 | -58/+93 |
2001-02-25 | Separated reg code into interface & implementation. | Jeremy Allison | 2 | -171/+207 |
2001-02-23 | include/rpc_spoolss.h: Added JOB_STATUS_XXX defines. | Jeremy Allison | 1 | -5/+31 |
2001-02-16 | Excise snprintf -> slprintf. | Jeremy Allison | 2 | -65/+149 |
2001-02-14 | Merge of i18n fixes from appliance branch. Samba can now talk to a network | Tim Potter | 1 | -2/+2 |
2001-02-13 | It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2k | Jeremy Allison | 1 | -4/+13 |
2001-02-03 | merge from APPLIANCE_HEAD (mapping access_required 0x0 to | Gerald Carter | 1 | -2/+6 |
2001-01-31 | Changes from SAMBA_2_2: | David O'Neill | 2 | -52/+66 |
2001-01-31 | Missing sys_endpwent() call in get_passwd_entries() | Tim Potter | 1 | -1/+1 |
2001-01-31 | lib/system.c: Fix for pw caching. | Jeremy Allison | 1 | -6/+6 |
2001-01-29 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -32/+55 |