summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-02-18The cli_send_tconX code already determines to send \\server\share to port 139Andrew Bartlett1-18/+3
2003-02-17Update config.guess, config.sub to the versions from the GNU autotoolsMartin Pool2-210/+363
2003-02-17Add comment explaining the -DDEVELOPER safe_strcpy overflow hack.Martin Pool1-1/+5
2003-02-17Correctly check for inet_addr fail. Patch from gregor.7@osu.edu.Jeremy Allison1-2/+5
2003-02-17Correctly check for inet_addr fail. Patch from gregor.7@osu.edu.Jeremy Allison1-2/+5
2003-02-17Dummy commit, I can't get through to samba-cvs@samba.org. It can't reallyVolker Lendecke1-1/+0
2003-02-17cmd_srvsvc.cVolker Lendecke1-3/+3
2003-02-17This is a very nice way to detect pstrcpy() into a malloc()ed string, butAndrew Bartlett1-0/+2
2003-02-17This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett9-52/+81
2003-02-17Don't leak a session_key worth of memory at the end of the NTLMSSP auth.Andrew Bartlett1-0/+1
2003-02-17Set the length back to zero when we free the data_blob.Andrew Bartlett1-0/+1
2003-02-17Try to make our getgrouplist replacement better match the 'real' implemenations.Andrew Bartlett1-4/+11
2003-02-17Typo: /mized/mixed/Martin Pool1-1/+1
2003-02-17Don't pstrcpy into an fstring. (Harmless in this case since it comesMartin Pool1-3/+10
2003-02-17Start reworking rpcclient to use popt rather than next_token to parseMartin Pool1-103/+69
2003-02-17Added SRVSVC pipe support. I've started implementing NetServerGetInfo()Tim Potter3-0/+217
2003-02-17Add KRBCLIENT_OBJ to PYTHON_OBJ list.Tim Potter1-1/+2
2003-02-17Return a WERROR instead of a NTSTATUS like the rest of the srvsvcTim Potter1-11/+7
2003-02-17If we didn't make the server_info correctly, then don't segfault trying toAndrew Bartlett1-1/+3
2003-02-17People were being tripped up by the fact that we havn't updated acconfig.hAndrew Bartlett2-235/+3
2003-02-17People were being tripped up by the fact that we havn't updated acconfig.hAndrew Bartlett2-235/+3
2003-02-16Merge from HEAD - allow "" as a domain in the NLTMv2 hash calculations. FixesAndrew Bartlett1-2/+22
2003-02-16Add the 'session key' output of the NTLMSSP exchange to the cli struct, soAndrew Bartlett5-10/+39
2003-02-16Recover much of my changes to editreg.c. Add some const and start codingRichard Sharpe1-8/+203
2003-02-15* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter4-5/+40
2003-02-15* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter4-5/+40
2003-02-15Merge from head CFLAGS/CPPFLAGS and LIBS/LDFLAGS sanitizingAlexander Bokovoy2-0/+31
2003-02-15Third-party configuration scripts may produce undesirable additions to CFLAGS...Alexander Bokovoy2-0/+31
2003-02-15Don't return NULL pointers for now.Andrew Bartlett1-4/+4
2003-02-15fix dumb perror used without errno beeing set.Simo Sorce1-2/+2
2003-02-15fix dumb perror used without errno beeing set.Simo Sorce1-2/+2
2003-02-15Merger krb5-config and libtinfo to SAMBA_3_0Alexander Bokovoy1-2/+17
2003-02-15Some small updatesJelmer Vernooij1-3/+12
2003-02-15When checking for tgetent, include libtinfo from recent Ncurses as wellAlexander Bokovoy1-1/+1
2003-02-15Add support for krb5-config from recent MIT and Heimdal. And fallback to trad...Alexander Bokovoy1-1/+16
2003-02-15Add draft of universal passdb document that combines ENCRYPTION.sgml,Jelmer Vernooij1-0/+933
2003-02-15Remove obsolete textdocs - they have been migrated to SGMLJelmer Vernooij3-241/+0
2003-02-15Fix *a lot* of syntax errorsJelmer Vernooij1-49/+94
2003-02-15Move our NTLMSSP client code into ntlmssp.c. The intention is to provide aAndrew Bartlett7-128/+459
2003-02-15Use more portable @SHLIBEXT@ instead of .soJelmer Vernooij1-1/+1
2003-02-15Use more portable @SHLIBEXT@ instead of .soJelmer Vernooij1-1/+1
2003-02-15Remove obsolete file lib/netatalk.c - We now have a vfs moduleJelmer Vernooij3-159/+0
2003-02-15Remove obsolete file lib/netatalk.c - We have a VFS module nowJelmer Vernooij3-159/+0
2003-02-15Patch based on work by Michael Steffens <michael_steffens@hp.com> to wrapJeremy Allison1-65/+107
2003-02-15Patch based on work by Michael Steffens <michael_steffens@hp.com> to wrapJeremy Allison1-65/+107
2003-02-15Add reference to example mysql.dump fileJelmer Vernooij1-0/+13
2003-02-15Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett13-181/+475
2003-02-15Move our NTLMSSP code into easily seperated peices, not relying on the wholeAndrew Bartlett4-327/+353
2003-02-14Oops, forgot the header file changes.Andrew Bartlett1-0/+1
2003-02-14NTLMSSP parinoia - we really don't want to run over the end of our blob,Andrew Bartlett2-14/+46