1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/include
Stefan Metzmacher 94a8893bf4 r11048: r10539@SERNOX: metze | 2005-09-27 14:59:47 +0200
fix the build for changes from SAMBA_4_0 branch

 metze
 r10541@SERNOX:  metze | 2005-09-27 15:05:33 +0200
 use a transaction when we allocate a new version

 metze
 r10549@SERNOX:  metze | 2005-09-27 18:58:37 +0200
 - add first start of wins pull replication
 - we not yet apply records to our database but we fetch them correct form our partners
   (we need conflict handling for this)
 - we also need to filter out our own records!

 metze
 r10568@SERNOX:  metze | 2005-09-28 11:33:04 +0200
 move composite helpers to a seperate file, create a a seperate file for the conflict resolving logic

 metze
 r10571@SERNOX:  metze | 2005-09-28 12:00:17 +0200
 add forward declarations...to fix the build

 metze
 r10612@SERNOX:  metze | 2005-09-29 16:11:06 +0200
 we have a nbt_name now, and don't need to parse it

 metze
 r10614@SERNOX:  metze | 2005-09-29 16:38:35 +0200
 filter out our own records

 metze
 r10620@SERNOX:  metze | 2005-09-29 18:07:08 +0200
 - handle mutliple addresses in WREPL_REPL_SEND_REPLY
 - make strings always valid talloc pointers

 metze
 r10621@SERNOX:  metze | 2005-09-29 18:09:41 +0200
 use debug level 2

 metze
 r10622@SERNOX:  metze | 2005-09-29 18:48:05 +0200
 - add one more debug message when we reply no record
 - fix min max logic

 metze
 r10623@SERNOX:  metze | 2005-09-29 20:49:06 +0200
 build fixes...

 metze
 r10629@SERNOX:  metze | 2005-09-30 00:11:41 +0200
 - use seperate attributes for type, state, nodetype, is_static

 ... the winserver.c code needs some more updates to correctly,
 create special group and multihomed registrations...

 metze
 r10640@SERNOX:  metze | 2005-09-30 04:07:34 +0200
 - add some short path for the composite helper functions
   they will be used in the next commit

 metze
 r10642@SERNOX:  metze | 2005-09-30 06:29:06 +0200
 fix the build

 metze
 r10655@SERNOX:  metze | 2005-09-30 17:36:49 +0200
 - implement the WREPL_REPL_UPDATE* and WREPL_REPL_INFORM*
   this includes the connection fliping into a client connection
   for WREPL_REPL_UPDATE*

 NOTE: I not yet found out how to get the w2k server to use INFORM against samba4
       it uses inform against w2k and w2k3 but UPDATE against nt4 and samba4

 what's left now is to be able to initiate INFORM and UPDATE requests to notify
 our pull partners

 metze
 r10727@SERNOX:  metze | 2005-10-05 14:11:05 +0200
 fix the build

 metze
 r10770@SERNOX:  metze | 2005-10-06 16:56:01 +0200
 - move the table filling to a seperate function, will be reused later
 - fix the build, wrepl_nbt_name fixes
 - remove state -> update_state

 metze
 r10771@SERNOX:  metze | 2005-10-06 17:04:48 +0200
 add a function to create a wreplsrv_in_connection from a client connection

 metze
 r10772@SERNOX:  metze | 2005-10-06 17:13:51 +0200
 - make the connection code more generic to handle the pull cached connection,
   push cached connection or given connections
 - when we don't use a cached connection, disconnection when a pull_cycle is done
 - fix the build and use the configured source ip

 metze
 r10773@SERNOX:  metze | 2005-10-06 17:18:49 +0200
 - add composite functions for push notification

 metze
 r10774@SERNOX:  metze | 2005-10-06 17:23:46 +0200
 - use periodic push notifycation, this is just for now
   as it needs to be configurable and and be triggered when the local database
   has changes since the last notify
 - I also need to work out how to decide if the partner supports
   persistent connections and WREPL_REPL_INFORM* messages

 metze
 r10923@SERNOX:  metze | 2005-10-12 16:52:34 +0200
 fix the build becuse of conflicts with main SAMBA_4_0 tree

 metze
