index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
namequery.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-04-15
Fix from "Darrin B. Jewell" <jewell@bdi.com> to allow anything other than
Jeremy Allison
1
-4
/
+12
2001-04-08
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
1
-1
/
+1
2001-02-25
Separated reg code into interface & implementation.
Jeremy Allison
1
-5
/
+1
2001-02-18
Fixes to libsmbclient so it will work when browsing real Windows systems which
Richard Sharpe
1
-0
/
+153
2001-02-14
Merge of i18n fixes from appliance branch. Samba can now talk to a network
Tim Potter
1
-0
/
+2
2001-01-25
Fixes from appliance-head for pdc searches.
Jeremy Allison
1
-18
/
+1
2000-12-20
implemented a much nicer name_status() interface. It now returns a
Andrew Tridgell
1
-167
/
+122
2000-12-19
Fixed bug found by Gerald. If a Samba server joins a domain and is set
Jeremy Allison
1
-2
/
+2
2000-12-11
exposed the broadcast name resolution routine outside namequery.c
Andrew Tridgell
1
-4
/
+4
2000-10-27
Rolled back find NetBIOS name of PDC/BDC code as a temp fix. This
Jeremy Allison
1
-1
/
+60
2000-10-13
Fix to allow smbd to call winbindd if it is running for all group enumeration,
Jeremy Allison
1
-1
/
+1
2000-08-25
Replaced "\\MAILSLOT\\NET\\NETLOGON" with NET_LOGON_MAILSLOT constant.
Tim Potter
1
-1
/
+1
2000-08-11
First shot at actually *doing* WINS failover.
Christopher R. Hertel
1
-1
/
+8
2000-07-19
Instead of handing back a string (which might be a DNS name or an IP
Christopher R. Hertel
1
-1
/
+1
2000-07-19
First cut toward adding WINS server failover.
Christopher R. Hertel
1
-3
/
+3
2000-07-12
An improved version of the Negative Query Response fix. The earlier fix
Christopher R. Hertel
1
-10
/
+37
2000-07-09
Quick change to short-circuit WINS queries if the WINS server returns a
Christopher R. Hertel
1
-6
/
+20
2000-07-03
first pass at merging rpcclient from TNG to HEAD. You can get a
Gerald Carter
1
-0
/
+63
2000-06-01
Getting back to a compilable state (not there yet but close).
Jeremy Allison
1
-2
/
+2
2000-05-02
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
1
-1
/
+1
2000-04-11
include/byteorder.h: ALIGN4/ALIGN2 macros.
Jeremy Allison
1
-1
/
+1
2000-03-27
changed the definition of dos_PutUniCode
Andrew Tridgell
1
-2
/
+1
2000-01-07
this looks like a big commit, but it isn't really :)
Andrew Tridgell
1
-5
/
+4
2000-01-03
added suppport for unexpected udp/138 packets
Andrew Tridgell
1
-236
/
+166
2000-01-03
added the unexpected packet database (unexpected.tdb)
Andrew Tridgell
1
-144
/
+113
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-279
/
+548
1999-12-05
reenabled retry_time (commented out accidentally in name_status)
Luke Leighton
1
-1
/
+1
1999-12-04
argh! how horrible! spent ages working out why packets weren't being
Luke Leighton
1
-15
/
+13
1999-12-04
argh. trying to get the nmb agent code to filter out "self" packets.
Luke Leighton
1
-9
/
+3
1999-12-04
jeremy is going to hate me for this.
Luke Leighton
1
-18
/
+56
1999-12-02
default SID map now reads in "trusted domains" from smb.conf.
Luke Leighton
1
-3
/
+5
1999-11-27
updated \PIPE\wkssvc commands to use new abstracted connection system.
Luke Leighton
1
-8
/
+26
1999-11-26
whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.
Luke Leighton
1
-0
/
+24
1998-11-17
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1
-1
/
+1
1998-11-16
fixed lmhosts parsing. We were using sizeof(name) where name was char*
Andrew Tridgell
1
-3
/
+2
1998-11-12
largely rewrote smbpasswd so that the code is understandable. This
Andrew Tridgell
1
-6
/
+6
1998-11-06
lib/charcnv.c: Improved debug comment.
Jeremy Allison
1
-48
/
+69
1998-10-14
set recursion desired for bcast name query
Andrew Tridgell
1
-1
/
+1
1998-10-08
- fixed a bunch of warnings and minor errors
Andrew Tridgell
1
-1
/
+1
1998-10-04
- modified resolve_name() to take a name_type
Andrew Tridgell
1
-148
/
+173
1998-10-04
support NetServerEnum in smbwrapper. You can now do a ls in /smb/ and
Andrew Tridgell
1
-1
/
+40
1998-09-28
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1
-4
/
+4
1998-08-31
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1
-5
/
+5
1998-08-15
configure: Changes for extra headers.
Jeremy Allison
1
-2
/
+2
1998-07-29
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1
-1
/
+1
1998-05-14
namequery.c: Fixed SGI IRIX 5.x compiler problem.
Jeremy Allison
1
-1
/
+3
1998-05-12
This is a security audit change of the main source.
Jeremy Allison
1
-12
/
+12
1998-04-13
Changes to allow Samba to be compiled with -Wstrict-prototypes
Jeremy Allison
1
-4
/
+3
1998-04-12
if the resolve order is blank then assume "host"
Andrew Tridgell
1
-0
/
+2
1998-03-27
chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync"
Jeremy Allison
1
-4
/
+4
[prev]
[next]