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
Age
Commit message (
Expand
)
Author
Files
Lines
2003-06-06
No matter how special this session key is, it's not worth a level 0.
Andrew Bartlett
1
-2
/
+4
2003-06-06
Fix for valgrind - when doing a srvstr_push we must zero fill
Jeremy Allison
1
-0
/
+13
2003-06-06
Fixup of typos.
Jeremy Allison
1
-8
/
+8
2003-06-06
Use filedes as first argument to fsetxattr, not the undefined variable 'path'...
Jelmer Vernooij
1
-1
/
+1
2003-06-06
metze noticed some conn elements remaining in a VFS_NEXT.
Jeremy Allison
1
-4
/
+4
2003-06-06
Fix for VFS_NEXT xattr calls (from metze). I will add these to skel.c to
Jeremy Allison
1
-4
/
+4
2003-06-06
2 more places where win2003 forces UCS2
Andrew Tridgell
1
-2
/
+2
2003-06-06
- the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 name
Andrew Tridgell
1
-3
/
+3
2003-06-06
make the allocation_size consistent between trans2 QFILEINFO and SMBgetattrE
Andrew Tridgell
1
-1
/
+2
2003-06-06
fixed a pstrcpy() that is not on a pstring
Andrew Tridgell
1
-1
/
+1
2003-06-06
- the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode
Andrew Tridgell
3
-6
/
+7
2003-06-06
Fixup the check for attr libraries, used ',' instead of ' '.
Jeremy Allison
1
-3
/
+3
2003-06-06
fixed the string alignment of the QUERY_EA_SIZE trans2 findfirst level
Andrew Tridgell
1
-2
/
+1
2003-06-06
fixed the layout of the FULL_DIRECTORY_INFO trans2 findfirst level
Andrew Tridgell
1
-5
/
+5
2003-06-06
removed the 'valgrind fix' that (although it may well remove a
Andrew Tridgell
1
-8
/
+0
2003-06-06
Missed (name) arg in fgetxattr.
Jeremy Allison
1
-1
/
+1
2003-06-06
Added EA operations to VFS layer.
Jeremy Allison
4
-4
/
+169
2003-06-05
Get ready for EA code... Add Linux interface.
Jeremy Allison
4
-2
/
+144
2003-06-05
Never second guess tridge.... (always talloc an internal pointer... ).
Jeremy Allison
1
-6
/
+4
2003-06-05
working draft of the idmap_ldap code.
Gerald Carter
7
-483
/
+636
2003-06-04
Add some static. Patch by Stefan Metzmacher <metze@metzemix.de>
Jelmer Vernooij
6
-10
/
+10
2003-06-04
Fix compiler warnings for vfstest. Patch from Stefan Metzmacher <mezte@metzem...
Alexander Bokovoy
1
-2
/
+3
2003-06-04
Sync VFS API changes for vfs_nt_*get_acl. Patch from Stefan Metzmacher <mezte...
Alexander Bokovoy
2
-5
/
+5
2003-06-04
Fix for previous checkin. Only use talloc on unmarshalling or we'll
Jeremy Allison
1
-3
/
+5
2003-06-04
fixed the termination of several trans2 strings
Andrew Tridgell
1
-3
/
+3
2003-06-04
shouldn't null terminate trans2 qfileinfo all_info/name
Andrew Tridgell
1
-1
/
+1
2003-06-04
fixed the arbitrary 256 limit on the size of aliases in parse_samr
Andrew Tridgell
1
-21
/
+23
2003-06-03
added idmap_ldap to wrong branch.
Gerald Carter
2
-4
/
+4
2003-06-03
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...
cvs2svn Import User
1
-0
/
+838
2003-06-03
initial version of idmap_ldap.c; lots of updates to come
Gerald Carter
1
-0
/
+838
2003-06-03
* set winbind cache time to 5 minutes
Gerald Carter
6
-20
/
+98
2003-06-03
* set winbind cache time to 5 minutes
Gerald Carter
4
-19
/
+96
2003-06-03
Fix debug message merge.
Jeremy Allison
1
-1
/
+1
2003-06-03
Merge change winbindd cache time 15 -> 120 secs.
Jeremy Allison
1
-1
/
+1
2003-06-03
Merge DEBUG message on usleep on open.
Jeremy Allison
1
-0
/
+1
2003-06-03
Redhat 9 needs an explicit -lattr to be able to add POSIX ACLs.
Jeremy Allison
1
-2
/
+29
2003-06-02
More changes to editreg to make it less tetchy.
Richard Sharpe
1
-17
/
+17
2003-06-02
Some fixes for editreg.c, although I see that head seems broken ...
Richard Sharpe
1
-5
/
+5
2003-06-01
added the COMPRESSION_INFO trans2 QFILEINFO level and fixed the
Andrew Tridgell
2
-3
/
+10
2003-06-01
fixed the ALL_INFO and ALL_INFORMATION trans2 QFILEINFO levels. The
Andrew Tridgell
1
-35
/
+2
2003-05-31
Fix compile.
Volker Lendecke
1
-1
/
+1
2003-05-31
Got us happy running under valgrind again :-).
Jeremy Allison
3
-0
/
+10
2003-05-31
Fixes to stop valgrind complaining about uninitialised memory when it's
Jeremy Allison
2
-0
/
+16
2003-05-30
Ensure 'blank' entries show up in both default and normal entries to
Jeremy Allison
2
-14
/
+17
2003-05-30
More on bug 137: rename more of krb5_xxx functions to not start with krb5_
Jim McDonough
4
-17
/
+17
2003-05-30
More on bug 137: rename remainder of krb5_xxx functions to not start with krb5_
Jim McDonough
1
-11
/
+11
2003-05-30
Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, so
Jim McDonough
2
-6
/
+8
2003-05-30
Remove module_path_get_name() - it's not used anywhere anymore and was a bad ...
Jelmer Vernooij
1
-23
/
+0
2003-05-29
Change get_nt_acl() to include security_info wanted. Only return this.
Jeremy Allison
8
-283
/
+278
2003-05-29
Setting account policy values is done using -C, not -V. Fixes bug #120
Jelmer Vernooij
1
-1
/
+1
[next]