| Commit message (Expand) | Author | Age | Files | Lines |
* | added loopback_ip. This is used to detect packets from ourselves | Andrew Tridgell | 1997-10-15 | 1 | -0/+2 |
* | fixed the freeze on logout bug. The fix has several parts: | Andrew Tridgell | 1997-10-15 | 11 | -24/+40 |
* | fixed a stack overflow bug in api_lsa_req_chal() | Andrew Tridgell | 1997-10-15 | 2 | -5/+5 |
* | force the salt to be a maximum of 2 characters long in calls | Andrew Tridgell | 1997-10-15 | 1 | -0/+1 |
* | These are the ubiqx modules, as included with the Samba distribution. | Christopher R. Hertel | 1997-10-15 | 2 | -16/+51 |
* | First draft of a README file to explain the origins of the "ubiqx" code. | Christopher R. Hertel | 1997-10-15 | 1 | -0/+20 |
* | Added a very small piece of documentation to describe the binary tree | Christopher R. Hertel | 1997-10-14 | 1 | -0/+24 |
* | pipentlsa.c : | Luke Leighton | 1997-10-14 | 2 | -8/+16 |
* | Added a copy of the LGPL to the samba/ubiqx/ directory. | Christopher R. Hertel | 1997-10-14 | 1 | -0/+481 |
* | byteorder.h: | Luke Leighton | 1997-10-14 | 4 | -11/+20 |
* | credentials, query info reply. | Luke Leighton | 1997-10-14 | 8 | -78/+72 |
* | changed *(uint32*)(clnt_cred) to SIVAL(clnt_cred, ....) | Luke Leighton | 1997-10-14 | 1 | -1/+4 |
* | Broke my own rule about checking in uncompiled source :-(. | Jeremy Allison | 1997-10-14 | 1 | -1/+1 |
* | Added fixes for become_user braindamage. | Jeremy Allison | 1997-10-14 | 1 | -4/+20 |
* | another alignment of client challenge: this one in lsa_io_q_auth_2(). | Luke Leighton | 1997-10-13 | 1 | -1/+2 |
* | lsa_io_r_req_chal() - challenge is not 4-byte aligned after the unicode | Luke Leighton | 1997-10-13 | 1 | -1/+3 |
* | put a check around become_user(). doesn't authenticate the user, but doesn't | Luke Leighton | 1997-10-13 | 1 | -1/+5 |
* | resolving some of the confusion over credentials. | Luke Leighton | 1997-10-13 | 1 | -7/+10 |
* | split pipes.c down into util, netlog and ntlsa. | Luke Leighton | 1997-10-13 | 5 | -1142/+1261 |
* | debugging... no idea what i'm doing. | Luke Leighton | 1997-10-13 | 2 | -10/+11 |
* | reverted a change made by Luke at his request. | Andrew Tridgell | 1997-10-13 | 1 | -2/+2 |
* | debug info added | Luke Leighton | 1997-10-13 | 3 | -14/+47 |
* | checked in a file with a compile error. oops! | Luke Leighton | 1997-10-13 | 1 | -1/+0 |
* | byteorder.h : | Luke Leighton | 1997-10-13 | 6 | -360/+131 |
* | JHT ==> Removed linefeed that caused problems. | John Terpstra | 1997-10-13 | 1 | -3/+2 |
* | align_offset() adjusted pointer to wrong location. oops. | Luke Leighton | 1997-10-13 | 1 | -2/+3 |
* | getting somewhere. | Luke Leighton | 1997-10-12 | 6 | -242/+330 |
* | updated rpc header reply: callid wrong; alloc hint a uint32 not a uint16. | Luke Leighton | 1997-10-12 | 3 | -23/+17 |
* | ipc.c: | Luke Leighton | 1997-10-12 | 5 | -57/+62 |
* | added debugging macros (suitable eventually for use in tcpdump, hopefully) | Luke Leighton | 1997-10-12 | 5 | -109/+208 |
* | remove { and } from the list of illegal characters in filenames. The | Andrew Tridgell | 1997-10-12 | 1 | -1/+1 |
* | namelogon.c : | Luke Leighton | 1997-10-11 | 5 | -98/+238 |
* | the usual | Luke Leighton | 1997-10-10 | 1 | -1/+4 |
* | added api_lsa_sam_logon() and api_sam_logoff(). that's it. lots of | Luke Leighton | 1997-10-10 | 1 | -170/+216 |
* | added lsa_reply_srv_pwset() | Luke Leighton | 1997-10-10 | 2 | -67/+97 |
* | ipc.c : | Luke Leighton | 1997-10-10 | 4 | -975/+397 |
* | I have to admit that I'm not very good at writing Makefiles. | Christopher R. Hertel | 1997-10-10 | 1 | -0/+32 |
* | Makefile: | Luke Leighton | 1997-10-10 | 8 | -96/+1195 |
* | This is the ubiqx binary tree and linked list library. | Christopher R. Hertel | 1997-10-10 | 8 | -0/+3912 |
* | After generating some discussion, listening to the opinions, and thinking | Christopher R. Hertel | 1997-10-10 | 4 | -2365/+0 |
* | After generating some discussion, listening to the opinions, and thinking | Christopher R. Hertel | 1997-10-10 | 4 | -1587/+0 |
* | fixed the log wrapping bug. | Andrew Tridgell | 1997-10-10 | 1 | -12/+17 |
* | nmblookup.c: Added -A ability to do status on ip address. | Jeremy Allison | 1997-10-10 | 3 | -21/+72 |
* | local.h: Fix spelling mistake :-). | Jeremy Allison | 1997-10-09 | 5 | -6/+17 |
* | added #ifdef NTDOMAIN. added call to api_ntLsarpc instead of api_Lsarpc | Luke Leighton | 1997-10-09 | 3 | -981/+11 |
* | moved the array macros outside of the CAREFUL_ALIGNMENT define. | Luke Leighton | 1997-10-09 | 1 | -2/+9 |
* | pipes.c: | Luke Leighton | 1997-10-09 | 2 | -82/+1131 |
* | credentials.c: | Luke Leighton | 1997-10-09 | 6 | -13/+224 |
* | JHT ===> Added smbadduser contributed by Mike Zakharoff. | John Terpstra | 1997-10-09 | 1 | -0/+74 |
* | an implementation of the NT domain credentials protocol | Andrew Tridgell | 1997-10-09 | 1 | -0/+101 |