Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mailslot: Also pick domain name and pdc name from type 15 cldap reply. | Günther Deschner | 2008-05-14 | 1 | -1/+22 |
| | | | | Guenther | ||||
* | dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ↵ | Günther Deschner | 2008-05-09 | 1 | -21/+41 |
| | | | | | | everywhere. Guenther | ||||
* | Fix a C++ warning | Volker Lendecke | 2008-05-05 | 1 | -2/+2 |
| | |||||
* | mailslot: allow to give back struct nbt_ntlogon_packet. | Günther Deschner | 2008-04-24 | 1 | -1/+10 |
| | | | | Guenther | ||||
* | mailslot: make sure we are looking at the correct reply structure. | Günther Deschner | 2008-04-24 | 1 | -4/+21 |
| | | | | Guenther | ||||
* | mailslot: allow to define nt_version in send_getdc_request(). | Günther Deschner | 2008-04-24 | 1 | -2/+3 |
| | | | | Guenther | ||||
* | winbind: pass down existing talloc context. | Günther Deschner | 2008-04-21 | 1 | -4/+4 |
| | | | | Guenther | ||||
* | winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply. | Günther Deschner | 2008-04-21 | 1 | -102/+105 |
| | | | | Guenther | ||||
* | Move GETDC mailslot out of winbindd. | Günther Deschner | 2008-04-17 | 1 | -0/+165 |
| | | | | Guenther | ||||
* | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 2007-12-26 | 1 | -1/+1 |
| | | | | | negotiation works. Jeremy. | ||||
* | Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2. | Jeremy Allison | 2007-12-13 | 1 | -0/+6 |
| | | | | | Do so now.... Jeremy. | ||||
* | Remove unused code (and pstring). | Jeremy Allison | 2007-11-28 | 1 | -92/+0 |
| | | | | Jeremy. | ||||
* | Fix cast typo - would have broken all dgram sends. | Jeremy Allison | 2007-10-25 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 2007-10-24 | 1 | -10/+17 |
| | | | | | | | | | | | | | to struct sockaddr_storage in most places that matter (ie. not the nmbd and NetBIOS lookups). This passes make test on an IPv4 box, but I'll have to do more work/testing on IPv6 enabled boxes. This should now give us a framework for testing and finishing the IPv6 migration. It's at the state where someone with a working IPv6 setup should (theorecically) be able to type : smbclient //ipv6-address/share and have it work. Jeremy. | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -3/+3 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-test | Gerald (Jerry) Carter | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r22908: All callers of message_init now also call messaging_init. Unify those. | Volker Lendecke | 2007-10-10 | 1 | -3/+0 |
| | |||||
* | r22905: cli_send_mailslot had a message_send_pid inside | Volker Lendecke | 2007-10-10 | 1 | -9/+14 |
| | |||||
* | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | | | | to all callers of smb_setlen (via set_message() calls). This will allow the server to reflect back the correct encryption context. Jeremy. | ||||
* | r22045: As Volker noticed, skip_string's last argument is | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | | redundent. Remove it. Jeremy. | ||||
* | r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in, | Jeremy Allison | 2007-10-10 | 1 | -1/+4 |
| | | | | | but I've no option. Jeremy. | ||||
* | r21115: notify_internal.c needs to remove the table entry if a process has ↵ | Volker Lendecke | 2007-10-10 | 1 | -2/+3 |
| | | | | | | | | | | | crashed. So it needs the specific error message. Make messages.c return NTSTATUS and specificially NT_STATUS_INVALID_HANDLE if sending to a non-existent process. Volker | ||||
* | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 2007-10-10 | 1 | -1/+1 |
| | | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) | ||||
* | r7415: * big change -- volker's new async winbindd from trunk | Gerald Carter | 2007-10-10 | 1 | -176/+107 |
| | |||||
* | r1560: Not that anybody uses this stuff (yet...), but at least get it ↵ | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | | | | | | | | correct :-) When sending a mailslot datagram, get the packet length correction correct. Volker | ||||
* | Fix coredump in cli_get_backup_list. | Jeremy Allison | 2003-11-05 | 1 | -5/+2 |
| | | | | Jeremy. | ||||
* | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 2003-01-03 | 1 | -2/+2 |
| | | | | | | warnings. (Adds a lot of const). Andrew Bartlett | ||||
* | Fixed dumb typo caught by Herb. | Jeremy Allison | 2002-02-27 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | bcopy must DIE ! Stop people creeping use of bcopy back into the code | Jeremy Allison | 2002-02-26 | 1 | -1/+1 |
| | | | | | (and yes I know who you are..... :-). Jeremy. | ||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | Removed fprintf(stderr, ...); calls which should not be present in library | Tim Potter | 2002-01-14 | 1 | -4/+0 |
| | | | | functions. | ||||
* | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 2002-01-11 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Got serious about const again. | Jeremy Allison | 2001-11-04 | 1 | -4/+4 |
| | | | | | | | REMOVED BZERO CALLS YET AGAIN !!! Why do these keep creeping back in.... They are *NOT* POSIX. I'm also thinking of removing strncpy as I'm sure it's not being used correctly.... Jeremy. | ||||
* | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ↵ | Andrew Tridgell | 2001-06-25 | 1 | -1/+1 |
| | | | | instead of a define | ||||
* | Further recasts to sockaddr * rather than sockaddr_in * | Richard Sharpe | 2001-05-17 | 1 | -3/+3 |
| | |||||
* | Fix some errors uncovered in libsmbclient by the test suite | Richard Sharpe | 2001-02-26 | 1 | -5/+15 |
| | | | | | Fix some problems with unused variables and reaching the end of a nonvoid function | ||||
* | Change code around and add retry to deal with the occassional loss of ↵ | Richard Sharpe | 2001-02-19 | 1 | -62/+73 |
| | | | | NetBIOS datagrams responses, either via TDB or direct receive ... | ||||
* | Fixes to libsmbclient so it will work when browsing real Windows systems which | Richard Sharpe | 2001-02-18 | 1 | -17/+26 |
| | | | | | | only respond to port 138 when dealing with NetBIOS datagrams. We use the unexpected packed database. | ||||
* | Excise snprintf -> slprintf. | Jeremy Allison | 2001-02-16 | 1 | -0/+5 |
| | | | | | | | srv_samr.c: duplicate gid fix. srv_spoolss_nt.c: Merge of JF's work. uid.c: Fix for returning names when a PDC. Jeremy. | ||||
* | Remove an inet_aton so that this code will compile on Solaris ... | Richard Sharpe | 2001-01-25 | 1 | -5/+3 |
| | | | | Ahhh, the sweet smell of portability. | ||||
* | rpc_server/srv_samr.c: | Jeremy Allison | 2001-01-11 | 1 | -1/+3 |
| | | | | | | | | | | | | smbd/reply.c: Added fix needed for appliances. When using winbindd - a new user may exist (from winbind) but have no home directory. Extend add user script so it is called with a %H substitution when a user exists but their home directory does not. Thanks to Alex Win at VA Linux for finding this one and testing the fix. libsmb/clidgram.c: Fixed missing return statements. smbd/uid.c: Fixed typo in debug. Jeremy. | ||||
* | Get rid of 10.0.0.6 and replace it with 0.0.0.0 as my_ip address prior to | Richard Sharpe | 2001-01-07 | 1 | -4/+2 |
| | | | | sending datagrams in clidgram.c | ||||
* | Add a new file clidgram with routines that are used by the libsmbclient code. | Richard Sharpe | 2001-01-03 | 1 | -0/+239 |
These routines handle the sending of dgrams in ways that don't bind us to the nmbd code, but we may merge the two routines at some stage. Also fix Makefile.in so the new code is compiled ... Let's see whether or not it compiles on other architectures ... Seems OK under Linux. |