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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
7
-15
/
+24
2001-03-10
started support for unicode on the wire in smbd. Using a very similar
Andrew Tridgell
1
-0
/
+9
2001-03-09
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
1
-1
/
+1
2001-03-07
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
Jeremy Allison
1
-8
/
+3
2001-03-01
Fixed a couple of getpwXX calls that were not going through the sys_getpwXX
Jeremy Allison
1
-2
/
+2
2001-02-28
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
Jeremy Allison
2
-10
/
+18
2001-02-27
Added total memory allocated counter to talloc, so we can tell if a talloc
Jeremy Allison
1
-0
/
+22
2001-02-25
rpc_client/cli_netlogon.c: Fixed incorrect printf.
Jeremy Allison
1
-0
/
+536
2001-02-23
- fixed the sort_acl bug, sorting now works right
Andrew Tridgell
1
-9
/
+20
2001-02-23
Always increment even if the read fails (otherwise we spin if we hit the kern...
Jeremy Allison
1
-1
/
+4
2001-02-22
lib/select.c: Fix for Linux 2.0.x kernel that causes select to return true on...
Jeremy Allison
1
-0
/
+15
2001-02-21
make ascii_to_unistr always use little-endian. This fn is never used
Andrew Tridgell
1
-2
/
+5
2001-02-20
- neater setting of bcc
Andrew Tridgell
1
-6
/
+16
2001-02-20
up the debug level of the debug level change msg
Andrew Tridgell
1
-2
/
+2
2001-02-20
initial client side unicode support (needed for netapp filer)
Andrew Tridgell
1
-1
/
+1
2001-02-16
Excise snprintf -> slprintf.
Jeremy Allison
2
-7
/
+8
2001-02-15
Patch to add UnixWare ACLs from Michael Davidson <md@sco.COM>. With some
Jeremy Allison
1
-0
/
+559
2001-02-15
samba/source/nmbd/nmbd.c change remote_machine name to nmbd instead
Herb Lewis
1
-5
/
+7
2001-02-14
Baltic codepage fixes from Toomas Soome <tsoome@ut.ee>
Tim Potter
1
-0
/
+62
2001-02-13
It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2k
Jeremy Allison
1
-6
/
+6
2001-02-13
change pstrcpy() in setup_pwret() to fstrcpy() since we are
Gerald Carter
1
-2
/
+2
2001-02-12
Merge of JohnR's changes to appliance-head, JF's changes to 2.2,
Jeremy Allison
3
-10
/
+125
2001-02-03
Merge from 2.2 - with connection fix.
Jeremy Allison
1
-1
/
+15
2001-01-31
lib/system.c: Fix for pw caching.
Jeremy Allison
1
-12
/
+37
2001-01-24
Fix insure problems with passwd caching code.
Jeremy Allison
1
-6
/
+10
2001-01-24
Added modification to Richard Bollinger getpw[nam|uid] cache patch. Only
Jeremy Allison
1
-2
/
+14
2001-01-24
getpw[nam|uid] caching patch from "Richard Bollinger"
Gerald Carter
1
-7
/
+37
2001-01-24
fixed typo in debug statement
Gerald Carter
1
-2
/
+2
2001-01-23
Changes from APPLIANCE_HEAD:
David O'Neill
1
-4
/
+7
2001-01-23
include/vfs.h:
Jeremy Allison
1
-2
/
+3
2001-01-19
Changes from APPLIANCE_HEAD:
David O'Neill
1
-28
/
+119
2001-01-17
Cleanup of Get_Pwnam(). Adds debugging, cleans up the allow_change
David O'Neill
1
-48
/
+45
2001-01-15
Changes from APPLIANCE_HEAD:
David O'Neill
1
-4
/
+9
2001-01-15
removed unnecessary process_exists() call in message_send_pid()
Andrew Tridgell
1
-11
/
+0
2001-01-11
Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.
Jeremy Allison
1
-5
/
+5
2001-01-11
First compiling version of code that sets NT ACLs as POSIX ACLs.
Jeremy Allison
1
-2
/
+90
2001-01-11
Changes from APPLIANCE_HEAD:
David O'Neill
1
-1
/
+1
2001-01-11
Fix from John for growing messages.tdb.
Jeremy Allison
1
-0
/
+1
2001-01-07
Codepages and stuff for Turkish language support. Contributed by
Tim Potter
1
-0
/
+25
2001-01-04
Changes from APPLIANCE_HEAD:
David O'Neill
2
-5
/
+75
2001-01-02
Fixed -d option for rpcclient.
Tim Potter
1
-2
/
+7
2000-12-20
Removed uninitialised variable.
Jeremy Allison
1
-1
/
+0
2000-12-19
Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allow
Jeremy Allison
1
-11
/
+32
2000-12-18
A couple more UMR fixes.
Jeremy Allison
1
-2
/
+2
2000-12-15
Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosing
Jeremy Allison
1
-5
/
+5
2000-12-15
lib/util_unistr.c:
Jean-François Micouleau
1
-22
/
+21
2000-12-15
Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. Merged
Jeremy Allison
2
-11
/
+7
2000-12-14
Renamed parameters and variables called acl to the_acl as it conflicts
Tim Potter
1
-6
/
+6
2000-12-12
Removed the special casing of SIDs in se_access_check. This is now done (corr...
Jeremy Allison
2
-41
/
+45
2000-12-12
Owner always has READ_CONTROL and WRITE_DAC access.
Jeremy Allison
1
-1
/
+3
[next]