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
/
include
/
smb.h
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23100: Implement the delete on close semantics I've just tested for
Jeremy Allison
1
-1
/
+2
2007-10-10
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
1
-3
/
+2
2007-10-10
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
1
-0
/
+2
2007-10-10
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
1
-5
/
+5
2007-10-10
r22390: Patchset sent to samba-technical to address the winbind
Gerald Carter
1
-1
/
+2
2007-10-10
r22343: Commit to 3_0 as well after adapting the patch.
Simo Sorce
1
-1
/
+2
2007-10-10
r22266: Fix bug #4512 - we were returning a volume label greater than
Jeremy Allison
1
-1
/
+1
2007-10-10
r22123: Try and fix the csc (#4404) bug by supporting the extended
Jeremy Allison
1
-4
/
+7
2007-10-10
r22122: Start to fix csc issue with Vista. Make smbd support
Jeremy Allison
1
-0
/
+7
2007-10-10
r22055: Port the endpoint mapper (and functions it requires) to Samba 3.
Jelmer Vernooij
1
-2
/
+5
2007-10-10
r22020: Make it more clear that both the vuser struct and it's contents are
Andrew Bartlett
1
-3
/
+3
2007-10-10
r21865: Add in the stubs for SMB transport encryption. Will flesh
Jeremy Allison
1
-0
/
+1
2007-10-10
r21724: Optimization pointed out by Volker. If we don't
Jeremy Allison
1
-0
/
+1
2007-10-10
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
1
-2
/
+2
2007-10-10
r21460: Fix for server-side processing of SPNEGO auth
Jeremy Allison
1
-1
/
+9
2007-10-10
r21279: Get rid of 'aio write behind', this is broken.
Volker Lendecke
1
-2
/
+0
2007-10-10
r21250: Partial fix for BUG 4093: Make %a expand to "Vista"
Gerald Carter
1
-1
/
+3
2007-10-10
r21191: Add in the POSIX open/mkdir/unlink calls.
Jeremy Allison
1
-11
/
+16
2007-10-10
r21123: Make notify_fsp() static to notify.c.
Volker Lendecke
1
-10
/
+1
2007-10-10
r21108: Send sys_notify_watch through the VFS, FAM is next
Volker Lendecke
1
-1
/
+4
2007-10-10
r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin,...
Volker Lendecke
1
-9
/
+0
2007-10-10
r21092: Ok, that's the one that activates the Samba4 notify backend.
Volker Lendecke
1
-0
/
+1
2007-10-10
r21088: Apply some const
Volker Lendecke
1
-1
/
+1
2007-10-10
r21084: Make the Samba4 files compile in Samba3, not activated yet.
Volker Lendecke
1
-0
/
+5
2007-10-10
r21079: Minimizing diff: Adopt the Samba4 style ChangeNotify flags.
Volker Lendecke
1
-2
/
+4
2007-10-10
r21074: Preparation for the import of samba4 notify: Add the file notify.idl ...
Volker Lendecke
1
-0
/
+1
2007-10-10
r20931: This changes the notify infrastructure from a polling-based to an eve...
Volker Lendecke
1
-6
/
+12
2007-10-10
r20883: W00t! I now understand how "delete on close" really
Jeremy Allison
1
-2
/
+1
2007-10-10
r20856: Make "struct notify_mid_map" private to notify.c
Volker Lendecke
1
-11
/
+2
2007-10-10
r20854: Ok, now I think we're at a point where looking at notify starts to ma...
Volker Lendecke
1
-3
/
+58
2007-10-10
r20774: I thought I committed this before Xmas holidays ...
Simo Sorce
1
-1
/
+7
2007-10-10
r20742: Rename chkpth -> checkpath for sanity's sake :-).
Jeremy Allison
1
-1
/
+1
2007-10-10
r20634: A *LOT* more work is necessary before touching notify remotely starts...
Volker Lendecke
1
-58
/
+3
2007-10-10
r20451: Survive the first of the filter-tests (mkdir).
Volker Lendecke
1
-0
/
+1
2007-10-10
r20448: Happy New Year!
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r20442: Slight rewrite of the change notify infrastructure. This now survives...
Volker Lendecke
1
-6
/
+35
2007-10-10
r20394: This is a *VERY* early start of my work on notify.
Volker Lendecke
1
-0
/
+26
2007-10-10
r20116: Start merging in the work done to create the new idmap subsystem.
Simo Sorce
1
-0
/
+16
2007-10-10
r20098: Properly fix issues with create_token_from_username()
Jeremy Allison
1
-1
/
+1
2007-10-10
r18802: Use the pidl-generated code for the srvsvc interface, both client and...
Jelmer Vernooij
1
-6
/
+0
2007-10-10
r18787: Fix the strlen_m and strlen_m_term code by merging
Jeremy Allison
1
-0
/
+4
2007-10-10
r18717: remove old defines in preference of the flags in librpc/gen_ndr/srvsvc.h
Gerald Carter
1
-33
/
+4
2007-10-10
r18654: Rename "struct uuid" => "struct GUID" for consistency.
Jelmer Vernooij
1
-7
/
+0
2007-10-10
r18623: starting on eventlog IDL
Gerald Carter
1
-0
/
+1
2007-10-10
r18572: Use the autogenerated client and server for the echo interface and im...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r18560: * Add in the winreg and initshutdown IDL files
Gerald Carter
1
-1
/
+3
2007-10-10
r18275: add auto generated dfs code
Gerald Carter
1
-0
/
+1
2007-10-10
r18271: Big change:
Gerald Carter
1
-15
/
+7
2007-10-10
r18193: Not quite to autogenerated NDR but closer thanks to Jelmer's
Gerald Carter
1
-2
/
+2
2007-10-10
r18188: merge 3.0-libndr branch
Jelmer Vernooij
1
-8
/
+5
[next]