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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-02-19
autogenated from SGML/DocBook source :-)
Gerald Carter
2
-299
/
+501
2001-02-19
added SGML/DocBook for samba(7) man page
Gerald Carter
1
-0
/
+213
2001-02-19
updated comments on using DocBook.
Gerald Carter
1
-25
/
+35
2001-02-19
Opps, last one did not commit the correct changes ... Here they are.
Richard Sharpe
1
-7
/
+31
2001-02-19
Improve the sample GTK+ client program to make it a bit more functional.
Richard Sharpe
1
-139
/
+220
2001-02-19
Change code around and add retry to deal with the occassional loss of NetBIOS...
Richard Sharpe
2
-691
/
+622
2001-02-18
Fixes to libsmbclient so it will work when browsing real Windows systems which
Richard Sharpe
3
-19
/
+181
2001-02-16
Excise snprintf -> slprintf.
Jeremy Allison
11
-81
/
+205
2001-02-16
configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...
Jeremy Allison
6
-10
/
+37
2001-02-15
Patch to add UnixWare ACLs from Michael Davidson <md@sco.COM>. With some
Jeremy Allison
2
-0
/
+598
2001-02-15
samba/source/nmbd/nmbd.c change remote_machine name to nmbd instead
Herb Lewis
3
-7
/
+9
2001-02-15
DEBUG merge from 2.2 about tdb init failure.
Herb Lewis
1
-2
/
+20
2001-02-15
Merge of i18n password fix for smbclient.
Tim Potter
1
-1
/
+0
2001-02-15
Fix from "Jim McDonough" <jmcd@us.ibm.com> for s390 Linux.
Jeremy Allison
1
-1
/
+5
2001-02-14
Baltic codepage fixes from Toomas Soome <tsoome@ut.ee>
Tim Potter
1
-0
/
+62
2001-02-14
Update to Baltic codepage support.
Tim Potter
1
-1
/
+1
2001-02-14
Merge of i18n fixes from appliance branch. Samba can now talk to a network
Tim Potter
8
-28
/
+45
2001-02-13
It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2k
Jeremy Allison
3
-16
/
+34
2001-02-13
change pstrcpy() in setup_pwret() to fstrcpy() since we are
Gerald Carter
1
-2
/
+2
2001-02-13
Fixup missing tests on code imported from tng.
Jeremy Allison
1
-93
/
+105
2001-02-12
Fix for DACL/SACL masking typo - spotted by medha@pezman.austin.ibm.com.
Jeremy Allison
1
-2
/
+2
2001-02-12
Merge of JohnR's changes to appliance-head, JF's changes to 2.2,
Jeremy Allison
14
-75
/
+378
2001-02-12
Fix calls to smbc_init in testsmbc.c and tree.c
Richard Sharpe
2
-5
/
+104
2001-02-12
Added commented/documented version of libsmbclient.h and fixed up a small
Richard Sharpe
2
-163
/
+693
2001-02-11
Updated proto.h
Tim Potter
1
-415
/
+415
2001-02-11
Ensure people know this is unused.
Jeremy Allison
1
-567
/
+0
2001-02-08
reverted *.* patch until someone explains to me what the test case is
Andrew Tridgell
1
-5
/
+0
2001-02-08
merge from SAMBA_2_2
Gerald Carter
2
-2
/
+13
2001-02-08
replaced inet_aton() with inet_addr() to keep Solaris from complaining.
Gerald Carter
1
-3
/
+9
2001-02-08
add pam_setcred() call to pam_auth(). Patch was submited last Oct.
Gerald Carter
2
-0
/
+16
2001-02-07
Add Makefile.in target for installing smbclientlib ...
Richard Sharpe
1
-0
/
+5
2001-02-06
Fix problems in libsmbclient with pring job struct plus add implementation
Richard Sharpe
2
-0
/
+108
2001-02-05
Implement two printing related functions and start the remaining two.
Richard Sharpe
2
-2
/
+65
2001-02-04
Fix some further small bugs in libsmbclient to make it pass the
Richard Sharpe
2
-8
/
+79
2001-02-03
merge from APPLIANCE_HEAD (mapping access_required 0x0 to
Gerald Carter
1
-2
/
+6
2001-02-03
Merge from 2.2 - with connection fix.
Jeremy Allison
1
-1
/
+15
2001-02-02
Convert netbios name to dos codepage in make_nmb_name(). This allows
Tim Potter
1
-0
/
+1
2001-02-02
Added Baltic codepage support. From Toomas Soome <tsoome@ut.ee>
Tim Potter
4
-1
/
+733
2001-01-31
Changes from SAMBA_2_2:
David O'Neill
3
-53
/
+67
2001-01-31
Fixed duplicate free_sec_acl() call in free_sec_desc() function.
Tim Potter
1
-1
/
+1
2001-01-31
Missing sys_endpwent() call in get_passwd_entries()
Tim Potter
1
-1
/
+1
2001-01-31
Fix for KOI8-R codepage from Andrey Kiselev <dron@at1895.spb.edu>
Tim Potter
1
-1
/
+1
2001-01-31
lib/system.c: Fix for pw caching.
Jeremy Allison
5
-64
/
+141
2001-01-30
Turned down noisy debug statement.
Tim Potter
1
-1
/
+1
2001-01-30
Fix inspited by Alan Romeril. 50% speedup in domain logins with this
Jeremy Allison
2
-1
/
+4
2001-01-29
Changes from APPLIANCE_HEAD:
David O'Neill
10
-508
/
+672
2001-01-29
Changes from SAMBA_2_2:
David O'Neill
1
-1
/
+1
2001-01-29
Fix some bugs and prepare for some other bug fixes ...
Richard Sharpe
1
-6
/
+67
2001-01-29
Add an extra error code translation to clierror.c so that libsmbclient
Richard Sharpe
1
-1
/
+2
2001-01-26
Changes from APPLIANCE_HEAD:
David O'Neill
1
-1
/
+23
[next]