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
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
2007-10-10
r18019: Fix a C++ warnings: Don't use void * in libads/ for LDAPMessage anymore.
Volker Lendecke
1
-0
/
+1
2007-10-10
r18006: Actually a smaller change than it looks. Leverage
Jeremy Allison
1
-0
/
+3
2007-10-10
r17806: Make NTTIME a UINT64_S rather than a separate structure consisting of
Jelmer Vernooij
1
-3
/
+6
2007-10-10
r17669: Remove RID algorithm support from unmapped users and groups
Gerald Carter
1
-1
/
+1
2007-10-10
r17625: Fix the build
Volker Lendecke
1
-1
/
+1
2007-10-10
r17554: Cleanup
Volker Lendecke
1
-5
/
+0
2007-10-10
r17457: Add a test to do some operations on group mapping.
Volker Lendecke
1
-0
/
+5
2007-10-10
r17098: Samba3 now cleanly passes Samba4 RAW-LOCK torture
Jeremy Allison
1
-2
/
+1
2007-10-10
r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr...
Volker Lendecke
1
-0
/
+4
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-50
/
+30
2007-10-10
r16661: Fix from jason@ncac.gwu.edu for bug #3875,
Jeremy Allison
1
-0
/
+6
2007-10-10
r16435: Add in the uid info that Jerry needs into the
Jeremy Allison
1
-2
/
+4
2007-10-10
r15958: Make us pass RAW-OPLOCK with kernel oplocks off.
Jeremy Allison
1
-1
/
+8
2007-10-10
r15668: DOS or FCB opens share one share mode entry from different
Jeremy Allison
1
-1
/
+1
2007-10-10
r15649: Allow to store 24 password history entries in ldapsam (same limit as on
Günther Deschner
1
-0
/
+1
2007-10-10
r15402: Fix for bug #3587. Dead entries can be left in the locking
Jeremy Allison
1
-0
/
+1
2007-10-10
r15251: Adding PreWin2kAccess builtin sid.
Günther Deschner
1
-0
/
+1
2007-10-10
r15088: Remove all time() and gettimeofday() calls out of the mainline
Jeremy Allison
1
-0
/
+1
2007-10-10
r15060: The brlock code gets called a lot. Ensure we keep the
Jeremy Allison
1
-0
/
+8
2007-10-10
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
1
-2
/
+45
2007-10-10
r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-based
James Peach
1
-1
/
+2
2007-10-10
r14600: Refactor capability interface from being IRIX-specific to using only
James Peach
1
-1
/
+3
2007-10-10
r14255: Revert r14204 which was horribly broken.
James Peach
1
-1
/
+1
2007-10-10
r14207: Convert the lp_acl_compatibility() param into an enum.
James Peach
1
-0
/
+2
2007-10-10
r14204: Remove the basically unused P_GSTRING and P_UGSTRING
James Peach
1
-1
/
+1
2007-10-10
r14050: Add the ACB_PWEXPIRED bit abartlet has found.
Günther Deschner
1
-0
/
+1
2007-10-10
r13733: Reorder so that locking and params declarations are not mingled.
James Peach
1
-17
/
+18
2007-10-10
r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
Günther Deschner
1
-0
/
+1
2007-10-10
r13482: Push the FAM notification file descriptor into the select
James Peach
1
-0
/
+1
2007-10-10
r13329: Fix libsmbsharemodes.so to work with the stored delete token.
Jeremy Allison
1
-0
/
+25
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-13
/
+57
2007-10-10
r13310: first round of server affinity patches for winbindd & net ads join
Gerald Carter
1
-8
/
+0
2007-10-10
r13293: Rather a big patch I'm afraid, but this should fix bug #3347
Jeremy Allison
1
-76
/
+62
2007-10-10
r13274: Fix for bug #3467. Not a show stopper.
Jeremy Allison
1
-0
/
+1
2007-10-10
r13260: Fix stupid bug Volker found for big-endian machines.
Jeremy Allison
1
-1
/
+1
2007-10-10
r13198: Fix issues exposed by Jerry's testing on 64-bit Solaris
Jeremy Allison
1
-1
/
+0
2007-10-10
r13095: Fix warnings assigning int to a size_t.
Jeremy Allison
1
-1
/
+1
[prev]
[next]