Age | Commit message (Expand) | Author | Files | Lines |
2000-01-03 | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 5 | -22/+268 |
2000-01-03 | added suppport for unexpected udp/138 packets | Andrew Tridgell | 1 | -2/+4 |
2000-01-03 | got rid of mem_man | Andrew Tridgell | 1 | -4/+0 |
2000-01-03 | added the unexpected packet database (unexpected.tdb) | Andrew Tridgell | 2 | -5/+15 |
2000-01-02 | - added tdb_flags option to tdb_open() | Andrew Tridgell | 1 | -2/+2 |
1999-12-29 | Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents. | Jeremy Allison | 4 | -13/+60 |
1999-12-23 | Samba now includes a full ucs2 upper to lower case (and vica versa) map table. | Jeremy Allison | 1 | -0/+13 |
1999-12-23 | Upper to lower case map table for unicode. | Jeremy Allison | 1 | -0/+65536 |
1999-12-22 | include/includes.h: Trimmed down unicode directory entry to be POSIX complient. | Jeremy Allison | 1 | -3/+1 |
1999-12-22 | First cut at unicode sys_xx functions. Now to start moving upwards..... | Jeremy Allison | 3 | -6/+54 |
1999-12-22 | Ok - we now have the following functions for UNICODE support : | Jeremy Allison | 1 | -0/+2 |
1999-12-21 | Added new unicode functions - not used yet, but are the basis for the | Jeremy Allison | 1 | -17/+3 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 2 | -9/+28 |
1999-12-21 | first cut at using the tdb code for the connections structure, the | Andrew Tridgell | 2 | -12/+22 |
1999-12-21 | first pass at the database code for Samba. This also includes a test | Andrew Tridgell | 2 | -0/+12 |
1999-12-17 | update version to pre-3.0.0 | Andrew Tridgell | 1 | -1/+1 |
1999-12-17 | interfaces.h from 2.0.6 | Andrew Tridgell | 1 | -0/+10 |
1999-12-13 | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 16 | -3010/+0 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 23 | -4963/+2237 |
1999-12-12 | changed function name of get_home_dir() to get_unixhome_dir(), to stop | Luke Leighton | 1 | -1/+9 |
1999-12-12 | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 2 | -29/+72 |
1999-12-12 | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 5 | -46/+81 |
1999-12-08 | jerry spotted that get_domain_sids() was being called with the wrong | Luke Leighton | 1 | -2/+2 |
1999-12-08 | moved sys/un.h to after sys/socket.h. done a gnu autoconf around sys/un.h | Luke Leighton | 2 | -1/+7 |
1999-12-08 | parsing code for transferring unix and nt security credentials over-the-wire. | Luke Leighton | 1 | -0/+88 |
1999-12-08 | ABOUT TIME!!!!!!!! | Luke Leighton | 4 | -88/+84 |
1999-12-06 | the first independent msrpc daemon - lsarpcd. | Luke Leighton | 2 | -16/+46 |
1999-12-05 | first version of msrpc agent redirector code. client-side only. | Luke Leighton | 2 | -2/+46 |
1999-12-05 | created create_pipe_socket() function. | Luke Leighton | 2 | -8/+10 |
1999-12-04 | cool! created higher-order function table for agent redirection. | Luke Leighton | 3 | -0/+60 |
1999-12-04 | jeremy is going to hate me for this. | Luke Leighton | 3 | -1/+10 |
1999-12-04 | argh! you wouldn't believe what i had to do: use the mid (multiplex id) | Luke Leighton | 1 | -0/+2 |
1999-12-03 | starting "connection reuse" system in smb-agent. added version number | Luke Leighton | 2 | -0/+4 |
1999-12-03 | cool! a unix socket smb redirector. code based on smbfilter and | Luke Leighton | 2 | -2/+6 |
1999-12-02 | domain_client_validate() no longer takes serverlist, it calls | Luke Leighton | 1 | -1/+1 |
1999-12-02 | cleaning up: removing those horrible references to server list | Luke Leighton | 1 | -10/+5 |
1999-12-02 | added get_any_dc_name() function. | Luke Leighton | 1 | -1/+10 |
1999-12-02 | need a domain resolving function, but get_trusted_serverlist() will do. | Luke Leighton | 1 | -0/+1 |
1999-12-02 | default SID map now reads in "trusted domains" from smb.conf. | Luke Leighton | 1 | -0/+3 |
1999-12-02 | improved enumdomains added -i option. | Luke Leighton | 2 | -1/+4 |
1999-12-01 | more cli_session_setup() calls. what the heck are these doing??? | Luke Leighton | 1 | -0/+1 |
1999-12-01 | damn, that took a while. nt login password was being stored incorrectly | Luke Leighton | 2 | -8/+8 |
1999-12-01 | fixing joining to domain plus something weird going down with nt logins... | Luke Leighton | 1 | -4/+6 |
1999-12-01 | improving createuser account command to be able to add workstations | Luke Leighton | 2 | -10/+15 |
1999-12-01 | 1) when no domain used in ntlogin test command, should use default one | Luke Leighton | 1 | -0/+1 |
1999-12-01 | sys_select added one more argument (read, write selectors). | Luke Leighton | 3 | -83/+120 |
1999-11-29 | bug-fix | Luke Leighton | 1 | -1/+1 |
1999-11-29 | this is going to sound _really_ weird, ok, but i had to implement | Luke Leighton | 1 | -2/+15 |
1999-11-29 | attempting to resolve the issue that multiple servers often specified in | Luke Leighton | 1 | -5/+5 |
1999-11-29 | ok. got ntlogin command working. argh, it maintains a connection to | Luke Leighton | 1 | -1/+6 |