Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-10 | s4-librpc Remove unsued server_id4.idl | Andrew Bartlett | 1 | -13/+0 | |
2011-06-09 | s4-cluster Use task_id instead of id2 to clarify server_id structure | Andrew Bartlett | 1 | -1/+1 | |
This seems a clearer and more acceptable name. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-05-03 | s4-cluster Rename server_id.node -> vnn to match Samba3 | Andrew Bartlett | 1 | -1/+1 | |
2011-05-03 | s4:cluster Rename .id to .pid in server_id | Andrew Bartlett | 1 | -1/+2 | |
This also changes some DEBUG messages to use cluster_id_string() rather than .id, to isolate them from this and other changes. Andrew Bartlett | |||||
2011-02-18 | s4-idl: rename s4 server_id.idl to server_id4.idl | Andrew Tridgell | 1 | -0/+12 | |
this avoids a conflict with the new s3 server_id.idl Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> |