(This used to be commit 6d97dd6e50)
2007-10-10 13:44:42 -05:00
..
system r10664: Include limits.h in replace.h for HOST_NAME_MAX 2007-10-10 13:39:15 -05:00
ads.h r10044: Microsoft has defined this bit: 2007-10-10 13:36:32 -05:00
asn_1.h r4070: move some defines from asn_1.h to the places they belong to 2007-10-10 13:06:22 -05:00
byteorder.h r2961: fixed a silly typo 2007-10-10 12:59:52 -05:00
charset.h r3494: got rid of include/rewrite.h, and split out the dynconfig.h header 2007-10-10 13:05:22 -05:00
cli_context.h r4073: - added a set of lsa helper routines to make lsa lookups that are 2007-10-10 13:06:23 -05:00
clilist.h r4013: got rid of a bunch of unused or unmaintained code 2007-10-10 13:06:15 -05:00
db_wrap.h r5585: LDB interfaces change: 2007-10-10 13:10:55 -05:00
debug.h r7525: Unify lp_load(), load_interfaces and logging setup into popt(). 2007-10-10 13:18:06 -05:00
dlinklist.h r5285: add a generic dlist_item struct which has a void *ptr for the data 2007-10-10 13:09:36 -05:00
doserr.h r10867: add WERR_UNKNOWN_REVISION errorcode 2007-10-10 13:39:37 -05:00
dynconfig.h r10315: Remove use of fstring and pstring in dynconfig.c 2007-10-10 13:38:17 -05:00
enums.h r10513: Reduce some use of pstring. The main reason some parts of the code still 2007-10-10 13:38:58 -05:00
includes.h r10982: Move credentials.h into auth/credentials, and add flags needed by 2007-10-10 13:39:50 -05:00
ioctl.h r10913: This patch isn't as big as it looks ... 2007-10-10 13:39:41 -05:00
local.h r10587: Remove unused constants 2007-10-10 13:39:08 -05:00
messages.h r7294: implemented the irpc messaging system. This is the core of the 2007-10-10 13:17:37 -05:00
mutex.h r10588: Remove more unused files, macros 2007-10-10 13:39:08 -05:00
nt_status.h r8111: fixed the client library to work against w2k3 with nt status codes 2007-10-10 13:19:09 -05:00
nterr.h r9371: add the usefull trick hack for NT_STATUS_NO_MEMORY too 2007-10-10 13:33:29 -05:00
pstring.h r5298: - got rid of pstring.h from includes.h. This at least makes it a bit 2007-10-10 13:09:38 -05:00
rap.h r5298: - got rid of pstring.h from includes.h. This at least makes it a bit 2007-10-10 13:09:38 -05:00
request.h r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
safe_string.h r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots of associated functions. 2007-10-10 12:59:39 -05:00
secrets.h r5988: Fix the -P option (use machine account credentials) to use the Samba4 2007-10-10 13:11:12 -05:00
signing.h r3466: split out request.h, signing.h, and smb_server.h 2007-10-10 13:05:17 -05:00
smb_interfaces.h r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machines 2007-10-10 13:11:33 -05:00
smb_macros.h r10588: Remove more unused files, macros 2007-10-10 13:39:08 -05:00
smb.h r10078: - add a 'struct data_blob_list_item' 2007-10-10 13:37:51 -05:00
structs.h r11048: r10539@SERNOX: metze | 2005-09-27 14:59:47 +0200 2007-10-10 13:44:42 -05:00
trans2.h r5716: Add new Unix extensions defines for infolevels 2007-10-10 13:11:00 -05:00
xfile.h first public release of samba4 code 2003-08-13 01:53:07 +00:00