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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r6595: This is Volkers new-talloc patch. Just got the go-ahead from
Jeremy Allison
2
-59
/
+111
2007-10-10
r6570: Add socket_wrapper library to 3.0. Can be enabled by passing
Jelmer Vernooij
2
-1
/
+53
2007-10-10
r6548: Fix bug #2622 - remove DPTR_MASK as it makes no sense.
Jeremy Allison
1
-7
/
+1
2007-10-10
r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunk
Herb Lewis
1
-0
/
+2
2007-10-10
r6367: Slim down pdb_interface.c a bit. next_entry and search_end are function
Volker Lendecke
1
-10
/
+3
2007-10-10
r6358: merging SMB_ASSERT() changes from the release branch
Gerald Carter
1
-1
/
+8
2007-10-10
r6351: This is quite a large and intrusive patch, but there are not many piec...
Volker Lendecke
3
-34
/
+56
2007-10-10
r6346: Add a counter for the number of SMB operations per connection/file.
Jeremy Allison
2
-0
/
+3
2007-10-10
r6318: don't include smbwrapper stuff unless asked for
Herb Lewis
1
-0
/
+2
2007-10-10
r6277: This implements a new caching API for enumerating the pdb elements. It is
Volker Lendecke
2
-0
/
+33
2007-10-10
r6266: Add includes for sys/extattr.h and sys/uio.h for FreeBSD xattr code.
Jeremy Allison
1
-0
/
+8
2007-10-10
r6263: Get rid of generate_wellknown_sids, they are const static and initiali...
Volker Lendecke
1
-0
/
+22
2007-10-10
r6242: after talking to jeremy, we can actually consolidate
Gerald Carter
1
-9
/
+2
2007-10-10
r6237: fix my breakage of WinXP sp2 msdfs support.
Gerald Carter
1
-3
/
+10
2007-10-10
r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...
Gerald Carter
3
-44
/
+41
2007-10-10
r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()
Gerald Carter
2
-30
/
+25
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-2
/
+6
2007-10-10
r6221: format cleanup (got tied of looking for related structures)
Gerald Carter
1
-151
/
+168
2007-10-10
r6220: cleaning up spoolss header; removing unused structures
Gerald Carter
1
-63
/
+18
2007-10-10
r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n...
Gerald Carter
1
-14
/
+16
2007-10-10
r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...
Jeremy Allison
4
-29
/
+21
2007-10-10
r6170: Remove redundant flag that I had just added.
Steve French
1
-1
/
+0
2007-10-10
r6167: Add more defines for POSIX extensions to match the newly added
Steve French
1
-0
/
+10
2007-10-10
r6152: Correctly check OpenX open modes.
Jeremy Allison
1
-0
/
+1
2007-10-10
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
2
-1
/
+4
2007-10-10
r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.
Jeremy Allison
1
-0
/
+5
2007-10-10
r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...
Derrell Lipman
1
-1
/
+1
2007-10-10
r6092: This much const causes the compiler on Fedora Core 2
Jeremy Allison
1
-2
/
+2
2007-10-10
r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...
Volker Lendecke
1
-5
/
+10
2007-10-10
r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )
Gerald Carter
3
-26
/
+15
2007-10-10
r6053: Fixup dfs path with the new wildcard parser code split out.
Jeremy Allison
1
-0
/
+7
2007-10-10
r6051: finish off
Gerald Carter
2
-0
/
+6
2007-10-10
r6046: $ net -S block -U % -W VALE rpc service status spooler
Gerald Carter
1
-1
/
+1
2007-10-10
r6040: finish out 'net rpc service list'
Gerald Carter
2
-5
/
+18
2007-10-10
r6038: adding more flesh to 'net rpc service'
Gerald Carter
2
-5
/
+50
2007-10-10
r6014: rather large change set....
Gerald Carter
11
-438
/
+722
2007-10-10
r6004: Let's make server manager able to kill a user session.
Simo Sorce
1
-0
/
+22
2007-10-10
r5968: derrell's large file fix for libsmbclient (BUG 2505)
Gerald Carter
1
-1
/
+1
2007-10-10
r5965: Apply Volker's patch for "ldapsam trusted = yes" for samr_lookup_rids....
Jim McDonough
1
-0
/
+15
2007-10-10
r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to c...
Gerald Carter
1
-4
/
+0
2007-10-10
r5916: Only one C++ guard is necessary, not one around each smbc function.
Tim Potter
1
-261
/
+34
2007-10-10
r5864: Stop using 'INFO' names on find calls. Getting ready to fixup OS/2 EA
Jeremy Allison
1
-0
/
+3
2007-10-10
r5808: removing unneeded structure field from RPC_BUFFER
Gerald Carter
1
-3
/
+0
2007-10-10
r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...
Gerald Carter
3
-42
/
+71
2007-10-10
r5786: Bugzilla #2443. Fix gcc4 compile found by Mark Loeser.
Tim Potter
1
-0
/
+2
2007-10-10
r5752: implement derrell's solution for binary compatibilty in the _SMBCCTX s...
Gerald Carter
2
-65
/
+63
2007-10-10
r5735: rest of derrel's patch for BUG 2308; had to move the options structure...
Gerald Carter
2
-4
/
+160
2007-10-10
r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.
Jeremy Allison
1
-0
/
+2
2007-10-10
r5726: merge LsaLookupPrivValue() code from trunk
Gerald Carter
2
-11
/
+10
2007-10-10
r5715: Update for new CIFS POSIX info levels
Steve French
1
-0
/
+25
[next]