summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* fix for John.Andrew Tridgell1998-10-241-8/+8
* handle the case of an intermediate binary not loading smbwrapper.soAndrew Tridgell1998-10-241-2/+1
* volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1998-10-249-35/+85
* make sure that apps can't close one of the internal smbw fileAndrew Tridgell1998-10-244-2/+32
* Fix for -fpic rules (.c.po and .c.po32) when using --enable-maintainer-mode.Tim Potter1998-10-241-4/+4
* Unlink zero length files that did NOT exist at the point of origin on a do_ge...John Terpstra1998-10-241-1/+4
* added domain and local group structures. names may have to be 256 charsLuke Leighton1998-10-232-16/+60
* Handle the case where multiple smbd have the file open, some of whomJeremy Allison1998-10-232-17/+76
* set netlogon negotiation flags to 0x1ff, not to what the client requests.Luke Leighton1998-10-233-19/+24
* possible bug in change oem password code: replaced E_P16 and E_md4hashLuke Leighton1998-10-231-9/+1
* Make the new code conditional on lp_share_modes() just like the code in open_...Jeremy Allison1998-10-231-36/+39
* Fixed debug reporting in the changed code.Jeremy Allison1998-10-231-1/+6
* Fixed bug in previous commit where I was overwriting share_mode fromJeremy Allison1998-10-231-3/+4
* Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1998-10-2310-41/+225
* don't enable smbsh/smbwrapper on systems where we can't work out howAndrew Tridgell1998-10-235-376/+401
* don't use SMBW_PWD_ENV any moreAndrew Tridgell1998-10-231-3/+0
* fixed problems with PWD - we no longer use the PWD env variableAndrew Tridgell1998-10-233-11/+19
* make the shared variable stuff slightly more sophisticatedAndrew Tridgell1998-10-231-12/+26
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-239-72/+146
* torture debug.Luke Leighton1998-10-222-1/+14
* enumeration tests (files, sessions, shares, connections).Luke Leighton1998-10-221-0/+32
* Okay, this is really silly but removing one space from one debug statementChristopher R. Hertel1998-10-221-1/+1
* rpctorture commandLuke Leighton1998-10-225-8/+544
* Removed previously #ifdef 0 'ed code.Jeremy Allison1998-10-221-37/+0
* server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstringJeremy Allison1998-10-224-4/+11
* bug fix in lsa_trans_names.Luke Leighton1998-10-225-7/+14
* Minor change.Christopher R. Hertel1998-10-221-1/+1
* extern fstring global_myworkgroup should be a pstringLuke Leighton1998-10-221-2/+2
* libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1998-10-227-38/+138
* Another cosmetic change.Christopher R. Hertel1998-10-221-2/+8
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-2115-104/+166
* the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1998-10-2110-26/+593
* I received a bug report from Massimo Campostrini in Pisa. There are a pairChristopher R. Hertel1998-10-212-10/+53
* added "start index" skipping into querydispinfo.Luke Leighton1998-10-211-5/+15
* Changed the debug calls to use the newer debug macros. This allowed me toChristopher R. Hertel1998-10-211-59/+151
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-2111-34/+58
* oops!Luke Leighton1998-10-212-11/+11
* signed / unsigned issuesLuke Leighton1998-10-214-4/+4
* fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1998-10-216-16/+26
* at the interop Isaac (at least I _think_ it was Isaac) said that if aAndrew Tridgell1998-10-212-1/+18
* signed / unsigned warnings (found by herb).Luke Leighton1998-10-204-16/+16
* dce/rpc. bug-fix in ipc.c (introduced today :)Luke Leighton1998-10-203-29/+89
* Fixed bug found by John Blair where trim_string wasn'tJeremy Allison1998-10-203-193/+304
* some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1998-10-208-49/+47
* calls to prs_grow() on array structures so that data construction doesn'tLuke Leighton1998-10-201-3/+18
* oops, I ot the return type of putenv() wrongAndrew Tridgell1998-10-201-2/+3
* use putenv() more portablyAndrew Tridgell1998-10-201-1/+7
* fixed a connection bug in torture testAndrew Tridgell1998-10-201-11/+66
* removed setenv(), replaced with smbw_setenv()Andrew Tridgell1998-10-206-26/+29
* new prorotypesAndrew Tridgell1998-10-201-0/+1