summaryrefslogtreecommitdiff
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
* adding debug warning if cli_ulogoff attempted to be called with a fd of -1Luke Leighton2000-04-091-0/+5
* merge of smbd and related files, from cvs main.Luke Leighton2000-04-034-140/+99
* moving code around to the right places: create_ntlmssp_resp() was inLuke Leighton2000-03-312-39/+16
* make diffs on cvs main easier to compare!Luke Leighton2000-03-311-88/+89
* series of perl scripts (thanks tim!) to replace all calls to bzero:Luke Leighton2000-03-311-42/+42
* oops...Luke Leighton2000-03-301-12/+12
* ZERO_STRUCT not bzeroLuke Leighton2000-03-301-3/+3
* memset not bzeroLuke Leighton2000-03-301-46/+4
* modules is a leaf-node, does not require includes.hLuke Leighton2000-03-301-3/+1
* cannot use snprintf, must use slprintfLuke Leighton2000-03-301-1/+1
* uid_t cast to int.Luke Leighton2000-03-291-1/+1
* From Elrond@Wunder-Nett.org Tue Mar 28 09:28:32 2000Luke Leighton2000-03-272-3/+4
* nmbd merge, all the bits that were needed from andrew's mergingLuke Leighton2000-03-273-617/+795
* compile errorLuke Leighton2000-03-271-1/+1
* removed client's server name from cli_session_setup, it can be set toLuke Leighton2000-03-273-4/+17
* 1) logon hours _is_ a 32-bit not a 16-bit. oopsLuke Leighton2000-03-081-0/+8
* more of those wonderful connection-related issues, found by rpctortureLuke Leighton2000-03-071-17/+13
* fascinating: may be the answer to some of the login problems: byte orderingLuke Leighton2000-03-061-13/+10
* turns out that POLICY_HND actually contains an RPC_UUID. only found thisLuke Leighton2000-03-061-0/+1
* testing password change showed up some bugs in NTLMSSP calcs, plus one inLuke Leighton2000-02-271-1/+2
* set_secret_data() parameter typecast constant (16) to a pointer. nggggh!Luke Leighton2000-02-252-4/+4
* From Elrond@Wunder-Nett.org Thu Feb 24 08:11:57 2000Luke Leighton2000-02-231-0/+6
* trying to track down why createuser -j option doesn't work on nt5, itLuke Leighton2000-02-221-1/+2
* fixed HAVE_SETUID autoconf problems.Luke Leighton2000-02-221-2/+2
* ZERO_STRUCT instead of memset.Luke Leighton2000-02-201-9/+9
* updating trust account password in idle-loop of lsarpcd not smbd.Luke Leighton2000-02-191-129/+1
* removed memsets, they are redundant and causing an exception in gcc (!!!)Luke Leighton2000-02-161-3/+0
* hooray, i think i finally have it. couple of bugs (like forgetting toLuke Leighton2000-02-131-126/+128
* yess! rpcclient no longer links with libsmbpw.so, which was so grosslyLuke Leighton2000-02-101-2/+2
* added _lsa_set_secret implementation. fixed nt_decrypt_string() itLuke Leighton2000-02-101-11/+14
* finally got it. lsa_set_secret(). now only need lsa_create_secret().Luke Leighton2000-02-101-2/+4
* finally getting somewhere with querysecret, setsecretLuke Leighton2000-02-102-15/+11
* attempting to add an lsa_set_secret(), client-side. consequently,Luke Leighton2000-02-101-0/+42
* tracking down memory leaks with yamd.Luke Leighton2000-02-101-1/+1
* This commit was manufactured by cvs2svn to create branch 'SAMBA_TNG'.cvs2svn Import User2000-02-091-0/+167
|\
| * 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-10/+10
| * fixed a formatting errorAndrew Tridgell2000-01-161-1/+1
| * damn, Solaris already has a "enum lock_type"Andrew Tridgell2000-01-141-1/+1
| * we now pass all byte range locking testsAndrew Tridgell2000-01-141-4/+3
| * the lock routines now take a enumerated type for read/write locks, andAndrew Tridgell2000-01-131-4/+4
| * I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell2000-01-101-4/+6
| * don't treat a packet as a oplock break unless it is a request, not aAndrew Tridgell2000-01-101-1/+2
| * cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell2000-01-081-6/+5
| * fixed a commentAndrew Tridgell2000-01-071-1/+1
| * this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-074-15/+13
| * Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@...Jeremy Allison2000-01-061-1/+1
| * use a minimal hash size in the unexpected packet database. A largeAndrew Tridgell2000-01-051-1/+1
| * simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-031-0/+54
| * added suppport for unexpected udp/138 packetsAndrew Tridgell2000-01-033-247/+225
| * the bulk of the unexpected packet handling code is in hereAndrew Tridgell2000-01-031-0/+160